Page 1 of 1

Apply Changes timeout issue ...

Posted: Tue Jul 03, 2018 9:32 am
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.

Re: Apply Changes timeout issue ...

Posted: Tue Jul 03, 2018 10:04 am
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

Re: Apply Changes timeout issue ...

Posted: Tue Jul 03, 2018 9:27 pm
by vishfx
Thanks scottwilkerson.

Will give it a try.

Regards,
Vish.

Re: Apply Changes timeout issue ...

Posted: Thu Jul 05, 2018 8:52 am
by scottwilkerson
Let us know if we can be of further assistance