]> git.etc.gen.nz Git - spong.git/commitdiff
latest changes
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 10 Jan 2001 16:30:17 +0000 (16:30 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 10 Jan 2001 16:30:17 +0000 (16:30 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index fd8f88c6bd988b655caf5e1fadeac4be073ca7fb..8a1f31bc6be34778ad1e06e2d0eb0557cfa13e46 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -7,12 +7,34 @@ Stephen L Johnson <sjohnson@monsters.org>
 
 Version 2.7.2
 
-01/06/00
+01/08/01            
+CHANGED - Stephen Carpenter's 'stop_after' flag patch has been modified in
+spong-network.pl. The skipped service checks in the 'services' list will not 
+be flagged with the new 'clear' status if the flagged service check fails.
+
+01/07/01
+CHANGED - Purple virtual statuses are now converted to real a status 
+by the spong-server. Once a status is converted it a history event is
+generated for the host. (Thanks to Christophe Delmon <delmon@fingo.net>
+for the patches).
+
+ADDED - A new status clear/not-available has been added. This is used to
+indicated that the status of service is not currenly available. 
+    Files - spong-server.pl
+            lib/Spong/HistoryList.pm
+            lib/Spong/HistoryService.pm
+            lib/Spong/Service.pm
+            lib/Spong/ServiceList.pm
+            lib/Spong/HostGroups.pm
+            lib/Spong/HostList.pm
+
+
+01/06/01
 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 <david-bronder@uiowa.edu> finding the problem.)
 
-01/04/00
+01/04/01
 UPDATED - The Status.pm module now allows you to specify multple Spong Servers
 along with the upate process port number. The full syntax is
    spong-server1[:port] [spong-server2[:port] ...]
@@ -128,7 +150,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.56 2001/01/07 02:01:54 sljohnson Exp $ RCS keyword.
+spong.hosts host specific parameters. And added $Id: CHANGES,v 1.57 2001/01/10 16:30:17 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>)