Page 1 of 1

How do I setup Nagios to meet the following notification cri

Posted: Tue May 01, 2012 5:03 pm
by nagioshughvf
I have Nagios1 (Internal) and Nagios2 (External) monitoring the same service, ServiceA. Currently, I receive duplicate notifications from Nagios1 and Nagios2 when ServiceA is critical.

How do I setup Nagios to meet the following notification criteria?

1) When only one Nagios detects ServiceA is critical, do not send notifications

2) When both Nagios detects ServiceA is critical, send one notification

Re: How do I setup Nagios to meet the following notification

Posted: Wed May 02, 2012 9:30 am
by agriffin
You could do this by defining a new notification command that checks the status on the other machine before sending out a notification. This would probably involve a little programming. There aren't any built-in options or existing add-ons that I'm aware of to do this.