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.
Nagios XI 5.5.2 - unable to add 1260 Service Depencies
-
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
You are likely hitting a php limit
Add the following to the bottom of your /etc/php.ini
then restart httpd
Now you should be able to submit more items
Add the following to the bottom of your /etc/php.ini
Code: Select all
max_input_vars = 10000Now you should be able to submit more items
Re: Nagios XI 5.5.2 - unable to add 1260 Service Depencies
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.
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
There is no dependency structure built into event handlers, they fire every time the state or state type changes.