Xymon Mailing List Archive search

[Bug] Using NAME tag and trends

list Olivier Audry
Wed, 27 Feb 2013 13:15:10 +0100
Message-Id: <user-922935e91f48@xymon.invalid>

hello

ok found a correction in the last branch.

replace 

<INPUT TYPE="HIDDEN" NAME="HOST" VALUE="&XYMWEBHOST">

by

 <INPUT TYPE="HIDDEN" NAME="HOST" VALUE="&XMH_HOSTNAME">

in xymond/webfiles/trends_form

oau

Le mercredi 27 février 2013 à 12:53 +0100, Olivier AUDRY a écrit :
hello

when we use NAME tag in hosts.cfg to override host name the show last in
trends is not working because the forms takes the NAME tag and not the
real hostname.

oau