We have an app service that needs to be monitored and notify a set of users when it is down.
Right now, I am just using Activity Log's Service Stopped to check for it.
What more conditions can be added to make it work in many scenarios as possible?
Thank You