The limit of items the Bulk Modification Tool can handle

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
harshalx
Posts: 8
Joined: Mon May 29, 2017 4:37 am

The limit of items the Bulk Modification Tool can handle

Post by harshalx »

Hello, I forwarding passive checks from Nagios Core to Nagios XI. This creates one service per host on the Nagios XI side. I have a huge infrastructure with multiple pods, each pod having 400+ nodes and forwarding check results to XI. This means I have thousands of services created on the XI side as it creates one service per host.

I use the Bulk Modification Tool to update, remove, add contacts/contact groups to this configuration. I tried to remove a contact group from almost 1400 services (by using the check_all option) and got the following error.

Step 1
bulkmodtool1.PNG
Step 2
bulkmodtool2.PNG
I have 1400 items in that snapshot. It seems like the Tool cannot handle this volume. What is the limit that it can handle?

Also, being a registered customer of XI will I get an opportunity to use the Customer Support list or is it ok to continue here?
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: The limit of items the Bulk Modification Tool can handle

Post by lmiltchev »

It is possible that you are hitting the max_input_vars limit in the /etc/php.ini. You may need to increase the default value of 1000 and restart apache:

Code: Select all

max_input_vars = 100000
service httpd restart
Also, being a registered customer of XI will I get an opportunity to use the Customer Support list or is it ok to continue here?
It is ok to post here, but you would usually get a faster response on the Customer forum. Can you access the Customer Support forum (view and post)? If you can't, contact our sales team at [email protected]. They will be able to set you up.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked