From: Stephen L Johnson Date: Wed, 20 Dec 2000 23:46:14 +0000 (+0000) Subject: latest changes X-Git-Tag: spong-2_7_2~16 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6782c2dda4b3a70a051b7326a443d116f4585143;p=spong.git latest changes --- diff --git a/CHANGES b/CHANGES index 3ef395d..5258cb8 100755 --- a/CHANGES +++ b/CHANGES @@ -7,7 +7,27 @@ Stephen L Johnson Version 2.7.1 +12/20/00 +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.) + +FIXED - Fix a slight logical problem with the check_interfaces spong-network +module. And added a slight enhancement to the summary line. It will now +return the number of interfaces that are down. (Thanks to Duncan Sargeant for the changes) + +ADDED - Added per service downtimes for spong.hosts file. Services are +specified by a 'down:servicename' attribute in the host entry in spong.hosts. +(Thanks to Andrew Ruthven for the patch) + +FIXED - Fixed syntax error in /lib/Spong/Host.pm module with the +$WWW_PROB_ACTIONBAR actionbar generation code. (Thanks to Andrew Ruthven + for the fix) + 12/19/00 +CHANGED - Added code in spong-server.pl to send "message" field of status +message to spong-message program when notifications are sent. + FIXED - Fixed problem in spong-message.pl with message throttling and contacts that are hashes. (Thanks to Michael Brown for the patches) @@ -65,7 +85,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.51 2000/12/19 22:21:06 sljohnson Exp $ RCS keyword. +spong.hosts host specific parameters. And added $Id: CHANGES,v 1.52 2000/12/20 23:46:14 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 )