Graphing problems xymon
Dear All,
Can someone explain why, if i make a monitor with values like:
A : 10 B : 20 C : 15
The rrd graph of this test records as the 'curr' value for example:
A : 10.2 (curr) B: 17.5 (curr) C: 14.2 (curr)
Does RRD generate a kind of expected average ? I would expect the 'curr' values to be the exact value of the last report of the test.
Graph defenition:
[statistieken] FNPATTERN statistieken,(.*).rrd TITLE Aantal gebruikers per regio YAXIS Aantal gebruikers DEF:p at RRDIDX@=@RRDFN@:lambda:AVERAGE LINE2:p at RRDIDX@#@COLOR@:@RRDPARAM@ GPRINT:p at RRDIDX@:LAST: \: %5.1lf (cur) GPRINT:p at RRDIDX@:MAX: \: %5.1lf (max) GPRINT:p at RRDIDX@:MIN: \: %5.1lf (min) GPRINT:p at RRDIDX@:AVERAGE: \: %5.1lf (avg)\n
Met vriendelijke groet,
Klaas D. Eenkhoorn
Senior Beheerder UNIX
vts Politie Nederland VG - Noord Oost
Hanzelaan 95, gebouw 45, 8017 JE Zwolle
Doorkiesnummer: 038-4976326
Mobiel: 06-27035452
Helpen Nederland veiliger te maken
(c) [2008] vts Politie Nederland, all rights reserved.
-------------------------Disclaimer------------------------------- De informatie verzonden met dit e-mailbericht (en bijlagen) is uitsluitend bestemd voor de geadresseerde(n) en zij die van de geadresseerde(n) toestemming kregen dit bericht te lezen. Gebruik door anderen dan geadresseerde(n) is verboden. De informatie in dit e-mailbericht (en bijlagen) kan vertrouwelijk van aard zijn en kan binnen het bereik vallen van een geheimhoudingsplicht en een verschoningsrecht.
This is a feature of rrdtool. The rrd is built with a specific time spacing for the values, which is usually 5 minutes in xymon. If your rrd updates are not made *exactly* at the time expected, the values are adjusted to fit. So, if your rrd is created at, say, 10:05:23, you'll only get the exact values if the updates are timestamped 10:10:23, 10:15:23, 10:20:23, etc.
Ralph Mitchell
2011/4/1 Eenkhoorn, (Klaas) <klaas.eenkhoorn at vtspn.nl>
Dear All,
Can someone explain why, if i make a monitor with values like:
A : 10 B : 20 C : 15
The rrd graph of this test records as the 'curr' value for example:
A : 10.2 (curr) B: 17.5 (curr) C: 14.2 (curr)
Does RRD generate a kind of expected average ? I would expect the 'curr' values to be the exact value of the last report of the test.
Graph defenition:
[statistieken] FNPATTERN statistieken,(.*).rrd TITLE Aantal gebruikers per regio YAXIS Aantal gebruikers DEF:p at RRDIDX@=@RRDFN@:lambda:AVERAGE LINE2:p at RRDIDX@#@COLOR@:@RRDPARAM@ GPRINT:p at RRDIDX@:LAST: \: %5.1lf (cur) GPRINT:p at RRDIDX@:MAX: \: %5.1lf (max) GPRINT:p at RRDIDX@:MIN: \: %5.1lf (min) GPRINT:p at RRDIDX@:AVERAGE: \: %5.1lf (avg)\n
*Met vriendelijke groet,*
*Klaas D. Eenkhoorn*
*Senior Beheerder UNIX*
vts Politie Nederland VG - Noord Oost
Hanzelaan 95, gebouw 45, 8017 JE Zwolle
Doorkiesnummer: 038-4976326
Mobiel: 06-27035452
*Helpen Nederland veiliger te maken*
© [2008] vts Politie Nederland, all rights reserved.
-------------------------Disclaimer------------------------------- De informatie verzonden met dit e-mailbericht (en bijlagen) is uitsluitend bestemd voor de geadresseerde(n) en zij die van de geadresseerde(n) toestemming kregen dit bericht te lezen. Gebruik door anderen dan geadresseerde(n) is verboden. De informatie in dit e-mailbericht (en bijlagen) kan vertrouwelijk van aard zijn en kan binnen het bereik vallen van een geheimhoudingsplicht en een verschoningsrecht.
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
participants (2)
-
klaas.eenkhoorn@vtspn.nl
-
ralphmitchell@gmail.com