Bulk Modifications Tool bug

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
AlexSavVl
Posts: 38
Joined: Wed Oct 24, 2018 5:50 am

Bulk Modifications Tool bug

Post by AlexSavVl »

Im trying to change 'notification interval' to 900 on 2882 services. Only appr 1000 services changed. If I select 20-30 services, all works fine.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Bulk Modifications Tool bug

Post by scottwilkerson »

This is likely because of hitting the max vars limit in php.

You are going to need to make the following edits to the /etc/php.ini

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
AlexSavVl
Posts: 38
Joined: Wed Oct 24, 2018 5:50 am

Re: Bulk Modifications Tool bug

Post by AlexSavVl »

The problem was solved. Thank you!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Bulk Modifications Tool bug

Post by scottwilkerson »

AlexSavVl wrote:The problem was solved. Thank you!
Great! Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked