There is a difference between HPing.pm in version 2.0.9 and 2.3.6:

Version 2.0.9:
   $self->{pingfactor} = 1000 * $2/$1

Version 2.3.6:
   $self->{pingfactor} = 1000 * $1/$2

With 2.3.6, graphics shows very high latency (over 10 or 20 seconds) with
that line. Change the line like de version 2.0.9 shows correctly.
_______________________________________________
smokeping-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users

Reply via email to