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
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
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>)
# ---------------------------------------------------------------------------
# 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
$WWW_COLOR{"green"} = "#339900";
$WWW_COLOR{"purple"} = "#990099";
$WWW_COLOR{"blue"} = "#0000ff";
+$WWW_COLOR{"clear"} = "#999999";
@WWW_REFRESH_ALLOW = ( '.*' );
@WWW_REFRESH_DENY = ( );
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
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