From: Stephen L Johnson Date: Wed, 26 Apr 2000 05:51:26 +0000 (+0000) Subject: latest changes X-Git-Tag: spong-2_7-alpha5~7 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10c3b35a14cf9b5c7e7bfa87e8503fb24f180a1e;p=spong.git latest changes --- diff --git a/CHANGES b/CHANGES index 4fc032e..4c464c7 100755 --- a/CHANGES +++ b/CHANGES @@ -7,9 +7,17 @@ Stephen L Johnson Version 2.7 Changes +04/21/00 +FIXED Fixed problem with Time::HiRes module on system where it's not installed. + +CHANGED - Changed the problem escalation code to be a subloop to will recheck +services that check as down. The services will be reported as a warning +(yellow) until they fail $CRIT_WARN_LEVEL times. The retry sleep interval +if seperately configurable. + 04/18/00 -ADDED - Added support for noping via a routine that munges the $services field in -the %HOSTS array. +ADDED - Added support for noping via a routine that munges the $services field +in the %HOSTS array. 04/16/00 CHANGED - removed Net::Ping from spong-network, moved it to check_ping module.