Nagios Xi service dependency

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sgoffar
Posts: 122
Joined: Wed Sep 21, 2016 9:30 am

Nagios Xi service dependency

Post by sgoffar »

Hi Team,

Can you please confirm is below setting will work on service dependecy. Where as NIX check /boot file system,NIX check /home file system,NIX check /root file system,NIX Check Load are different services.

On below setting i want to set dependency between NIX Processes Status and NIX check /boot file system,NIX check /home file system,NIX check /root file system,NIX Check Load


define servicedependency {
# config_name Test5-root_FS_Dependency
dependent_host_name Test5
dependent_service_description NIX check /boot file system,NIX check /home file system,NIX check /root file system,NIX Check Load
host_name Test5
service_description NIX Processes Status
inherits_parent 1
execution_failure_criteria w,u,c,
dependency_period 24x7

}
Regards,
Sk Abdul Goffar
Nagios Version:Nagios XI 5.4.8
OS:CentOS release 6.5
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Nagios Xi service dependency

Post by mcapra »

That should work (all other things being equal), but you need to be mindful of how you modify flat-file configurations when using Nagios XI. See this documentation for more details:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf

Let us know if you run into troubles with configuring service dependencies.
Former Nagios employee
https://www.mcapra.com/
Locked