From: Stephen L Johnson Date: Tue, 19 Dec 2000 20:04:09 +0000 (+0000) Subject: latest updated X-Git-Tag: spong-2_7_2~31 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3188b5e1b51869040671238afa9638a213b7df34;p=spong.git latest updated --- diff --git a/CHANGES b/CHANGES index d4a2192..302464b 100755 --- a/CHANGES +++ b/CHANGES @@ -7,9 +7,18 @@ Stephen L Johnson Version 2.7.1 +12/19/00 +ADDED - (EXPERIMENTAL!!!) Added code to spong-network.pl to allow remaining +tests for a host to be skiped if a flagged check(s) fail. Append a ":" to +service name as the flag. Skipped tests will eventually turn purple. This is +the first step of this modification. (Thanks to Stephen Carpenter ) + +FIXED - Fixed timer problem in tcp_check() when running spong-network under +perl debugger. + 12/18/00 -A couple of syntax bugs squish from new code transplanted from test programs. -Effected spong-network.pl and spong-serer.pl. +FIXED - 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 @@ -40,7 +49,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.47 2000/12/19 05:26:52 sljohnson Exp $ RCS keyword. +spong.hosts host specific parameters. And added $Id: CHANGES,v 1.48 2000/12/19 20:04:09 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 )