Hi,
We have Nagios XI 2014R2.3.
I'm running the Network Switch/Router Wizard via CCM. The switch that I'm attempting to setup fails because it is taking a while to retrieve the SNMP info it need during its scan of interfaces. I'm polling this device (located in London) from our XI server in Boston. It (the wizard) times out in 15 seconds. I can run snmpwalk from the XI server with no issues. Is there a way to increase the timeout on the XI server to allow it to complete its scan successfully? I just need a few ports but this device has many that aren't used.
XI and Network Switch Router Wizard Time Out
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: XI and Network Switch Router Wizard Time Out
You can edit /etc/php.ini
change
to
Then restart apache
change
Code: Select all
max_execution_time = 30Code: Select all
max_execution_time = 300Code: Select all
service httpd restartRe: XI and Network Switch Router Wizard Time Out
Thanks Scott. Worked perfectly. Pleae close.