]> git.etc.gen.nz Git - spong.git/commitdiff
latest changes
authorStephen L Johnson <sjohnson@monsters.org>
Tue, 19 Dec 2000 05:26:52 +0000 (05:26 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Tue, 19 Dec 2000 05:26:52 +0000 (05:26 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 7ccb129f5fddd47fac70287a6b4dd14a65579436..d4a2192dd67426589479a83bf7d1f97cc4ca9e20 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,49 @@ Stephen L Johnson <sjohnson@monsters.org>
 
 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
+<scarpe01@emerald.tufts.edu> 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
+<michaelb@opentext.com> 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 <michaelb@opentext.com> 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
+<michaelb@opentext.com> 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 <delmon@fingo.net>)
+
+FIXED - Fixed problem in spong-server with save_ack and del_ack being called
+when an acknowledgment is deleted. (Thanks to Christophe Delmon 
+<delmon@fingo.net>)
+
+
 11/21/00
 ADDED - Added code to www-spong.pl to default $WWW_TITLE_FRAME if not defined