| Home »
Categories
» Products » Nagios XI » Troubleshooting » Common Problems |
Backups are not being generated due to tar creation errors |
|
Article Number: 867 | Rating: 1/5 from 1 votes | 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 4953 times. Filed Under: Common Problems |
|
Have a question? Try our Forums! | Give Feedback |
1 (1)
Article Rating (1 Votes)
Rate this article
|
| |
|
Attachments
There are no attachments for this article.
| Related Articles 
Nagios XI - Unable to Delete Host
Viewed 26242 times since Tue, Dec 16, 2014
Nagios XI - Hosts Pending/Gray
Viewed 13221 times since Tue, Jan 6, 2015
Slack Notifications Stopped Working
Viewed 5788 times since Wed, Mar 18, 2020
Nagios XI - SNMP MIB Upload Problems
Viewed 10984 times since Mon, Apr 10, 2017
|
|