Search found 2 matches
- Wed Dec 12, 2012 1:43 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios hearbeat notifications
- Replies: 4
- Views: 1977
Re: Nagios hearbeat notifications
Thanks for the reply! Yes your right, I am looking for a way to get Nagios to send me notifications telling me it is still alive. Under localhost.cfg I defined the following service Define service { use local-service hostgroup_name localhost check_command check-host-alive normal_check_interval 5 } H...
- Wed Dec 12, 2012 10:29 am
- Forum: Open Source Nagios Projects
- Topic: Nagios hearbeat notifications
- Replies: 4
- Views: 1977
Nagios hearbeat notifications
Hi , I am looking for a way to get Nagios to send a heartbeat notification if the localhost is up and running, and I would like to schedule this to happen overnight. I have done some googleing and have been unable to find a solution. I have tried using the check_host_alive command with no success. I...