]> git.etc.gen.nz Git - spong.git/commitdiff
Updated latest changes
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 24 Jan 2000 07:05:50 +0000 (07:05 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 24 Jan 2000 07:05:50 +0000 (07:05 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 0596e349a95838b28ccce2f5a6ad472bbf376eca..0d3b561acc7a3a209d93da8cb5714c3e7fae31f8 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -5,31 +5,60 @@ You can pick up the latest spong version from:
 
 Stephen L Johnson <sjohnson@monsters.org>
 
-Changes 2.6b
-
+Version 2.6.1 Changes
 01/24/00
-FIXED - Fixed bug in Host.pm oject class which would cause spong-server to
-crash if a host had no service status files in the database. (With a bit thanks 
-to Scott Hebert for his help)
-
-FIXED - spong-server data modules plugins in contrib/plugins/spong-server/
-were older development versions. The proper release versions have been 
-installed.
-
-
-Version 2.6a Changes
-
-01/10/00
-FIXED - Fixed notfication bug in spong-server and spong-message for contacts
-defined with "delay" attributes. Notification would be sent repeated after
-the initial delay.
+ADDED - New logging modules created. Logger is a generic logging class that can
+log to syslog, stderr, stdout, and a file. Log is modules to encapsulate all
+of the debug, error, and logging routines for spong program
+   file - lib/Spong/Logger.pm
+          lib/Spong/Log.pm
+
+01/25/00
+CHANGED - Modified spong-server to use the new Log module and enhanced 
+logging routines. The --debug pararm now has an optional "debuglevel"
+option to control the level of debugging output. "debuglevel" is an integer
+that ranges from 1-9.
+
+01/25/00
+CHANGED - Modified spong-server to use Getopts::Long for parameter parsing. 
+parameters are no longer position dependent.
+
+01/06/00
+FIXED - notification bug in spong-message where contacts without messaging
+method would no receive notifictions.
+
+01/06/00
+CHANGED - The debug loggin code in spong-message has been changed to allow
+the user to select how verbose the debugging output is.
+
+01/04/00
+CHANGED - Code for spwaning and handling child processes in spong-server has
+been rewritten.  Update proceses can now be selectivedly turned off. The new
+code will make scaling up easier.
+
+12/28/99
+ADDED - The status updates associated with History entries are now kept. They
+are displayed by clicking the color icon or block in the first columns of
+the History Display web page. It is controlled by the $STATUS_HISTORY variable
+in spong.conf file.
+   files - lib/Spong/HistoryService.pm
+           lib/Spong/Service.pm
+           lib/Spong/History.pm
+           spong-server
+           www-spong
+           etc/spong.conf
+
+12/27/99
+ADDED - Added status summary line to image ALT text attribute to web pages
+using IMAGES. On most browsers this will display the status summary line 
+in a popup window when the pointer is over the status icon.
+   files - lib/Spong/HostList.pm
 
 
 Version 2.6 Changes
 
-
 12/08/99
-FEATURE - Added data plugin mechanism to spong-server. This is a hook to 
+ADDED - 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.
@@ -38,7 +67,7 @@ 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)
+field. (Thanks to Jonathan Byrne)
 
 12/06/99
 CHANGED - Moved spong-cleanup's configuration parameters to spong.conf file.