I have some questions about dependencies. The setup I have a question about is very basic, it follows here:<br>
<br>
define host {<br>
use
generic-host<br>
host_name router<br>
alias router<br>
address <a href="http://10.10.10.1">10.10.10.1</a><br>
}<br>
define host {<br>
use
generic-host<br>
host_name machine<br>
alias a generic server<br>
address <a href="http://10.10.10.2">10.10.10.2</a><br>
parents router<br>
}<br>
<br>
What happens is the router will be marked as down (because we can't
ping the address), but the machine is marked as up (because the router
is still functioning and we can ping the machine). We'd like for
the machine to be marked as down also, but it is not being marked that
way.<br>
<br>
I tried having a:<br>
<br>
define hostdependency {<br>
host_name
router<br>
dependend_host_name machine<br>
notification_failure_criteria d,u<br>
}<br>
<br>
but that doesn't work either.<br>
<br>
Is it possible in nagios, if so, what am I missing?<br>
<br>
Thanks<br clear="all"><br>-- <br>Joshua Kayse<br>Computer Engineering