Event log on bb2.html
list Trent Melcher
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? Thanks Trent Trent Melcher Unix/Linux Systems Administrator Securities America Financial Corporation (XXX) XXX-XXXX x2774 user-a7d23e07dd5c@xymon.invalid Securities America, Inc., a Registered Broker/Dealer, Member NASD/SIPC. Advisory services offered through Securities America Advisors, Inc., an SEC Registered Investment Advisory
list Henrik Størner
▸
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