From 0e1e217108e7f9565c73c0799db974960aa98f44 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 7 Feb 2001 14:38:48 +0000 Subject: [PATCH] documentation updates --- CHANGES | 18 ++++++++++++++++-- config/spong.conf-sample | 3 ++- pod/user-guide.pod | 6 +++--- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 8a1f31b..c0d4c65 100755 --- a/CHANGES +++ b/CHANGES @@ -5,7 +5,19 @@ You can pick up the latest spong version from: Stephen L Johnson -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 ) diff --git a/config/spong.conf-sample b/config/spong.conf-sample index 183e442..5ca9261 100755 --- a/config/spong.conf-sample +++ b/config/spong.conf-sample @@ -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 = ( ); diff --git a/pod/user-guide.pod b/pod/user-guide.pod index 3a14798..e3baead 100644 --- a/pod/user-guide.pod +++ b/pod/user-guide.pod @@ -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 display the host. The service names in the first row of the table are links to Help page @@ -227,7 +227,7 @@ The I 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 -- 2.30.2