Hi,
It appears the graph_ping plugin updates the rrd database incorrectly which causes the graphs to display the wrong scale.
eg a ping resulting in 0.300 ms (or 300us [microseconds]) gets updated in the database as 300ms, thus the graph shows it as 300ms not 0.300ms. Temporarily multiplying the $rta result by 0.001 in the perl script seems to fix the problem.
I'm running Oreon v 1.2.2. Is this fixed in 1.2.3 or has no one noticed this ?
Cheers
John
It appears the graph_ping plugin updates the rrd database incorrectly which causes the graphs to display the wrong scale.
eg a ping resulting in 0.300 ms (or 300us [microseconds]) gets updated in the database as 300ms, thus the graph shows it as 300ms not 0.300ms. Temporarily multiplying the $rta result by 0.001 in the perl script seems to fix the problem.
I'm running Oreon v 1.2.2. Is this fixed in 1.2.3 or has no one noticed this ?
Cheers
John