Search found 2 matches
- Sat Jul 26, 2014 9:20 am
- Forum: Open Source Nagios Projects
- Topic: Allow NEB to override host checks
- Replies: 3
- Views: 2707
Re: Allow NEB to override host checks
I created a ticket for this in the tracker: http://tracker.nagios.org/view.php?id=631
- Sat Mar 15, 2014 9:25 am
- Forum: Open Source Nagios Projects
- Topic: Allow NEB to override host checks
- Replies: 3
- Views: 2707
Allow NEB to override host checks
Nagios lets event brokers override service checks, but not host checks. This proposed patch adds that functionality. --- checks.c.orig 2014-03-15 10:12:57.000000000 -0400 +++ checks.c 2014-03-15 10:16:01.000000000 -0400 @@ -2085,7 +2085,16 @@ #ifdef USE_EVENT_BROKER /* send data to event broker */ -...