|
From: Bob T. <bt...@us...> - 2001-06-17 20:35:38
|
Update of /cvsroot/benson/benson2/src/scripts In directory usw-pr-cvs1:/tmp/cvs-serv5421/src/scripts Modified Files: benson.cfg.tmpl Added Files: L20database.sql.postgres Log Message: Major bug fixes, and some small feature enhancments, looking into the memory leak bug that crop'd up again. --- NEW FILE: L20database.sql.postgres --- create table alert_log ( id varchar(50), agent varchar(255), severity varchar(255), subsystem varchar(255), status varchar(255), message varchar(1024), count integer ); Index: benson.cfg.tmpl =================================================================== RCS file: /cvsroot/benson/benson2/src/scripts/benson.cfg.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** benson.cfg.tmpl 2001/06/05 01:47:56 1.6 --- benson.cfg.tmpl 2001/06/17 20:35:36 1.7 *************** *** 75,81 **** #DBIPassword benson - - - #################################################### # SSL Support (README.ssl for more information) # --- 75,78 ---- |