Apply Changes timeout issue ...

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vishfx
Posts: 134
Joined: Tue Apr 24, 2018 12:30 pm

Apply Changes timeout issue ...

Post by vishfx »

Hi NagiosXI Team,

We are running Nagios XI 5.4.13 VMware Image.

We noticed that during a bulk addition of 1400+ Services to NagiosXI , apply changes timeout.
Is there a way to avoid this ?

Regards,
Vish.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Apply Changes timeout issue ...

Post by scottwilkerson »

You likely need to increase your max_execution_time in your /etc/php.ini to about 90 seconds

Code: Select all

max_execution_time = 90
then retsart httpd

Code: Select all

service httpd restart
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
vishfx
Posts: 134
Joined: Tue Apr 24, 2018 12:30 pm

Re: Apply Changes timeout issue ...

Post by vishfx »

Thanks scottwilkerson.

Will give it a try.

Regards,
Vish.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Apply Changes timeout issue ...

Post by scottwilkerson »

Let us know if we can be of further assistance
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked