From: Stephen L Johnson Date: Thu, 21 Dec 2000 00:15:28 +0000 (+0000) Subject: latest changes X-Git-Tag: spong-2_7_2~14 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa817997391267bfc570bcac330e3f587792e95;p=spong.git latest changes --- diff --git a/CHANGES b/CHANGES index 5258cb8..5a58566 100755 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,10 @@ Stephen L Johnson Version 2.7.1 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. +(thanks to John Wingenbach for the changes) + ADDED - Added ignore_interface facility to check_interfaces spong-network module. This change allows you to specify one or more network faces to ignore on a host. (Thanks to Joe for the changes.) @@ -85,7 +89,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.52 2000/12/20 23:46:14 sljohnson Exp $ RCS keyword. +spong.hosts host specific parameters. And added $Id: CHANGES,v 1.53 2000/12/21 00:15:28 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 )