I'm not sure if it is a bug but it seems that Nagios xi does not properly honour the service escalation definitions the way Nagios Core does. I defined it as follows:
Code: Select all
define serviceescalation {
hostgroup_name webservers
service_description HTTP
first_notification 3
last_notification 5
notification_interval 15
contact_groups nt-admins
}
Code: Select all
define serviceescalation {
hostgroup_name webservers
service_description HTTP
first_notification 6
last_notification 10
notification_interval 15
contact_groups nt-admins,managers
}
Code: Select all
define serviceescalation {
hostgroup_name webservers
service_description HTTP
first_notification 11
last_notification 0
notification_interval 15
contact_groups nt-admins,managers,everyone
}
Is there something I am missing or there indeed is a bug?
Thanks in advance