NagiosXI Switch Monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
sdeshpande
Posts: 19
Joined: Tue Jul 30, 2013 3:35 pm

Re: NagiosXI Switch Monitoring

Post by sdeshpande »

I have sent you a PM. Please let me know once you review it.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: NagiosXI Switch Monitoring

Post 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
Former Nagios Employee
sdeshpande
Posts: 19
Joined: Tue Jul 30, 2013 3:35 pm

Re: NagiosXI Switch Monitoring

Post by sdeshpande »

I think that was it. You guys are the best.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: NagiosXI Switch Monitoring

Post by tmcdonald »

We try :)

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