Forum Discussion
Ashok42
Jun 09, 2020Copper Contributor
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 H...
CliveWatson
Jun 09, 2020Former Employee
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
Jun 24, 2020Copper 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"