Page 1 of 1

View Performance Graphs icon

Posted: Mon Jan 13, 2014 5:49 pm
by nveeder
Nagios XI 2012R1.6 with Enterprise add-on (manual install)
CentOS 5.8 64bit

I'd like to disable the "View Performance Graphs" icon shown next to each host and service on Service Status pages.
I have one XI installation that shows this icon and one that does not, but am not sure how I disabled it before.

Re: View Performance Graphs icon

Posted: Mon Jan 13, 2014 5:55 pm
by scottwilkerson
This really should be a setting (note to self) but you can comment out the following line in /usr/local/nagiosxi/html/includes/components/graphexplorer/graphexplorer.inc.php

Code: Select all

register_callback(CALLBACK_CUSTOM_TABLE_ICONS,'graphexplorer_component_table_icon');

Re: View Performance Graphs icon

Posted: Tue Jan 14, 2014 2:20 pm
by nveeder
Thanks, that works.
I had not done that on the other server where this icon was not being shown, but understand now that the icon is from a newer version of the Nagios Graph Explorer component.

Re: View Performance Graphs icon

Posted: Tue Jan 14, 2014 2:22 pm
by slansing
It is possible that for some reason no performance data was being returned to Nagios from the start with the services that did not have the button present, and as you mentioned it was not originally present.