From: Stephen L Johnson Date: Wed, 15 Dec 1999 21:04:56 +0000 (+0000) Subject: Updated CHANGE log file X-Git-Tag: spong-2_6-beta8~5 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e8d015f0f082f3a745ab28ad364927c4414ec5;p=spong.git Updated CHANGE log file --- diff --git a/CHANGES b/CHANGES index 9743c23..a304c80 100755 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,18 @@ Stephen L Johnson Version 2.6 Changes +12/08/99 +FEATURE - Added data plugin mechanism to spong-server. This is a hook to +the service status update to be used by output programs. Two sample plugin +modules in contrib/plugins/spong-server are included. They both write data +to RRD Tool databases. data_rrd_disk logs usage for file system on a host. +data_rrd_la logs the load average, number of user and numbers of jobs. + +12/07/99 +FIXED - www-spong-ack was missing 'use Time::Local;' statement. This was +causing web server error when an explicit date/time was used in the Duration +field. (Thanks to Jonathan Bryne) + 12/06/99 CHANGED - Moved spong-cleanup's configuration parameters to spong.conf file.