From: Stephen L Johnson Date: Sun, 7 Jan 2001 02:01:54 +0000 (+0000) Subject: documentation updates X-Git-Tag: spong-2_7_2 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0eb2a0950f15f8a1faa40536abbd395daf07a3f;p=spong.git documentation updates --- diff --git a/CHANGES b/CHANGES index b8775db..fd8f88c 100755 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,11 @@ Stephen L Johnson Version 2.7.2 +01/06/00 +FIXED - Fixed problem in Status.pm perl module about a missing alarm(0) +when the module die's after an unsuccessfull socket creation. (Thanks for +David Bronder finding the problem.) + 01/04/00 UPDATED - The Status.pm module now allows you to specify multple Spong Servers along with the upate process port number. The full syntax is @@ -30,7 +35,7 @@ ADDED - Added printing of new 'name' attribute of message rules to 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, +config file. It 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 @@ -123,7 +128,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.55 2001/01/05 20:49:38 sljohnson Exp $ RCS keyword. +spong.hosts host specific parameters. And added $Id: CHANGES,v 1.56 2001/01/07 02:01:54 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 )