Code: Select all
...
host_notifications_enabled 1
service_notifications_enabled 1
use xi_contact_generic
...
Code: Select all
...
host_notifications_enabled 1
service_notifications_enabled 1
use xi_contact_generic
...
Yes, this is exactly the problem.lmiltchev wrote:Have you tried: Admin->Manage Users->Add New User->...Create as Monitoring Contact: "checked". You would have in the contacts.cfg:
Code: Select all
... host_notifications_enabled 1 service_notifications_enabled 1 use xi_contact_generic ...
Thanks, but not looking to disable - looking to remove from contact.cfg completely.slansing wrote:You can disable notifications as a whole across multiple hosts/services with the bulk modification tool:
CCM > Tools > Bulk Modifications Tool.
This tool requires Nagios XI 2012 Enterprise Edition to be used.
Scott - this is my issue. Modifying via CCM does not remove parameters.scottwilkerson wrote:Then you would go to CCM -> Contacts -> Modify
Code: Select all
define contact {
contact_name username
alias User Name
host_notification_period username_notification_times
service_notification_period username_notification_times
host_notification_options d,u,r,f,s,
service_notification_options w,u,c,r,f,s,
email user@domain
host_notifications_enabled 1
service_notifications_enabled 1
use xi_contact_generic
}
Code: Select all
define contact {
contact_name username
alias User Name
email user@domain
use xi_contact_generic
}