From 2b8beb24f6a584b8e420de376426fe628c56443a Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Mon, 24 Jan 2000 07:05:50 +0000 Subject: [PATCH] Updated latest changes --- CHANGES | 69 ++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 49 insertions(+), 20 deletions(-) diff --git a/CHANGES b/CHANGES index 0596e34..0d3b561 100755 --- a/CHANGES +++ b/CHANGES @@ -5,31 +5,60 @@ You can pick up the latest spong version from: Stephen L Johnson -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. -- 2.30.2