Hi,

Occasionally smokeping elicits an fping warning:

### assuming you are using an fping copy reporting in milliseconds

It occurs when then fping initialiser performs its fping test against 
localhost, and the response time is 0.00 ms:


localhost : [0], 96 bytes, 0.00 ms (0.00 avg, 0% loss)

localhost : 0.00


in FPing.pm:74:

if ($return =~ m/bytes, ([0-9.]+)\sms\s+.*\n.*\n.*:\s+([0-9.]+)/ and $1 
 > 0){

In the case of 0.00 ms, $1 == 0.

Not sure what the safest fix is... anyone know?


Thanks,
Aragon

_______________________________________________
smokeping-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users

Reply via email to