Backups not listed
Backups not listed
So I have multiple backups located in /store/backups/nagiosxi but when I click on the Local Backup Archives link, nothing is listed. At one point one was listed, but days ago that stopped being shown. I created a manual backup by running the script and also one by clicking the "Create Backup" button. Both are the only files in that folder right now.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Re: Backups not listed
Can we get a ls -l of that directory's contents, and a ls -ld of the directory itself?
Former Nagios employee
Re: Backups not listed
Code: Select all
[root@iss-chi-nag05 nagiosxi]# ll
total 5723616
-rw-r--r-- 1 nagios nagios 2927474149 Apr 9 13:15 1428602570.tar.gz
-rw-r--r-- 1 nagios nagios 2927773916 Apr 9 12:58 nagiosxi.1428601502.tar.gz
Code: Select all
drwxrw-rw-. 2 nagios nagios 4096 Apr 9 13:46 nagiosxi2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Re: Backups not listed
Do you see anything in the "/usr/local/nagiosxi/var/components/scheduledbackups.log" that can give us some clues?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Backups not listed
Code: Select all
[root@iss-chi-nag05 ~]# cat /usr/local/nagiosxi/var/components/scheduledbackups.log
04-08-2015 01:00:01 DEBUG: Running scheduled local backup ...
04-08-2015 01:00:01 INFO: Creating a local backup: nagiosxi.1428472801
04-08-2015 01:00:01 DEBUG: Sending create local backup command to CmdSubsystem
04-09-2015 01:00:01 DEBUG: Running scheduled local backup ...
04-09-2015 01:00:01 INFO: Creating a local backup: nagiosxi.1428559201
04-09-2015 01:00:01 DEBUG: Sending create local backup command to CmdSubsystem
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Backups not listed
The XI backup component could be improved by:
- Implementing alerting if a backup failed
Backup logs that you can view in the XI interface (for each backup that ran)
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Backups not listed
First we have to get it to display whats in the folderBox293 wrote:The XI backup component could be improved by:
- Implementing alerting if a backup failed
Backup logs that you can view in the XI interface (for each backup that ran)
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Re: Backups not listed
Hey Bandit,
Can you check the permissions of the /store/backups folder? And if possible can you tail the Apache error_log when you click on the page that lists all your backups to see if there is an error in getting the list?
(As always, your feature requests are awesome I will add them to the never ending todo list)
Can you check the permissions of the /store/backups folder? And if possible can you tail the Apache error_log when you click on the page that lists all your backups to see if there is an error in getting the list?
(As always, your feature requests are awesome I will add them to the never ending todo list)
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Backups not listed
Code: Select all
[root@iss-chi-nag05 ~]# ll /store
total 20
drwxr-xr-x. 5 root root 4096 Apr 1 11:23 backups
Code: Select all
[root@iss-chi-nag05 nagiosxi]# ll
total 8587392
-rw-r--r-- 1 nagios nagios 2927474149 Apr 9 13:15 1428602570.tar.gz
-rw-r--r-- 1 nagios nagios 2927773916 Apr 9 12:58 nagiosxi.1428601502.tar.gz
-rw-r--r-- 1 nagios nagios 2929636061 Apr 10 01:12 nagiosxi.1428645601.tar.gz
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Backups not listed
Is apache part of the nagios group?
Also, just to verify, is selinux enabled?
Code: Select all
cat /etc/group|grep nagiosgetenforce