Forum Discussion
ankurjain0070
Dec 14, 2021Copper Contributor
How do I monitor and send alerts for status of a service running on an azure VM
How do I monitor and send alerts for status of a service running on an azure VM.
Example I have a kafka service running as linux system daemon but I want to get notified/alert when that service is down. Is there way from azure alerts or alternate solution ?
I would suggest Azure monitor in terms of logs and we can start the alert, notification base on that:
https://learn.microsoft.com/en-us/azure/azure-monitor/overview
- OscarSantosMuCopper ContributorYou can do it with Azure Monitor https://docs.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-overview
- lilalexMSBrass ContributorYou can use alerts based on change tracking for windows services and linux daemons. More info about change tracking here : https://docs.microsoft.com/en-us/azure/automation/change-tracking/overview
- ankurjain0070Copper Contributori am able to do some workaround with syslog.
- MeenakshyCopper Contributorcould you explain would around that was done with syslogs ankurjain0070
- ankurjain0070Copper Contributor
lilalexMS its seems defender is needed more costly affair. looking more alternate