]> git.etc.gen.nz Git - spong.git/commitdiff
Updated CHANGE log file
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 15 Dec 1999 21:04:56 +0000 (21:04 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 15 Dec 1999 21:04:56 +0000 (21:04 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 9743c23110daddf5094d18801d857e2b0a1a9f63..a304c80917f6578c0c2652dccc09d3807fc1a9f5 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,18 @@ Stephen L Johnson <sjohnson@monsters.org>
 
 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.