Reputation: 41
I want to generate alert as email or sms as soon as the Apache tomcat server instance shuts down due to power failure or hard system reboot or some other reason. Please can any one help me how can i achieve this requirement or weather it is possible or not. Thanks in advance
Upvotes: 0
Views: 431
Reputation: 364
You can monitor the server using monitoring tools such as icinga2, nagios. Normally in icinga2 there is an email and sms notification which can be made possible by configuration. If you want something lighter you can install cacti and have it monitor the server through cacti there are plugins that can be added to notify users through sms and email if anything happens to the server.
Upvotes: 2