THIS KNOWLEDGE BASE HAS BEEN ARCHIVED AND IS NO LONGER BEING UPDATED
Please visit library.nagios.com/docs for the latest and most up-to-date documentation.
Home » Categories » Products » Nagios XI » Troubleshooting » Common Problems

Backups are not being generated due to tar creation errors

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.

Get 60% Off Nagios Log Server!

Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!

0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios XI - How To Delete A Data Source From An RRD File
Viewed 15436 times since Wed, Apr 27, 2016
Nagios XI - MSSQL Wizards - Adaptive Server connection failed
Viewed 13092 times since Thu, Aug 3, 2017
Nagios XI - NSP: Sorry Dave, I can’t let you do that
Viewed 24217 times since Tue, Jan 27, 2015
Nagios XI - Downloading A System Profile
Viewed 9633 times since Wed, Jul 19, 2017
Active Directory / LDAP - Troubleshooting Authentication Integration
Viewed 22031 times since Mon, Jun 26, 2017
Nagios XI - SQL Error [nagiosxi] : ERROR: syntax error
Viewed 9386 times since Sun, Sep 10, 2017
Nagios XI - Best Practices - NWC15
Viewed 9706 times since Thu, Feb 4, 2016
Nagios XI - How To Test Check Commands From The Command-line
Viewed 53288 times since Tue, Jan 26, 2016
Nagios XI - Status Information Cut Off At 256 Characters
Viewed 9328 times since Thu, Feb 25, 2016
Nagios XI - Hosts Pending/Gray
Viewed 13149 times since Tue, Jan 6, 2015