]> git.etc.gen.nz Git - spong.git/commitdiff
latest changes
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 20 Dec 2000 23:46:14 +0000 (23:46 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 20 Dec 2000 23:46:14 +0000 (23:46 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 3ef395df70694f6f60a0cb81f9102b96b395857a..5258cb83acd996fd2f45207c127c6fbd06aecd3a 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,27 @@ Stephen L Johnson <sjohnson@monsters.org>
 
 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 <moebius@bitstream.net> 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 <dunc-spong@rcpt.to> 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 <puck@chelmer.co.nz> 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
+<puck@chelmer.co.nz> 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 <michaelb@opentext.com> 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 <delmon@fingo.net>)