Page 2 of 2
Re: Dashboard with Trend Repots dashlet
Posted: Tue Dec 21, 2010 12:25 pm
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
Re: Dashboard with Trend Repots dashlet
Posted: Tue Dec 21, 2010 12:30 pm
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.
Re: Dashboard with Trend Repots dashlet
Posted: Fri Feb 04, 2011 12:52 pm
by mguthrie
Here's a test version of a custom URL dashlet if you're interested.
Re: Dashboard with Trend Repots dashlet
Posted: Fri Feb 11, 2011 10:40 am
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
Re: Dashboard with Trend Repots dashlet
Posted: Fri Feb 11, 2011 10:46 am
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.