Service Dependency

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
davidpsv17
Posts: 1
Joined: Tue Sep 20, 2016 5:26 am

Service Dependency

Post by davidpsv17 »

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!
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Service Dependency

Post by rkennedy »

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
Locked