Recoveries notifications on warning not sent
Posted: Fri Dec 20, 2013 6:09 am
Hi
I am having an issue with the notifications on some services: after a warning, the recovery notification is not sent.
Here are the relevant parts of my configuration:
Here is what I see under the notification panel in Nagios:
And the alert history:
I'm using Nagios 3.4.4
Do you know if there is another option that could prevent some notifications from being sent?
I searched the changelog for newer versions, but I couldn't find anything about that kind of problem.
Any help will be greatly appreciated!
I am having an issue with the notifications on some services: after a warning, the recovery notification is not sent.
Here are the relevant parts of my configuration:
Code: Select all
# nagios.cfg
log_notifications=1
enable_notifications=1
# generic-service
define service{
name generic-service
[...]
notification_options w,u,c,r
notification_interval 120
notification_period 24x7
[...]
}
# service definition
define service{
use generic-service
host_name my_host
service_description my_service
check_command mycheck!params
contact_groups my_contact
}Code: Select all
my_host my_service WARNING 12-17-2013 12:40:54 my_contact notify-by-email WARNING: Last mail 60 60 minutes SLACode: Select all
December 17, 2013 13:00
Service Ok[12-17-2013 13:10:53] SERVICE ALERT: my_host;my_service;OK;HARD;3;OK: No critical service, Last mail 0 minutes, HTTP OK, Ndo is up to date 1 > 3600 seconds SLA
December 17, 2013 12:00
Service Warning[12-17-2013 12:40:53] SERVICE ALERT: my_host;my_service;WARNING;HARD;3;WARNING: Last mail 60 > 60 minutes SLA
Service Warning[12-17-2013 12:39:53] SERVICE ALERT: my_host;my_service;WARNING;SOFT;2;WARNING: Last mail 60 > 60 minutes SLA
Service Warning[12-17-2013 12:38:53] SERVICE ALERT: my_host;my_service;WARNING;SOFT;1;WARNING: Last mail 60 > 60 minutes SLADo you know if there is another option that could prevent some notifications from being sent?
I searched the changelog for newer versions, but I couldn't find anything about that kind of problem.
Any help will be greatly appreciated!