Re: [Nagios-devel] Nagios acknowledgement enhancement request

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Nagios acknowledgement enhancement request

Post by Guest »

> First of all: please refrain from doing fullquotes - it's unnecessary
> waste of time searching the mess for your comment. Thanks in advance.
>
> Why don't you use eventhandlers?
> That's what they are there for. They are the general purpose tool
> for handling any kind of event - be it acknowledgements or whatever.
> It's your job to write an eventhandler which handles
> acknowledgments. :)

Ok, sorry.

It's a great news, but I can't make handler to work in case of
acknowledgement.

define service {
...
event_handler test-handler
...
}

test-handler has been calling only upon OK CRITICAL state change.
I've tried 'stalking_options c' in service definition, but it doesn't help.
Please clarify, hot to use it correctly?

With best regards,
Andrew.






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked