I'm having issues with service escalations that keep seding emails every 5 minutes instead of what they are setup to do.
I want two sent five minutes apart, then one 15 minutes later, 30 minutes later and 60 minutes later then finally two x four hours apart then no more.
What is happening is I get them every five minutes if the output changes .. so lets say cpu load triggers a warning at two but then changes to 2.1 that resets the escalation and then I keep getting the five minute alerts.
I would expect that unless it changes state from Warning to Critical that the escalations be followed as I have them setup.
Here is what I have in my escalations rules.
define serviceescalation{
host_name *
service_description *
first_notification 2
last_notification 2
notification_interval 15
}
define serviceescalation{
host_name *
service_description *
first_notification 3
last_notification 3
notification_interval 30
}
define serviceescalation{
host_name *
service_description *
first_notification 4
last_notification 4
notification_interval 60
}
define serviceescalation{
host_name *
service_description *
first_notification 5
last_notification 7
notification_interval 240
}
Let me know if anyone sees something wrong here.
Nagios server config:
Nagios core 3.3.1 on Linux ES5.7 64b VM
Thanks
