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
Multiple Notifications when a service is down
-
aravindreddy114
- Posts: 55
- Joined: Tue May 07, 2013 12:48 pm
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Multiple Notifications when a service is down
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.
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.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Multiple Notifications when a service is down
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.
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.
-
aravindreddy114
- Posts: 55
- Joined: Tue May 07, 2013 12:48 pm
Re: Multiple Notifications when a service is down
Thanks
It is working now
It is working now