From: Stephen L Johnson Date: Tue, 19 Dec 2000 21:16:37 +0000 (+0000) Subject: latest changes X-Git-Tag: spong-2_7_2~26 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bfedbcf03aff6fb50a393f9affb140318f666c7;p=spong.git latest changes --- diff --git a/CHANGES b/CHANGES index 0a62246..75a751c 100755 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,11 @@ Stephen L Johnson Version 2.7.1 12/19/00 +ADDED - Added "group" attribute for %HUAMNS entries. It allows a group +of users to be specified. The change handles contact hashes properly. Read +the documentation in the spong.hosts documentation for more info. (Thanks to +Michael Brown for the patches). + CHANGED - removed the pingecho() from check_ping spong-network module. And fixedalarm() timer problem with eval{} block. ADDED - (EXPERIMENTAL!!!) Added code to spong-network.pl to allow remaining @@ -51,7 +56,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.49 2000/12/19 20:06:03 sljohnson Exp $ RCS keyword. +spong.hosts host specific parameters. And added $Id: CHANGES,v 1.50 2000/12/19 21:16:37 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 )