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
Bulk Modification Tool
Re: Bulk Modification Tool
Most probably, you would need to bump up the value of the max_input_vars in the /etc/php.ini file.
Example:
Restart apache when done:
Let us know if this helped. Thanks!
Example:
Code: Select all
max_input_vars = 100000Code: Select all
service httpd restartBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Bulk Modification Tool
Thank you that worked perfectly! You can close the ticket. Have a great weekend.
Re: Bulk Modification Tool
I am glad I could help! 
Be sure to check out our Knowledgebase for helpful articles and solutions!