Page 1 of 1

Nagios XI 5.5.2 - unable to add 1260 Service Depencies

Posted: Wed Sep 19, 2018 8:06 am
by vishfx
Hi Team,

Does Service Dependency Management --> Dependent Relationships --> Manage Service Dependencies has a upper limit ?

I am unable to add 1260 services using multiselect under Manage Service Dependencies.

Regards,
Vish.

Re: Nagios XI 5.5.2 - unable to add 1260 Service Depencies

Posted: Wed Sep 19, 2018 2:43 pm
by scottwilkerson
You are likely hitting a php limit

Add the following to the bottom of your /etc/php.ini

Code: Select all

max_input_vars = 10000
then restart httpd

Now you should be able to submit more items

Re: Nagios XI 5.5.2 - unable to add 1260 Service Depencies

Posted: Thu Sep 20, 2018 6:13 am
by vishfx
Thanks , that fix seem to have worked.

However, Service Dependency seems to only apply on Notifications.
Can you advised, how to apply service dependecy rule on event handlers ?


Regards,
Vish.

Re: Nagios XI 5.5.2 - unable to add 1260 Service Depencies

Posted: Thu Sep 20, 2018 7:16 am
by scottwilkerson
There is no dependency structure built into event handlers, they fire every time the state or state type changes.