Search found 3 matches

by uplink
Tue Dec 11, 2012 10:01 am
Forum: Open Source Nagios Projects
Topic: eventhandler halts Nagios
Replies: 4
Views: 1483

Re: eventhandler halts Nagios

will come up with a nonblocking/external solution. for others' reference: changed my calling some eventhandler to use at .. presto: define command { command_name untangle-check_logfiles-over-ssh command_line echo "$USER2$/untangle-check_logfiles-over-ssh $SERVICESTATE$ $SERVICESTATETYPE$ $SERV...
by uplink
Tue Dec 11, 2012 8:29 am
Forum: Open Source Nagios Projects
Topic: eventhandler halts Nagios
Replies: 4
Views: 1483

Re: eventhandler halts Nagios

mguthrie wrote:Event handlers are blocking processes in Nagios
that's what I feared. ok, will come up with a nonblocking/external solution.

thanks!
by uplink
Mon Dec 10, 2012 11:54 am
Forum: Open Source Nagios Projects
Topic: eventhandler halts Nagios
Replies: 4
Views: 1483

eventhandler halts Nagios

In my central Nagios installation, I make use of ConSol*'s check_logfiles script. In some situations, I need to pause regular checking, manually run some cruncher on a remote machine, then restart checking that service. This is done as event handler, which works well. However it seems the whole of N...