| Home »
Categories
» Products » Nagios XI » Troubleshooting » Common Problems |
Backups are not being generated due to tar creation errors |
|
Article Number: 867 | Rating: Unrated | Last Updated by lmiltchev on Thu, Feb 27, 2020 at 11:49 AM
|
If you are running Nagios XI 5.6.11, most likely your backups won't be compressed. You can verify if this is the case by listing the contents of the backup directory:
ls -la /store/backups/nagiosxi
If you see any directories, that are NOT compressed to "*.tar.gz" format, you would need to remove them:
cd /store/backups/nagiosxi rm -rf <directory1> <directory2> <directory3>
Then, you would need to open the "/usr/local/nagiosxi/scripts/backup_xi.sh" file in a text editor, and remove the "-e" from the shebang line. Other words, you need to change this:
#!/bin/bash -e
to this:
#!/bin/bash
Save, and exit. This should fix the problem in 5.6.11.
The bug will be fixed in Nagios XI 5.6.12.
Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.
Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!
|
Posted by: lmiltchev on Thu, Feb 27, 2020 at 11:45 AM. This article has been viewed 4759 times. Filed Under: Common Problems |
|
Have a question? Try our Forums! | Give Feedback |
0 (0)
Article Rating (No Votes)
Rate this article
|
| |
|
Attachments
There are no attachments for this article.
| Related Articles 
Nagios XI - Crashed Database Tables
Viewed 66678 times since Tue, Jan 27, 2015
Nagios XI - Scheduled Downtime Not Working
Viewed 8745 times since Mon, Oct 10, 2016
API changes in Nagios XI 5.7
Viewed 4819 times since Tue, Feb 23, 2021
Nagios XI - Downloading A System Profile
Viewed 9569 times since Wed, Jul 19, 2017
Nagios XI - Best Practices - NWC15
Viewed 9641 times since Thu, Feb 4, 2016
|
|