This support forum board is for support questions relating to
Nagios XI, our flagship commercial network monitoring solution.
-
ssax
- Dreams In Code
- Posts: 7682
- Joined: Wed Feb 11, 2015 12:54 pm
Post
by ssax »
After looking at the code I believe this is a bug, I've submitted a bug report for it with a link back to this thread:
Code: Select all
NEW TASK ID 7448 created - Nagios XI Bug Report: Custom URL dashlet ignoring width/height
I'm unable to come up with a workaround at this point.
-
SteveBeauchemin
- Posts: 524
- Joined: Mon Oct 14, 2013 7:19 pm
Post
by SteveBeauchemin »
Looks bugly to me too...
XI 5.7.3 / Core 4.4.6 / NagVis 1.9.8 / LiveStatus 1.5.0p11 / RRDCached 1.7.0 / Redis 3.2.8 /
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
-
lmiltchev
- Bugs find me
- Posts: 13589
- Joined: Mon May 23, 2011 12:15 pm
Post
by lmiltchev »
It is up to the developers now.

Do you want us to keep the thread open?
Be sure to check out our
Knowledgebase for helpful articles and solutions!
-
SteveBeauchemin
- Posts: 524
- Joined: Mon Oct 14, 2013 7:19 pm
Post
by SteveBeauchemin »
I have a workaround that involves copying the old file over the new file. Easy enough. I just wanted to make sure I was not crazy.
There is also a Typo in the new code that I should point out since I spotted it and your quality control missed it... no biggie...
In the addition where a refresh time is now available to add...
This code
Code: Select all
<label for="url">'._('Refresh Rate').'</label>
<br class="nobr" />
<input type="text" name="refresh" id="refresh" value="60"> '._('seconds').'
<br class="nobr" />
The label line needs
<label for="url"
changed to
<label for="refresh"
Please pass that on to the devs in case they miss it again.
Thanks - close it up...
Steve B
XI 5.7.3 / Core 4.4.6 / NagVis 1.9.8 / LiveStatus 1.5.0p11 / RRDCached 1.7.0 / Redis 3.2.8 /
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1