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 - Crashed Database Tables
Viewed 66678 times since Tue, Jan 27, 2015
Nagios XI - MSSQL Query Wizard - Invalid characters in the username
Viewed 6472 times since Thu, Aug 3, 2017
Nagios XI - Scheduled Downtime Not Working
Viewed 8745 times since Mon, Oct 10, 2016
Nagios XI - Configuration Applies, No Changes Take Place
Viewed 9637 times since Tue, Jan 27, 2015
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 - Some BPI Checks Show "Unknown BPI Group Index" After Upgrade
Viewed 5100 times since Wed, Sep 18, 2019
Nagios XI - SourceGuardian Errors 2009R1.2C
Viewed 5329 times since Tue, Feb 2, 2016
Nagios XI - Best Practices - NWC15
Viewed 9641 times since Thu, Feb 4, 2016
Nagios XI - HTTP 500 Error / PHP Parse error - Unexpected $end
Viewed 8671 times since Mon, Jan 25, 2016