Hi!<br><br>I noticed that it's not possible for 2 hosts to have depend
on the same service on each other, but it's troublesome as I don't want
to have it notify if the service is running on 1 of the hosts, here's an
example:<br>define
servicedependency{<br>
host_name
server0<br>
dependent_host_name
server1<br>
dependent_service_description
service0<br>
service_description
service0<br>
inherits_parent
0<br>
execution_failure_criteria
n<br>
notification_failure_criteria
o<br> }<br>define
servicedependency{<br>
host_name
server1<br>
dependent_host_name
server0<br>
dependent_service_description
service0<br>
service_description
service0<br>
inherits_parent
0<br>
execution_failure_criteria
n<br>
notification_failure_criteria
o<br> }<br>Basically, the
service must run on 1 of the servers, it'll NEVER run on both at the
same time and while it's running on 1 but not on the other, I don't want
to have notifies sent for the service not running on one of the hosts. I
understand why it could result in a deadlock, but it won't in my case,
so unless there's some hidden option to bypass this security error
(which I haven't found in 3.0b1) I'd like to have such an option for
servicedependancy.<br>