Page 2 of 2

Re: Automatic backups are not working well

Posted: Thu Jul 06, 2017 1:27 am
by reincarne
up

Re: Automatic backups are not working well

Posted: Thu Jul 06, 2017 11:39 am
by tgriep
Lets see if increasing the backup timeout will fix the issue.

Code: Select all

Edit the /usr/local/nagiosxi/html/config.inc.php
and add this line at the bottom

Code: Select all

$cfg['backup_timeout'] = 3600;
Save the file and restart the Nagios and Apache processes by running

Code: Select all

service nagios stop
killall -9 nagios
service nagios start
service httpd restart
FYI, dwhitfield is out of the office until next week so we will not have access to the system profile that you sent him.

Re: Automatic backups are not working well

Posted: Thu Jul 27, 2017 1:42 am
by reincarne
any updates?

Re: Automatic backups are not working well

Posted: Thu Jul 27, 2017 11:35 am
by tgriep
Can you run the commands from my previous post and send me the System Profile?
We never received it.

Re: Automatic backups are not working well

Posted: Tue Aug 01, 2017 8:03 am
by reincarne
tgriep wrote:Can you run the commands from my previous post and send me the System Profile?
We never received it.
Sorry, didn't see this message.
Just did it. Waiting few days to see results.

Re: Automatic backups are not working well

Posted: Tue Aug 01, 2017 10:11 am
by tgriep
OK, post back your findings.