I am noticing the y axis values of my charts for ping rta
are showing up in the hundreds. The values are correct
on the bottom of the graph (average is .543ms, but the
graph shows 543ms)...any ideas?
Yep, the thing is that the graph doesn't really say 543ms, it
says 543m. That is, it actually shows 543m ms (two millis in
row), which means 0.543ms. A little bit odd maybe, but its
due to that rrdtool doesn't know the base unit (ms) but
handles only unitless values.
--Carl
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=186122
Currently my test site I'm monitoring is in the 10-50ms rang
so I haven't observed your issue. Perhaps when I add more
hosts I'll hit upon it.
Logged In: YES
user_id=476996
Yep, the thing is that the graph doesn't really say 543ms, it
says 543m. That is, it actually shows 543m ms (two millis in
row), which means 0.543ms. A little bit odd maybe, but its
due to that rrdtool doesn't know the base unit (ms) but
handles only unitless values.
--Carl