|
From: Bob T. <bt...@us...> - 2004-03-01 22:39:40
|
Update of /cvsroot/benson/benson3/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27033/conf Modified Files: benson.conf.tmpl Log Message: Made the changes for the historical handler and tests. Index: benson.conf.tmpl =================================================================== RCS file: /cvsroot/benson/benson3/conf/benson.conf.tmpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** benson.conf.tmpl 6 Jan 2003 16:46:09 -0000 1.12 --- benson.conf.tmpl 1 Mar 2004 22:28:15 -0000 1.13 *************** *** 97,100 **** --- 97,107 ---- WebserverURL http://changeme + # + # HistoricalOnline: <integer> (in days) + # Number of days to keep online in the alerts table, + # before moving to the alerts_history table. + # + HistoricalOnline 7 + #################################################### |