Nagios XI upgradation issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Re: Nagios XI upgradation issue

Post by raamardhani7 »

Box293 wrote:
raamardhani7 wrote:/usr/local/nagios/share/perfdata/ there are lot of files in this files, acn these files be deleted? If I delete them will I have historical graphs? There is 80GB space still available..
It does not appear that space is the issue.
[root@lussvpnagiosxi00 nagios]# mysql -pnagiosxi
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 9950091
Server version: 5.1.73 Source distribution

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> use nagios;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> repair table nagios_logentries use_frm;
+--------------------------+--------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+--------------------------+--------+----------+----------+
| nagios.nagios_logentries | repair | status | OK |
+--------------------------+--------+----------+----------+
1 row in set (0.05 sec)

mysql> quit;
Bye

If you delete the files in /usr/local/nagios/share/perfdata/ you will lose all of your historical performance data.

Try this:

Code: Select all

cd /var/lib/mysql/nagios/
mkdir /tmp/nagios_TMD
mv *.TMD /tmp/nagios_TMD/
mysql -pnagiosxi
use nagios;
repair table nagios_logentries use_frm;
quit;
Thanks for the update on historical information. Running the backup.sh script, will post you the output in an hour, it is taking close to 1 hour 20 mins to complete, the result could be failed or success, it is taking 1 hour 20 mins, because of too many hosts/services configured.
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Re: Nagios XI upgradation issue

Post by raamardhani7 »

Hi All,

I have successfully upgraded to the latest version, but the view of XI is still showing older version, where in other things are looking as per new version. Attaching the screenshot of it.
You do not have the required permissions to view the files attached to this post.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios XI upgradation issue

Post by rkennedy »

The icon may be cached, does this happen if you open it in a different browser?
Former Nagios Employee
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Re: Nagios XI upgradation issue

Post by raamardhani7 »

Hi All,

this can be closed now.. :) thanks to all for helping me throughout this issue.. :)
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Nagios XI upgradation issue

Post by bwallace »

Glad we were able to help. We'll lock this thread now and feel free to open another should you require assistance with anything else.
Be sure to check out the Knowledgebase for helpful articles and solutions!
Locked