[FEATURE] Add dependent_servicegroup_name to CCM in XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

[FEATURE] Add dependent_servicegroup_name to CCM in XI

Post by eloyd »

In Core, I can use "time-saving tricks" to specify the following:

Code: Select all

define servicedependency{
        service_description             NRPE:service
        dependent_servicegroup_name     NRPE
        execution_failure_criteria      u,w,c,p
        notification_failure_criteria   u,w,c,p
}
This means all services in the NRPE service group are dependent upon the service called NRPE:service being in an OK state on the same machine before they will execute or notify. Add a new NRPE-based service to the system, drop it in the NRPE servicegroup, and this dependency will automatically kick in.

There is no dependent_servicegroup_name field in Nagios XI 5.2.9 for me to do the same thing. https://assets.nagios.com/downloads/nag ... dependency defines this as being a valid configuration, so please add this functionality to Nagios XI's GUI. Thanks.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: [FEATURE] Add dependent_servicegroup_name to CCM in XI

Post by bwallace »

Good point! I filed a feature request for this - TASK ID 9066
I'll lock this thread now --
Be sure to check out the Knowledgebase for helpful articles and solutions!
Locked