Hello,<br><br>I have a working nagios2 installation under Ubuntu.  I would like to configure nagios so that when a host cannot be ping'd by nagios all other services related to this server/s are stopped so I don't get a slew of notifications for that host.<br>
<br>I'm thinking i want servicedepency directive in my dependecies.cfg file? Does this sound about right?<br><br><br>define servicedependency{<br>    hostgroup_name                       servers<br>    service_description             ping<br>
    dependent_hostgroup_name        servers  <br>    dependent_service_description   *   <br>    execution_failure_criteria      w,c<br>    notification_failure_criteria   w,u,c<br>}<br><br><br>Thanks,<br>JJ<br>