Page 1 of 1

Documentation? (add text to a Fusion Dashboard?)

Posted: Thu May 23, 2013 7:11 pm
by david_sloboda
My employer uses Nagios Fusion.
There have been requests from management to add static explanatory text to some of the Fusion dashboards.

I am looking for documentation or examples
on how to customize a single Fusion Dashboard.

My first goal is to add static text to a single Fusion Dashboard.

As an example of what it might look like when I am done,
one dashboard might have the text: "This Dashboard shows hosts, services and recent alerts for the North America compute farm "
A different dashboard might have the text: "This Dashboard shows hosts, services and recent alerts for the North America finance infrastructure "
A different dashboard might have the text: "This Dashboard shows hosts, services and recent alerts for the Asia finance infrastructure "

I have looked at
1) http://assets.nagios.com/downloads/nagi ... opment.pdf
and
2) http://support.nagios.com/wiki/index.ph ... usion:FAQs
and
3) http://library.nagios.com/library/produ ... iosfusion/

So far, it looks like I will be doing Component Development on a dev Nagios Fusion box to build a dashlet that simply displays static text.

Is there a different way to put static text on a Dashboard?

Thank you,
David Sloboda

Re: Documentation? (add text to a Fusion Dashboard?)

Posted: Fri May 24, 2013 10:51 am
by abrist
You could look at some of the current dashlet code to get a feel for how they work, and then create your own dashlets with the desired text.

Re: Documentation? (add text to a Fusion Dashboard?)

Posted: Fri May 24, 2013 4:21 pm
by david_sloboda
I found Text-Dashlet on exchange.nagios.org

http://exchange.nagios.org/directory/Ad ... et/details

This covers my immediate need.

Thanks,