Xymon Mailing List Archive search

Event log on bb2.html

list Henrik Størner
Tue, 5 Sep 2006 22:11:35 +0200
Message-Id: <user-67d4a644a84c@xymon.invalid>

On Tue, Sep 05, 2006 at 11:44:48AM -0500, Trent Melcher wrote:
I was just looking back in the archives and found the thread about how
to change the Event log on the bb2 page.
 
int  bb2eventlogmaxcount = 100;
int  bb2eventlogmaxtime = 240;
 
Did these ever make it to becoming variables that can be changed in a
config file, or do we still need to modify the source and recompile?
The bbgen(1) man-page says:

--max-eventcount=N
    Limit the eventlog on the BB2 page to only N events. Default: 100.

--max-eventtime=N
    Limit  the  eventlog  on the BB2 page to events that happened within 
    the past N minutes. Default: 240.


Regards,
Henrik