Error adding more than 988 services to service group

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hqnguyen
Posts: 12
Joined: Fri Apr 22, 2016 9:38 am

Error adding more than 988 services to service group

Post by hqnguyen »

The current number of services we have in one of our service group is 984. I tried to add about 10 more services to this group and after hit save, the gui just quit directly back to CCM main screen. So I tried to add service in one by one. Here is where we reach 988
servicegroup988.JPG
So, adding 1 more service into the group, after hit save got this error
servicegrouperror.JPG
I don't remember seeing anywhere saying that 988 is the maximum number of services in a service group.
Running 5.5.3.
Any idea how to fix or when this will be fixed?

Thanks,
You do not have the required permissions to view the files attached to this post.
Last edited by hqnguyen on Wed Sep 19, 2018 3:44 pm, edited 1 time in total.
jforcier

Re: Error adding more than 988 services to service group

Post by jforcier »

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

Code: Select all

max_input_vars = 10000
After you change that restart httpd.
hqnguyen
Posts: 12
Joined: Fri Apr 22, 2016 9:38 am

Re: Error adding more than 988 services to service group

Post by hqnguyen »

That fixed it. Thanks.
Locked