From: Guilherme Maciel Ferreira Date: Wed, 30 Mar 2011 10:06:24 +0000 (+0200) Subject: Found another BUG (its capitalization gives a hint about the severity of this one) X-Git-Tag: v1.0~103 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=df1c98b470d76f1c1c59c2f5518a89bb7683e06c;p=pingcheck Found another BUG (its capitalization gives a hint about the severity of this one) --- diff --git a/TODO b/TODO index 5a4f33e..8b537de 100644 --- a/TODO +++ b/TODO @@ -43,3 +43,19 @@ Known Bugs This bug has something to do with the blocking ping, because the ping method returns only after a reply or timeout, thus increasing the interval to the next schedule ping to the same host and to the other hosts. + +- If one ping fails, the subsequent analysis report that the ping is down: + Example: + Request timed out + - Host down: www.ufsc.br + - Speeding up ping interval to: 30s <-- should speed up, OK + - Time elapsed since last ping: 65s <-- elapsed time, OK + 20 bytes from 150.162.2.10: icmp_seq=1 ttl=47 time=252 ms + - Host down: www.ufsc.br <-- dammit! It is not down, WRONG + - Speeding up ping interval to: 30s <-- should not speed up again, WRONG + - Time elapsed since last ping: 31s <-- elapsed time, OK, but should go + back to original + 20 bytes from 150.162.2.10: icmp_seq=1 ttl=47 time=253 ms + - Host down: www.ufsc.br + - Speeding up ping interval to: 30s + - Time elapsed since last ping: 31s