Hi all,
In the Nagios Core page where I can see the service dependency that I created before in the object file?
I can't find it.
Thanks!
Service Dependency
Re: Service Dependency
After applying configuration they should populate to objects.cache. I just verified it on my end -
Code: Select all
[root@localhost var]# pwd
/usr/local/nagios/var
[root@localhost var]# grep depend objects.cache
define servicedependency {
dependent_host_name localhost
dependent_service_description PING
dependency_period 24x7
define servicedependency {
dependent_host_name localhost
dependent_service_description PING
dependency_period 24x7
Former Nagios Employee