Dependencies

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
gshine
Posts: 7
Joined: Tue Nov 09, 2010 4:47 pm

Dependencies

Post by gshine »

I have created a dependency check - I do not want any alerts or any kind from any hosts or services unless the network is reachable. I have a host whcih is the network border and must be reachable for any other alerts to be allowed. I have created a template as below and set the dependent to an asterisk (all ????) but how do I apply this to all my hosts?

define hostdependency {
host_name Router
dependent_host_name *
notification_failure_criteria d,u
}
Locked