Xymon Mailing List Archive search

[Bug] Using NAME tag and trends

2 messages in this thread

list Olivier Audry · Wed, 27 Feb 2013 12:53:58 +0100 ·
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
list Olivier Audry · Wed, 27 Feb 2013 13:15:10 +0100 ·
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
quoted from Olivier Audry

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