Nagios XI and service escalation
Posted: Thu Jun 21, 2012 1:57 pm
Hi,
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:
I imported the serviceescalations.cfg file using CCM's import files tool. After the configuration was applied and I checked it under CCM as well as in etc/serviceescalations.cfg there was only one definition, the last one, the first two disappeared.
Is there something I am missing or there indeed is a bug?
Thanks in advance
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