All,<br>   I need some clarification about Nagios host and service check relationship.  I have no dependency defined.  I have the following host and service defintion<br><br>define host{<br>        name                  foo<br>
        use                   generic-host          ; Inherit default values<br>        check_period          24x7<br>        check_interval        0<br>        max_check_attempts    2<br>        notification_period   24x7<br>
        notification_interval 10<br>        notification_enabled 0<br>        check_command      check_host_alive<br>}<br><br><br><br>define  service {<br>        use                     basic-service<br>        hostname          foo<br>
        service_description     ping<br>        servicegroups           named<br>        check_command           check-host-alive<br>       <br>}<br><br><br>if you look above, I have both service and host check_command is the same check ("check_host_alive").  Now host is not checking on regular time interval because I have the check_interval is set to "0".  Lets say the service check fails,  at this point would nagios perform on demand host check?   Also would nagios show host status as down and service status as critical?  Please advise on this.  Thanks<br>
<br><br clear="all"><br>-- <br>Cordially,<br>Shadhin Rahman<br>