Local Backups Not Replacing Oldest
-
matt.lilek
- Posts: 137
- Joined: Wed Aug 07, 2013 11:53 am
Re: Local Backups Not Replacing Oldest
both sections already have localhost listed
-
matt.lilek
- Posts: 137
- Joined: Wed Aug 07, 2013 11:53 am
Re: Local Backups Not Replacing Oldest
Hey,I just took a look at att3-nag1 and it has 2 backups still sitting there it didnt delete the old one.
Re: Local Backups Not Replacing Oldest
Apparently there was a different change later, please replace your /usr/local/nagiosxi/html/includes/components/scheduledbackups/scheduledbackups.inc.php with the one I've attached and let us know if that fixes the problem.
Thanks!
Thanks!
You do not have the required permissions to view the files attached to this post.
Re: Local Backups Not Replacing Oldest
In addition, you can edit your /usr/local/nagiosxi/html/includes/constants.inc.php file and set SB_LOGLEVEL to 0 to enable debugging, then it should show you more information in /usr/local/nagiosxi/var/components/scheduledbackups.log.
Code: Select all
// Scheduled backups constants
// 0 - Debug, 1 - Info, 2 - Warning, 3 - Error
define('SB_LOGLEVEL', 0);