Bulk Modifications Tool bug
Bulk Modifications Tool bug
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
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
then restart httpd
You are going to need to make the following edits to the /etc/php.ini
Code: Select all
max_input_vars=100000Code: Select all
service httpd restartRe: Bulk Modifications Tool bug
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
Great! Locking threadAlexSavVl wrote:The problem was solved. Thank you!