Forum Discussion

Ashok42's avatar
Ashok42
Copper Contributor
Jun 09, 2020

Can we monitor suse linux cluster events using Log Analytics?

Our customer has SAP Landskape installed on Suse linux in Azure. We don't have any exclusive monitoring tools. So far, we are using LA for basic infra level monitoring. Clustering is configured for High availability using pacemaker with NFS for SAP hana DBs. 

Is there a way that these cluster events can be monitored using LA? 

2 Replies

  • Ashok42 

     

    Generally if the SUSE version is supported and can be connected to Log Analytics you should be ok for basic Syslog, Local0-n monitoring - not sure about the clustering side though.

    • Ashok42's avatar
      Ashok42
      Copper Contributor

      Figured out something which is useful for cluster monitoring. Its daemon log having info about cluster failures and i could repro some results using below query.

       

      Syslog
      | where Facility == "daemon"
      | where SyslogMessage contains "cluster health check: UNHEALTHY"

       

       

Resources