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] ...]
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>)