I've ready through the doc's twice, but each time I come out with a different idea of how this is supposed to be set.  Below is my current attempt:<br><br>define servicedependency{<br>    dependent_host_name                 Server1,Server2<br>
    dependent_service_description       DistributedQueue-ConsumersCurrentCount<br>    host_name                           Server3<br>    service_description                 DistributedQueue-ConsumersCurrentCount<br>    notification_failure_criteria       w,c,u<br>
    }<br>define servicedependency{<br>    dependent_host_name                 Server2,Server3<br>    dependent_service_description       DistributedQueue-ConsumersCurrentCount<br>    host_name                           Server1<br>
    service_description                 DistributedQueue-ConsumersCurrentCount<br>    notification_failure_criteria       w,c,u<br>    }<br>define servicedependency{<br>    dependent_host_name                 Server1,Server3<br>
    dependent_service_description       DistributedQueue-ConsumersCurrentCount<br>    host_name                           Server2<br>    service_description                 DistributedQueue-ConsumersCurrentCount<br>    notification_failure_criteria       w,c,u<br>
    }<br><br><br>And here is what I am trying to accomplish:<br><br>I have three hosts, each with the same service running.  If < 3 of these hosts has that service die it is ok, and I want it to show critical, but not alert, but if all three of them show that service down It needs to alert.<br>
<br>Right now it is alerting if any of the three show that service down, regardless of any of the other two having that service showing OK.<br><br>Any help is greatly appreciated,<br>Matt Nelson<br>