I need support about a strange problem in NagiosXI.
I has defined two contacts like this
Code: Select all
define contact {
contact_name contact1
alias contact1
host_notification_period contact1_notification_times
service_notification_period contact1_notification_times
host_notification_options d,u,r,
service_notification_options w,c,r,
email [email protected]
service_notifications_enabled 1
use xi_contact_generic
}
define contact {
contact_name contact2
alias contact2
host_notification_period contact2_notification_times
service_notification_period contact2_notification_times
host_notification_options d,u,r,
service_notification_options w,u,c,r,f,s,
email [email protected]
host_notifications_enabled 1
service_notifications_enabled 1
use xi_contact_generic
}
The problem is that just one of these contacts inherits this option and I don't understand why.
Any suggestion?