Page 2 of 2

Re: NagiosXI Switch Monitoring

Posted: Thu Feb 04, 2016 4:26 pm
by sdeshpande
I have sent you a PM. Please let me know once you review it.

Re: NagiosXI Switch Monitoring

Posted: Fri Feb 05, 2016 1:07 pm
by rkennedy
I noticed one thing -

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

Code: Select all

max_input_vars=5000
Once that's done, restart your httpd service,

Code: Select all

service httpd restart

Re: NagiosXI Switch Monitoring

Posted: Fri Feb 05, 2016 3:39 pm
by sdeshpande
I think that was it. You guys are the best.

Re: NagiosXI Switch Monitoring

Posted: Sun Feb 07, 2016 2:21 pm
by tmcdonald
We try :)

I'll be closing this thread now, but feel free to open another if you need anything in the future!