Re: 5.5.0 Receiving Recovery Notifications off of Warnings
Posted: Wed Jul 18, 2018 2:53 pm
We upgraded from 5.4.13.
Support for Nagios products and services
https://support.nagios.com/forum/
I was not able to verify this in Nagios XI 5.4.13. In fact, I received escalated recovery (from WARNING state) notifications as expected. I tried configs, somewhat similar to yours. I used only one hostgroup, and a shorter notification interval, but this shouldn't have an impact on the test.Prior to upgrade, we would only receive the recovery notification if the service recovered from a critical state using the escalation feature.
Code: Select all
define serviceescalation {
# config_name NOG On Call
hostgroup_name Production Database Server
contact_groups nog-on_call
first_notification 1
last_notification 0
notification_interval 5
escalation_period xi_timeperiod_24x7
escalation_options c,r,
}
define hostgroup {
hostgroup_name Production Database Server
alias Production Database Server
members localhost
}
define contactgroup {
contactgroup_name nog-on_call
alias nog-on_call
members ludmil
}