For some reason I'm having a hard time understanding exactly how dependencies work.<br><br>What I'm trying to do is create a service dependcy that will halt notifications of any number of servers file if that host cannot be pinged.<br>
<br>Can anyone assist?<br><br>Here is the required basic syntax of a basic servicedependency definition in nagios2.<br><br><code><br>define servicedependency{<br> host_name<br> service_description<br> dependent_host_name<br>
dependent_service_description<br>}<br></code><br><br>Much appreciated,<br><br>Jeremiah<br>