Page 1 of 1

Bulk Modification missing : Notification disable option

Posted: Sat Mar 28, 2015 8:52 am
by zaji_nms
Dear Expert

In Bulk Modification, there is option to Notification Enable but not Notification Disable, why?

We have 5000+ links, first we will disable all the notification for all the links (service) and will enable for Selected links so how to disable notification for all the services?

Due to lack of this option, we have to disable GLOBAL NOTIFICATION for time being (by force we have to as there is no choice for us), please advice how to disable notification for all services.

We notify our customer if link goes down (STATUS=DOWN) but not when there is any high bandwidth utilization, we want to disable Notification for all Bandwidth Threshold alert, how possible?

Regards

Re: Bulk Modification missing : Notification disable option

Posted: Sun Mar 29, 2015 7:08 pm
by Box293
notifications_enabled is the name of the directive.

http://nagios.sourceforge.net/docs/3_0/ ... ml#service
This directive is used to determine whether or not notifications for this service are enabled. Values: 0 = disable service notifications, 1 = enable service notifications.
So in Bulk Modification, you need to select the "off" radio button.

This will then turn off notifications on all selected hosts and services.

Does this work for you?