From: Stephen L Johnson Date: Thu, 21 Dec 2000 22:45:23 +0000 (+0000) Subject: latest updates X-Git-Tag: spong-2_7_2~12 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=453399450f60e1437f776c9f0029bc0295c96eba;p=spong.git latest updates --- diff --git a/CHANGES b/CHANGES index 5a58566..f65baae 100755 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,17 @@ Stephen L Johnson 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 )