XI and Network Switch Router Wizard Time Out

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
brdr
Posts: 312
Joined: Mon Jun 02, 2014 12:49 pm

XI and Network Switch Router Wizard Time Out

Post by brdr »

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

Post by scottwilkerson »

You can edit /etc/php.ini
change

Code: Select all

max_execution_time = 30
to

Code: Select all

max_execution_time = 300
Then restart apache

Code: Select all

service httpd restart
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
brdr
Posts: 312
Joined: Mon Jun 02, 2014 12:49 pm

Re: XI and Network Switch Router Wizard Time Out

Post by brdr »

Thanks Scott. Worked perfectly. Pleae close.
Locked