How to delete folder on nagios ?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
robson-dasilva
Posts: 10
Joined: Wed Sep 08, 2010 2:09 pm

How to delete folder on nagios ?

Post by robson-dasilva »

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
rdedon
Posts: 578
Joined: Sat Nov 20, 2010 4:51 pm

Re: How to delete folder on nagios ?

Post by rdedon »

Code: Select all

rm -rf xi.latest.tar.gz.1

Code: Select all

rm -rf xi.latest.tar.gz.2
(Be sure when using this command that the file is definitely the one you want removed. It is somewhat difficult and time consuming to undo this.) :-)
Rene deDon
Technical Team
___
Nagios Enterprises, LLC
Web: http://www.nagios.com
robson-dasilva
Posts: 10
Joined: Wed Sep 08, 2010 2:09 pm

Re: How to delete folder on nagios ?

Post by robson-dasilva »

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
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: How to delete folder on nagios ?

Post by mguthrie »

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.
Locked