Hello
We're a WISP in Ghana, West Africa. We use Motorola Canopy & OFDM wireless radios for our backhaul/backbone and list mile. The network is a flat layer-2 network. Sometimes we experience packet flooding on the network and Nagios sends out hundreds of WARNING & CRITICAL notifications, as it should. Is there a way to temporarily stop ALL notifications for all hosts and services quickly without shutting the box down?
Gregory
"Kill switch" to suspend notifications for all hosts/service
-
teledataict
- Posts: 11
- Joined: Mon Jan 03, 2011 12:33 pm
Re: "Kill switch" to suspend notifications for all hosts/service
From the main "Home menu"...
1. Select the "Process Info" link under the "Monitoring Process" menu section
2. Click the gray "X" in the "Monitoring Engine Process" dashlet next to the "Notifications" item
Notifications will now be disabled on a program-wide basis.
Hope that helps.
1. Select the "Process Info" link under the "Monitoring Process" menu section
2. Click the gray "X" in the "Monitoring Engine Process" dashlet next to the "Notifications" item
Notifications will now be disabled on a program-wide basis.
Hope that helps.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Ethan Galstad
President
Ethan Galstad
President
-
teledataict
- Posts: 11
- Joined: Mon Jan 03, 2011 12:33 pm
Re: "Kill switch" to suspend notifications for all hosts/service
It works perfectly. Thanks!
Gregory
Gregory
Re: "Kill switch" to suspend notifications for all hosts/service
Please feel free to contact us again if you have any additional issues.
Thanks!
Thanks!
-
jon.bilderback
- Posts: 52
- Joined: Tue Aug 10, 2010 9:16 am
Re: "Kill switch" to suspend notifications for all hosts/ser
Is there a way to do this from the command line, so that I can add it as a cron job on the server?
Re: "Kill switch" to suspend notifications for all hosts/ser
It sounds like you'd want to do something using a Nagios Core command. Check this page, its old but still relevant.
http://old.nagios.org/developerinfo/ext ... mmand_id=7
http://old.nagios.org/developerinfo/ext ... mmand_id=7
Nicholas Scott
Former Nagios employee
Former Nagios employee
-
jon.bilderback
- Posts: 52
- Joined: Tue Aug 10, 2010 9:16 am
Re: "Kill switch" to suspend notifications for all hosts/ser
FYI, for anyone else wanting to use those scripts, the last line is incorrect for the nagios VM.
The location of printf is : /usr/bin/printf
The location of printf is : /usr/bin/printf
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: "Kill switch" to suspend notifications for all hosts/ser
Thanks for letting everyone know.