Bulk Modification Tool

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
smetzler
Posts: 27
Joined: Mon Apr 15, 2019 11:06 am

Bulk Modification Tool

Post by smetzler »

Hello,

I tried using the Bulk Modification Tool to modify a single configuration (Notification Interval) on all of our services. The tool says it was successful however, upon checking the default entry is still submitted into the Notification Time (60). If I use the Notification Tool for say 30 services instead of the 6,000 we monitor the tool works perfectly. I seem to remember reading somewhere a value within a Linux config file needed to be changed? Does anyone have any idea?

Thank you,

Shane
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Bulk Modification Tool

Post by lmiltchev »

Most probably, you would need to bump up the value of the max_input_vars in the /etc/php.ini file.

Example:

Code: Select all

max_input_vars = 100000
Restart apache when done:

Code: Select all

service httpd restart
Let us know if this helped. Thanks!
Be sure to check out our Knowledgebase for helpful articles and solutions!
smetzler
Posts: 27
Joined: Mon Apr 15, 2019 11:06 am

Re: Bulk Modification Tool

Post by smetzler »

Thank you that worked perfectly! You can close the ticket. Have a great weekend.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Bulk Modification Tool

Post by lmiltchev »

I am glad I could help! :)
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked