Level: Critical
Purpose: To monitor application status and alert if it is not responsive
Scenario: <application> on <server> has been down for more than 120s.
Resolution: Restart the application
Manual Action Steps: If the application is one of the grails apps then use the start/stop.sh scripts in the /var/tomcat/$application/bin directory. Remember to start SNMP Manager as sudo. Alternatively if the application is run as a service like the spring boot apps then you can restart via sudo systemctl restart $application
Auto Clear: Will auto clear when app is responsive