NagiosXI Switch Monitoring
-
sdeshpande
- Posts: 19
- Joined: Tue Jul 30, 2013 3:35 pm
Re: NagiosXI Switch Monitoring
I have sent you a PM. Please let me know once you review it.
Re: NagiosXI Switch Monitoring
I noticed one thing -
Can you modify your php.ini and add one thing? It's usually located at /etc/php.ini. Look for the variable max_input_vars and change it from 1000 to 5000 (this may need to be higher depending on the stack, FYI). If the line doesn't exist, add this to the bottom of your file -
Once that's done, restart your httpd service,
Code: Select all
[Thu Feb 04 13:31:38.828687 2016] [:error] [pid 3696] [client 10.120.219.192:57457] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0, referer: http://nagiosxi.libremax.com/nagiosxi/config/monitoringwizard.php
Code: Select all
max_input_vars=5000
Code: Select all
service httpd restartFormer Nagios Employee
-
sdeshpande
- Posts: 19
- Joined: Tue Jul 30, 2013 3:35 pm
Re: NagiosXI Switch Monitoring
I think that was it. You guys are the best.
Re: NagiosXI Switch Monitoring
We try :)
I'll be closing this thread now, but feel free to open another if you need anything in the future!
I'll be closing this thread now, but feel free to open another if you need anything in the future!
Former Nagios employee