NagiosXI Fusion (removing Fused Servers)

This support forum board is for questions relating to Nagios Fusion.
Locked
devinacosta
Posts: 21
Joined: Mon Jun 11, 2012 11:57 am

NagiosXI Fusion (removing Fused Servers)

Post by devinacosta »

I have Nagios Fusion 2012R1.2, and I noticed that when I have deleted a few Nagios Core servers from the system, for some reason the NagiosXI Fusion screens are still showing old data for the servers that are now gone. Do I need to do something in order to clear the old servers and have it not show information for those servers any longer?
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: NagiosXI Fusion (removing Fused Servers)

Post by mguthrie »

Yeah, there's a known bug in 1.2 where the server gets deleted, but can still show up on the tactical summary page. I attached the hotfix, which can be used to replace the following file:

/usr/local/nagiosfusion/html/includes/utils-servers.inc.php

It shouldn't be an issue after the script update, but you'll have to clear the tactical data for the old machine with the following commands:

Code: Select all

psql nagiosfusion nagiosfusion
DELETE FROM fusion_tac_data WHERE server_name='theName';
\q
This is currently fixed in SVN for the upcoming revision.
You do not have the required permissions to view the files attached to this post.
Locked