NagiosXI Fusion (removing Fused Servers)
-
devinacosta
- Posts: 21
- Joined: Mon Jun 11, 2012 11:57 am
NagiosXI Fusion (removing Fused Servers)
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)
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:
This is currently fixed in SVN for the upcoming revision.
/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';
\qYou do not have the required permissions to view the files attached to this post.