Dashboard with Trend Repots dashlet

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
rbsinclair
Posts: 11
Joined: Wed Feb 03, 2010 10:22 am

Re: Dashboard with Trend Repots dashlet

Post by rbsinclair »

Admin --

I have followed your steps for obtaining the URL, my confusion lies in how I embed the URL into the URL dashlet.

Thanks
Bruce Sinclair
ECHO Labs
Thanks

Bruce Sinclair
ECHO Labs
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Dashboard with Trend Repots dashlet

Post by tonyyarusso »

Currently it's set by the line that looks like this:

Code: Select all

DASHLET_URL => "http://www.google.com",
which is line #32 in testurl.inc.php if you download the "Simple URL Dashlet" sample. As mguthrie noted, he's working on making an easier way to deal with these.
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Dashboard with Trend Repots dashlet

Post by mguthrie »

Here's a test version of a custom URL dashlet if you're interested.
You do not have the required permissions to view the files attached to this post.
rbsinclair
Posts: 11
Joined: Wed Feb 03, 2010 10:22 am

Re: Dashboard with Trend Repots dashlet

Post by rbsinclair »

mguthrie --

Thanks alot for your effort. I have installed the dashlet and will be working with it and let you know how it works.

Thanks
Bruce Sinclair
ECHO Labs
Thanks

Bruce Sinclair
ECHO Labs
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Dashboard with Trend Repots dashlet

Post by mguthrie »

Something that might be handy for your situation:

If you're viewing a page that's calling the nagios core interface (like the trends report), you can add "&noheader" as a url argument, and it will trim down what you're viewing on that page. If I were adding trends to a dashlet, I would add that argument for a tighter viewing area.
Locked