Page 1 of 1
Multiple Notifications when a service is down
Posted: Tue May 07, 2013 1:30 pm
by aravindreddy114
Hi
I installed nagios xi server, i am monitoring Cent OS client.
When some service in client is down, i am getting only one alert.
How do i configure nagios to generate alerts untill the issue is fixed.
Thanks
Re: Multiple Notifications when a service is down
Posted: Tue May 07, 2013 1:36 pm
by sreinhardt
Have you set notification options for your contacts to alert on recovery?
Host Notification Options:
d = notify on DOWN host states,
u = notify on UNREACHABLE host states,
r = notify on host recoveries (UP states), and
f = notify when the host starts and stops flapping.
s = notify on scheduled downtime.
If you specify n (none) as an option, the contact will not receive any type of host notifications.
Service Notification Options:
w = notify on WARNING service states,
u = notify on UNKNOWN service states,
c = notify on CRITICAL service states,
r = notify on service recoveries (OK states), and
f = notify when the servuce starts and stops flapping.
If you specify n (none) as an option, the contact will not receive any type of host notifications.
Re: Multiple Notifications when a service is down
Posted: Tue May 07, 2013 1:39 pm
by slansing
Additionally, in CCM > Hosts/Services > "Service/Host Name" > Alert Settings > Notification Interval
Make sure the interval is set to a reasonable number to achieve your goal, this means Nagios will send a recurring notification if the state does not change.
Re: Multiple Notifications when a service is down
Posted: Wed May 08, 2013 1:14 pm
by aravindreddy114
Thanks
It is working now