I am trying to apply the new version, but the system dont work.
I need to delete the older folder from the last update, when i do a command ls on root, the folder show in red
I have these 3 folder, and I would like to delete it.
xi.latest.tar.gz (in red)
xi.latest.tar.gz.1
xi.latest.tar.gz.2
What is the command to do that ?
Best Regards.
Robson
How to delete folder on nagios ?
Re: How to delete folder on nagios ?
Code: Select all
rm -rf xi.latest.tar.gz.1
Code: Select all
rm -rf xi.latest.tar.gz.2

-
- Posts: 10
- Joined: Wed Sep 08, 2010 2:09 pm
Re: How to delete folder on nagios ?
I did this command and download and updated the current version following the procedures,
but the system don´t complete the process
in the command line the nagios show the message upgrade complete, and when I log into the system the show the message update complete, but I am still receiving this message:
A new Nagios XI update is available.
2011R1.2 was released on April 11th, 2011.
Visit www.nagios.com to obtain the latest update.
Latest Available Version: 2011R1.2
Installed Version: 2009R1.4B
Last Update Check: 05/05/2011 13:28:33
Any ideas to do the upgrade ?
Best Regards
but the system don´t complete the process
in the command line the nagios show the message upgrade complete, and when I log into the system the show the message update complete, but I am still receiving this message:
A new Nagios XI update is available.
2011R1.2 was released on April 11th, 2011.
Visit www.nagios.com to obtain the latest update.
Latest Available Version: 2011R1.2
Installed Version: 2009R1.4B
Last Update Check: 05/05/2011 13:28:33
Any ideas to do the upgrade ?
Best Regards
Re: How to delete folder on nagios ?
Ok, I double checked our documentation, and the link in the manual installation instructions is out of date and pointing to an older release of XI. We now have both a 2009Rx release and a 2011 release. Our actual current latest release is 2011R1.2. You can download the latest source tarball and run the "upgrade" script from the following link.
wget http://assets.nagios.com/downloads/nagi ... 1.2.tar.gz
Sorry about the confusion, I'll be making the adjustments today so the documentation reflects the latest download.
wget http://assets.nagios.com/downloads/nagi ... 1.2.tar.gz
Sorry about the confusion, I'll be making the adjustments today so the documentation reflects the latest download.