Page 2 of 2

Re: FTP Backup not working

Posted: Mon Jul 20, 2020 12:41 pm
by kgugerty
From the ticket:

Backups do have a default timeout of 20 minutes and if the creation if the backup file is not finished before that time, it will cause the issue you are having.

This value can be increased by editing the /usr/local/nagiosxi/html/config.inc.php file and adding the following to the bottom
$cfg['backup_timeout'] = 3600;

Save the file and restart the following processes to make sure the change is updated.
service nagios restart
service httpd restart

That will increase the timeout to 60 minutes.

This is what I was looking for. This thread can be closed.

Re: FTP Backup not working

Posted: Mon Jul 20, 2020 1:49 pm
by scottwilkerson
kgugerty wrote:From the ticket:

Backups do have a default timeout of 20 minutes and if the creation if the backup file is not finished before that time, it will cause the issue you are having.

This value can be increased by editing the /usr/local/nagiosxi/html/config.inc.php file and adding the following to the bottom
$cfg['backup_timeout'] = 3600;

Save the file and restart the following processes to make sure the change is updated.
service nagios restart
service httpd restart

That will increase the timeout to 60 minutes.

This is what I was looking for. This thread can be closed.
Great

Locking thread