Acknolwedgement Notification Configuration?

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
matt.uebel
Posts: 84
Joined: Thu Jun 20, 2013 7:43 am

Acknolwedgement Notification Configuration?

Post by matt.uebel »

How do I configure a host or service to notify on Acknowledgement? It doesn't seem to be an option in host_notification_options directive for either host, service, or contact.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Acknolwedgement Notification Configuration?

Post by slansing »

I believe you should be getting one acknowledgement email, and then notifications will be suppressed while that object is acknowledged. Is this not the case for you? There is no current configuration option for this as it is handled by a different portion of the Nagios process, and the nagios process runs it's own acknowledgements automatically. Though it has been talked about as a feature addition before.
matt.uebel
Posts: 84
Joined: Thu Jun 20, 2013 7:43 am

Re: Acknolwedgement Notification Configuration?

Post by matt.uebel »

We would like to send text messages whenever someone acknowledges a host down problem.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Acknolwedgement Notification Configuration?

Post by sreinhardt »

Most likely, you would need to write a wrapper script for the notifications to distinguish between ack and other notifications. Otherwise you could both post a feature request to tracker.nagios.com, and\or contact [email protected] and see about custom development if you need this immediately. As slansing mentioned, unfortunately I don't believe it is presently feasible to separate ack vs other notifications, although I could be incorrect.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked