Xymon Mailing List Archive search

Critical systems problem

2 messages in this thread

list Mario Andre · Thu, 1 Feb 2007 16:38:15 -0300 ·
Hi,

When I use in bb-hosts the tag NAME , like this 0.0.0.0 foo.com # NAME:
chicago.foo, causes critical systems ack form uses
<INPUT TYPE="HIDDEN"   NAME="HOST"  VALUE="chicago.foo"> and the acknowledge
message don't appears on the web page when I click the button. I think, the
correct form should be <INPUT TYPE="HIDDEN"   NAME="HOST"  VALUE="foo.com">
.

Any help or we already have a patch for this?

Thanks in advance,

mario.
list Mario Andre · Fri, 2 Feb 2007 13:59:39 -0300 ·
Henrik,

I've changed in nkack_form

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

to
<INPUT TYPE="HIDDEN"   NAME="HOST"     VALUE="&BBHIKEY">

and works.

Regards,

Mario Panza.
quoted from Mario Andre


On 2/1/07, mario andre <user-82c7780661a4@xymon.invalid> wrote:
Hi,

When I use in bb-hosts the tag NAME , like this 0.0.0.0 foo.com # NAME:
chicago.foo, causes critical systems ack form uses
<INPUT TYPE="HIDDEN"   NAME="HOST"  VALUE="chicago.foo"> and the
acknowledge message don't appears on the web page when I click the button. I
think, the correct form should be <INPUT TYPE="HIDDEN"

NAME="HOST"  VALUE=" foo.com"> .
quoted from Mario Andre

Any help or we already have a patch for this?

Thanks in advance,

mario.