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.
View Performance Graphs icon
View Performance Graphs icon
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
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
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.
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
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.