Dashboard customization

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
HAL
Posts: 151
Joined: Thu Sep 27, 2012 7:57 am

Dashboard customization

Post by HAL »

Hi
I have added a dashlet in the customized dashboard as per attached screen shot. The name of the dashlet is visible only when i put a Mouse tip on the dashlet.

Can the name is visible all the time without moving the mouse tip?

Regards
HAL
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: Dashboard customization

Post by scottwilkerson »

There isn't a way that is builtin to do this (that I know of) but you could edit the dashlet.js file in
/usr/local/nagiosxi/html/includes/js/dashlets.js

On line 76-78 is the code that hides it.

This however would be over written on upgrade.

Another option would be to add a custom component that load some js that just tests if .dashlettitle has visibility set to hidden and make it visible.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
HAL
Posts: 151
Joined: Thu Sep 27, 2012 7:57 am

Re: Dashboard customization

Post by HAL »

Hi
Do you have any other option than this?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Dashboard customization

Post by scottwilkerson »

Not at this time.

You can feel free to add a feature request on our tracker
http://tracker.nagios.com/
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked