<html><body>
<p>There seems to be a bug in the 4.3 Beta 2 release of xymon<br>
<br>
When clicking on the trends column, the NEW features at the top allow for showing trends during a time interval (2 days, 12 days, etc..)<br>
<br>
When clicking on the link, In my case (2 Days), the result is a Blank White page with (No Such Host)<br>
<br>
Upon researching, the url is <br>
<br>
<a href="http://XYMONSERVER/xymon-cgi/bb-hostsvc.sh?HOST=xymonserver&SERVICE=trends&backdays=2&backhours=&backmins=&backsecs=&FROMTIME=&TOTIME=">http://XYMONSERVER/xymon-cgi/bb-hostsvc.sh?HOST=xymonserver&SERVICE=trends&backdays=2&backhours=&backmins=&backsecs=&FROMTIME=&TOTIME=</a><br>
<br>
The url SHOULD be <br>
<br>
<a href="http://XYMONSERVER/xymon-cgi/bb-hostsvc.sh?HOST=xymonserver.contoso.local&SERVICE=trends&backdays=2&backhours=&backmins=&backsecs=&FROMTIME=&TOTIME=">http://XYMONSERVER/xymon-cgi/bb-hostsvc.sh?HOST=xymonserver.contoso.local&SERVICE=trends&backdays=2&backhours=&backmins=&backsecs=&FROMTIME=&TOTIME=</a><br>
<br>
The difference is in the HOST= attribute....The BUG is that it does NOT use the FQDN as stated in  bb-hosts but that of the NETBIOS name...<br>
<br>
I dont have a host for XYMONSERVER but i DO have a host for XYMONSERVER.CONTOSO.LOCAL<br>
<br>
Henrick...is this truly a bug or is it just me....<br>
<br>
THANKS!</body></html>