PDA

View Full Version : icmpping in ms


ZabIx2011
21-01-2011, 14:39
Hello Zabbix community,

i am not sure whether i overlooked some things, but it seems that i just can receive ping latency data in seconds which is in LANs quite a lot time...

Is there a way to set the scale to ms instead? If not that would be a fine thing for an agentless check.

Thanks for your suggestions!

EDIT: Ok i just realized the seconds are float values that can be multiplied... ;)

JBo
22-01-2011, 18:11
Hi,

Don't multiply, just set Units field to "s" (second).
Zabbix will automatically adjust its output to ms (milli-second) based on actual value.

Hope this helps,
JBo

ZabIx2011
24-01-2011, 08:28
Hi Jbo,

thank you for the information!