Is there any limitation on Bulk Modifications?
Is there any limitation on Bulk Modifications?
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?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Is there any limitation on Bulk Modifications?
No, however you may be hitting a input limit on php.
Edit /etc/php.ini and add the following to the bottom
Then restart httpd
Edit /etc/php.ini and add the following to the bottom
Code: Select all
max_input_vars=100000Code: Select all
service httpd restart