Handling Nagios Down
Posted: Tue Jan 14, 2014 2:23 pm
At times, Nagios is going down. Is there anyway to send email every 1 hour from nagios about its current status.
Support for Nagios products and services
https://support.nagios.com/forum/
You do this by scheduling the cron job to check the output of, for example, "service nagios status" and email based on that output. There is a big difference between Nagios going down and the server itself going down. If you want to monitor the server itself you will of course need another server to watch it.vinothsethuram wrote:Cron job is Linux/Unix feature. How can we know whether Nagios is down or not by scheduling cron job?