Xymon Mailing List Archive search

Questions about the webpage created by hobbit

list Henrik Størner
Tue, 24 May 2005 22:03:54 +0200
Message-Id: <user-5c8d7c90c48a@xymon.invalid>

On Tue, May 24, 2005 at 05:57:19PM +0200, user-c862b499d9fa@xymon.invalid wrote:
I was just wandering around at the website of my hobbit installation and wanted to know, if there is a way to increase the time and events displayed at bb2.html (... events received in the last ... minutes).
I didn't find a variable to set in the scripts.
The only way to change that is to modify the bbdisplay/pagegen.c file.
It has these two settings:

	int  bb2eventlogmaxcount = 100;
	int  bb2eventlogmaxtime = 240;

It could be done with an environment variable or a couple more options,
but noone has requested that until now, so ...
And maybe there is also a trick not to have 2 columns displayed but only 1.
That one is easy - it's the "--subpagecolumns=2" option for bbgen that does this. In the default setup, it comes from the BBGENOPTS setting in
hobbitserver.cfg.


Henrik