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
How do I setup Nagios to meet the following notification cri
-
nagioshughvf
- Posts: 3
- Joined: Tue Apr 24, 2012 6:15 pm
Re: How do I setup Nagios to meet the following notification
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.