Xymon Mailing List Archive search

Altering webpage

list Ralph Mitchell
Wed, 13 Sep 2006 08:37:31 -0500
Message-Id: <user-fe11a627e406@xymon.invalid>

On 9/13/06, Jones, Jason (Altrincham) <user-ee957b46acd2@xymon.invalid> wrote:
Hi all,

I am trying to alter the acknowledge alert page to include days and
hours but not sure where to start the bb-ack.cgi in cgi-secure seemed
like a good place to start but it appears to be a compiled file, how
would I go about altering the webpage?

bb-ack is a C program (web/bb-ack.c in the hobbit source directory), which
emits the web page.  You'd need to alter the source, then recompile and
install it.

Ralph Mitchell