Is there any limitation on Bulk Modifications?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

Is there any limitation on Bulk Modifications?

Post 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?
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?

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked