<DIV>Henrik,</DIV>
<DIV> </DIV>
<DIV>could you please put the patch at your website in beta directory?</DIV>
<DIV> </DIV>
<DIV>/Lars<BR><BR><B><I>Henrik Stoerner <henrik@hswn.dk></I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Datum: Wed, 30 Mar 2005 17:05:30 +0200<BR>Från: Henrik Stoerner <henrik@hswn.dk><BR>Till: hobbit@hswn.dk<BR>Ämne: Re: [hobbit] repeated purple to blue transistions for disabled, offline servers<BR><BR><BR><BR>> ----------<BR>> Från: Henrik Stoerner[SMTP:HENRIK@HSWN.DK]<BR>> Skickat: den 30 mars 2005 17:05:30<BR>> Till: hobbit@hswn.dk<BR>> Ämne: Re: [hobbit] repeated purple to blue transistions for disabled, offline servers<BR>> Automatiskt vidarebefordrat av en regel<BR>> <BR>On Wed, Mar 30, 2005 at 09:52:02AM -0500, Tom Georgoulias wrote:<BR>> Henrik Stoerner wrote:<BR>> ><BR>> >I think I'm on to this. Could you check if these blue-purple-blue<BR>> >transisions also show up on the history web page ? My suspicion is<BR>> >that they do not appear there.<BR>> <BR>> You are correct, they do not.<BR><BR>I think this patch should
 solve it.<BR><BR><BR>Henrik<BR><BR>--- hobbitd/hobbitd.c 2005/03/28 06:27:58 1.134<BR>+++ hobbitd/hobbitd.c 2005/03/30 15:03:43<BR>@@ -831,9 +831,12 @@<BR>* If the status is acknowledged, make it valid for the longest period<BR>* of the acknowledgment and the normal validity (so an acknowledged status<BR>* does not go purple because it is not being updated due to the host being down).<BR>+ *<BR>+ * Same tweak must be done for disabled tests.<BR>*/<BR>log->validtime = now + validity*60;<BR>- if (log->acktime && (log->acktime > log->validtime)) log->validtime = log->acktime;<BR>+ if (log->acktime && (log->acktime > log->validtime)) log->validtime = log->acktime;<BR>+ if (log->enabletime && (log->enabletime > log->validtime)) log->validtime = log->enabletime;<BR><BR>strncpy(log->sender, sender, sizeof(log->sender)-1);<BR>*(log->sender + sizeof(log->sender) - 1) = '\0';<BR><BR>To unsubscribe
 from the hobbit list, send an e-mail to<BR>hobbit-unsubscribe@hswn.dk<BR></BLOCKQUOTE><BR><BR><DIV>Hobbithobbyist<BR><BR>The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt.<BR>--Bertrand Russell </DIV>