From: Stephen L Johnson Date: Tue, 19 Dec 2000 05:26:52 +0000 (+0000) Subject: latest changes X-Git-Tag: spong-2_7_2~36 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=195e733e5d50f6e36f21e5ce00bc473623ac75d4;p=spong.git latest changes --- diff --git a/CHANGES b/CHANGES index 7ccb129..d4a2192 100755 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,49 @@ Stephen L Johnson Version 2.7.1 +12/18/00 +A couple of syntax bugs squish from new code transplanted from test programs. +Effected spong-network.pl and spong-serer.pl. + +12/15/00 +A belated thanks goes out to Stephen Carpenter + for patches to the check_processes spong-client +module 05/2000. His changes made the module more effecient and quicker. I +missed documenting his patch in this CHANGES file. + +CHANGED - Put '^' into regexp matches instead of modifying pattern variable. +This avoids spurious ^s in the output. (Thanks to Michael Brown + for the patch.) + +ADDED - Added code in History.pm module to display fill host name if +HISTORY_FQDN variable is set to 1. Updated spong.conf.pod documentation. +(Thanks to Michael Brown for the patch) + +ADDED - Added --test param to spong-server which is passed to spong-message +which skip the actual send of notifications (Thanks to Michael Brown + for the patch ) + +12/14/00 +FIXED - Added code for maintain group names in order groups in the spong.groups +config file. Group names order is now preserved in Host Goups displays. Files +affect are spong-server.pl and SPONGLIB/HostGroups.pm. + +11/30/00 +FIXED - Added default message template in spong-message.pl if a default +template is not found in spong.message config file. + +11/29/00 +CHANGED - Added code in check_http, check_interfaces and check_snmp use new +spong.hosts host specific parameters. And added $Id: CHANGES,v 1.47 2000/12/19 05:26:52 sljohnson Exp $ RCS keyword. + +ADDED - Added wml_escape() in Service.pm module to escape WML format characters +for display_wml() procedure. (Thanks to Christophe Delmon ) + +FIXED - Fixed problem in spong-server with save_ack and del_ack being called +when an acknowledgment is deleted. (Thanks to Christophe Delmon +) + + 11/21/00 ADDED - Added code to www-spong.pl to default $WWW_TITLE_FRAME if not defined