Page 1 of 1

Bulk Modification Tool

Posted: Thu Jun 27, 2019 8:05 am
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

Re: Bulk Modification Tool

Posted: Thu Jun 27, 2019 10:15 am
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!

Re: Bulk Modification Tool

Posted: Thu Jun 27, 2019 10:40 am
by smetzler
Thank you that worked perfectly! You can close the ticket. Have a great weekend.

Re: Bulk Modification Tool

Posted: Thu Jun 27, 2019 10:40 am
by lmiltchev
I am glad I could help! :)