]> git.etc.gen.nz Git - spong.git/commitdiff
documentation updates
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 7 Feb 2001 14:38:48 +0000 (14:38 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 7 Feb 2001 14:38:48 +0000 (14:38 +0000)
CHANGES
config/spong.conf-sample
pod/user-guide.pod

diff --git a/CHANGES b/CHANGES
index 8a1f31bc6be34778ad1e06e2d0eb0557cfa13e46..c0d4c65eb90d422547ad11f560aa7559f4fbc643 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,19 @@ You can pick up the latest spong version from:
 
 Stephen L Johnson <sjohnson@monsters.org>
 
-Version 2.7.2
+Version 2.7.3
+
+01/30/01
+FIXED - Fixed problem with using month time for for minute field in BB
+emulation in spong-server.
+
+01/19/01
+FIXED - Fixed bug in 'skip_network_checks' flag logic, wrong variable name in
+spong-network.pl
+
+01/17/01
+FIXED - Added new check for /octets from/ from the Mandrake 7.2 ping command.
+   file - /lib/Spong/Network/plugins/check_ping
 
 01/08/01            
 CHANGED - Stephen Carpenter's 'stop_after' flag patch has been modified in
@@ -29,6 +41,8 @@ indicated that the status of service is not currenly available.
             lib/Spong/HostList.pm
 
 
+Version 2.7.2
+
 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 
@@ -150,7 +164,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.57 2001/01/10 16:30:17 sljohnson Exp $ RCS keyword.
+spong.hosts host specific parameters. And added $Id: CHANGES,v 1.58 2001/02/07 14:38:48 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>)
index 183e442f2bc4ce32318aab772bd9614082168051..5ca92618f1bc8fd38cd451207749cf0f5b098908 100755 (executable)
@@ -1,7 +1,7 @@
 # ---------------------------------------------------------------------------
 # Generic SPONG settings, specifies where files are kept, etc...
 # ---------------------------------------------------------------------------
-# $Id: spong.conf-sample,v 1.2 2000/11/15 17:25:28 sljohnson Exp $
+# $Id: spong.conf-sample,v 1.3 2001/02/07 14:38:48 sljohnson Exp $
 
 $SPONGSLEEP           = 300;     # Sleep time between check cycles. Depreciated
 
@@ -88,6 +88,7 @@ $WWW_COLOR{"yellow"} = "#ffff00";
 $WWW_COLOR{"green"}  = "#339900";
 $WWW_COLOR{"purple"} = "#990099";
 $WWW_COLOR{"blue"}   = "#0000ff";
+$WWW_COLOR{"clear"}  = "#999999";
 
 @WWW_REFRESH_ALLOW = ( '.*' );
 @WWW_REFRESH_DENY  = (  );
index 3a14798ef432ab8864946168844840ef34071b5d..e3baeadb66c4d812b282f171cbc1f453df9486e1 100644 (file)
@@ -196,8 +196,8 @@ Each host is a row in the table with services being the columns of the table.
 The current status of each service is a colored block or a icon depending on
 how spong-service is configured.   The statuses are represented by the color:
 RED - critical, YELLOW - warning, GREEN - normal, PURPLE - status is output of
-date, BLUE - service has active acknowledgement, NOTHING - service is not
-checked. 
+date, BLUE - service has active acknowledgement, CLEAR - status is unavailable,
+NOTHING - service is not checked. 
 
 The host name in the first column is a link to I<Host Services> display the
 host. The service names in the first row of the table are links to Help page
@@ -227,7 +227,7 @@ The I<Action Bar> is discussed above.
 
 This a bar this displays the current overall status of the host. The over
 status is the highest order color of all of the service statuses according
-to the following hierarchy: BLUE, RED, YELLOW, GREEN, PURPLE.
+to the following hierarchy: BLUE, RED, YELLOW, PURPLE, GREEN, CLEAR.
 
 =item Acknowledgements