From: Stephen L Johnson Date: Thu, 6 Jan 2000 22:28:16 +0000 (+0000) Subject: Update changes. X-Git-Tag: spong-2_7-alpha5~117 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1d233c556e04d51c55fe33a843f1246021c60fd;p=spong.git Update changes. --- diff --git a/CHANGES b/CHANGES index 87f3c5f..3a6c5ee 100755 --- a/CHANGES +++ b/CHANGES @@ -7,8 +7,21 @@ 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 -FEATURE - The status updates associated with History entries are now kept. They +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. @@ -20,7 +33,7 @@ in spong.conf file. etc/spong.conf 12/27/99 -FEATURE - Added status summary line to image ALT text attribute to web pages +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 @@ -29,7 +42,7 @@ in a popup window when the pointer is over the status icon. 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.