Page 1 of 1

Is there any limitation on Bulk Modifications?

Posted: Fri Oct 12, 2018 11:45 am
by xpertech
When using Bulk Modifications on adding email notification on thousands of services & hosts, I found that some email address had not been added to services & hosts(because did not receive email notification), I wonder there's a limitation of Bulk Modifications?

Re: Is there any limitation on Bulk Modifications?

Posted: Fri Oct 12, 2018 12:43 pm
by scottwilkerson
No, however you may be hitting a input limit on php.

Edit /etc/php.ini and add the following to the bottom

Code: Select all

max_input_vars=100000
Then restart httpd

Code: Select all

service httpd restart