Page 1 of 1

NagiosXI Fusion (removing Fused Servers)

Posted: Fri Sep 07, 2012 3:19 pm
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?

Re: NagiosXI Fusion (removing Fused Servers)

Posted: Fri Sep 07, 2012 3:35 pm
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.