Nagios XI 5.5.2 - unable to add 1260 Service Depencies

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vishfx
Posts: 134
Joined: Tue Apr 24, 2018 12:30 pm

Nagios XI 5.5.2 - unable to add 1260 Service Depencies

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

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

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
vishfx
Posts: 134
Joined: Tue Apr 24, 2018 12:30 pm

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

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

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

Post by scottwilkerson »

There is no dependency structure built into event handlers, they fire every time the state or state type changes.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked