On Tue, May 24, 2005 at 05:57:19PM +0200, bb4 at richter-it.net 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