View Performance Graphs icon

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
nveeder
Posts: 20
Joined: Fri Feb 01, 2013 2:54 pm

View Performance Graphs icon

Post 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.
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: View Performance Graphs icon

Post 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');
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
nveeder
Posts: 20
Joined: Fri Feb 01, 2013 2:54 pm

Re: View Performance Graphs icon

Post 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.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: View Performance Graphs icon

Post 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.
Locked