Search found 2 matches
- Wed Jan 18, 2017 12:07 pm
- Forum: Open Source Nagios Projects
- Topic: How can an event handler prevent notifications?
- Replies: 3
- Views: 995
Re: How can an event handler prevent notifications?
notification_interval is 120... but I'm unsure if that is relevant here. That is the re-notification interval; it still generates a notification immediately upon a HARD problem state. Setting this to zero would suppress re-notifications altogether. Neither affects the initial notification trigger. T...
- Mon Jan 16, 2017 11:04 pm
- Forum: Open Source Nagios Projects
- Topic: How can an event handler prevent notifications?
- Replies: 3
- Views: 995
How can an event handler prevent notifications?
I am trying to write an event handler that runs on one of two services on a host. If the second of the services already has an acknowledgement, the handler will acknowledge the first service with the same comment. However, even if the handler acknowledges the service immediately, I still get the pro...