Network Status Maps -Dependencies not displayed
Posted: Tue Feb 09, 2010 7:13 pm
I have setup several hosts and set the dependencies via the Core Config Manager. The hostdependencies.cfg appears to update OK - (attached below).
However, when I select the Network Status Map, the dependencies are not displayed. They are all shown as coming from the root of Nagios.
Is there something else I need to do to display these Parent/Child relationships?
regards... Fred
However, when I select the Network Status Map, the dependencies are not displayed. They are all shown as coming from the root of Nagios.
Is there something else I need to do to display these Parent/Child relationships?
regards... Fred
Code: Select all
define hostdependency {
dependent_host_name hostb
host_name hosta
inherits_parent 1
}
define hostdependency {
dependent_host_name hostc
host_name hostb
inherits_parent 1
}
define hostdependency {
dependent_host_name hostd
host_name hostc
inherits_parent 1
}