From: Stephen L Johnson Date: Mon, 24 Jan 2000 04:28:33 +0000 (+0000) Subject: Added thanks for Scott Hebert for his help. X-Git-Tag: spong-2_7-alpha5~114 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9fa6aa7a402d846df6f18c20a3157f4107c0ef7;p=spong.git Added thanks for Scott Hebert for his help. --- diff --git a/CHANGES b/CHANGES index 3a6c5ee..0596e34 100755 --- a/CHANGES +++ b/CHANGES @@ -5,44 +5,31 @@ You can pick up the latest spong version from: Stephen L Johnson -Version 2.6.1 Changes - -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 +Changes 2.6b + +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. Version 2.6 Changes + 12/08/99 -ADDED - Added data plugin mechanism to spong-server. This is a hook to +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. @@ -51,7 +38,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 Byrne) +field. (Thanks to Jonathan Bryne) 12/06/99 CHANGED - Moved spong-cleanup's configuration parameters to spong.conf file.