Dependencies help

Brian Hellman bhellman at dlz.com
Wed Nov 24 15:06:42 CET 2004


I have two questions
1) Does nagios recognize "nested" depenencies ? For example, using the 
below config. If sbwanr goes down will the 'version' check below know 
not to send warnings because a previous dependency failed?

2) Using the below config again... is it saying that bh1 is dependant 
upon sbwanr being up so if sbwanr goes down bh1 will not have any 
notifications sent?

TIA
Brian.

# Servicedependency definition
define servicedependency{
        host_name                       sbwanr
        service_description             PING
        dependent_host_name             bh1
        dependent_service_description   PING
        execution_failure_criteria      u,c   ; These are the criteria 
for which check execution will be supressed
        notification_failure_criteria   u,c   ; These are the criteria 
for which notifications will be supressed
        }

# Servicedependency definition
define servicedependency{
        host_name                       bh1
        service_description             version
        dependent_host_name             bh1
        dependent_service_description   PING
        execution_failure_criteria      w,u,c   ; These are the criteria 
for which check execution will be supressed
        notification_failure_criteria   w,u,c   ; These are the criteria 
for which notifications will be supressed
        }


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list