]> git.etc.gen.nz Git - spong.git/commitdiff
latest updates
authorStephen L Johnson <sjohnson@monsters.org>
Thu, 21 Dec 2000 22:45:23 +0000 (22:45 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Thu, 21 Dec 2000 22:45:23 +0000 (22:45 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 5a58566002e71473375da039a8608a85b1b88c3f..f65baae35ebbf3e7c937b0fd9907efbb3d1a2a2d 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,17 @@ Stephen L Johnson <sjohnson@monsters.org>
 
 Version 2.7.1
 
+12/21/00
+ADDED - Added a new attribute flag 'skip_network_checks' for the spong.hosts
+config file. Is is for the spong-network program. When set for a host,
+spong-network will skip all of the testing for that host.
+
+FIXED - Fix problem in the Makefile with a 'tmp' dir not being created in 'make
+client' directory.
+
+CHANGED - Added enhanced section of testing $MESSAGING_RULES with spong-message
+program in the spongfaq.pod question #3.
+
 12/20/00
 ADDED - Added exclude_color / exclude_status matching to the spong-message
 matching rules. You can specify one or more status color to exclude on.
@@ -89,7 +100,7 @@ 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.53 2000/12/21 00:15:28 sljohnson Exp $ RCS keyword.
+spong.hosts host specific parameters. And added $Id: CHANGES,v 1.54 2000/12/21 22:45:23 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>)