Cacti gets Values of 2 but stores 1,93333 in the rrd.
How can I correct this?
The values are always integers without decimals like:
0 1 2 3 or 4
Polling intervall is 60 seconds.
I have made RRAs like this:
X-Files Factor: 0
Step 1
Rows 500
Timespan: 14400
With Consolidation Functions MAX.
But with rrdtool dump I get this:
Code: Select all
<!-- 2010-05-17 15:43:00 CEST / 1274103780 --> <row><v> NaN </v></row>
<!-- 2010-05-17 15:44:00 CEST / 1274103840 --> <row><v> 0,0000000000e+00 </v></row>
<!-- 2010-05-17 15:45:00 CEST / 1274103900 --> <row><v> 1,9333333333e+00 </v></row>
<!-- 2010-05-17 15:46:00 CEST / 1274103960 --> <row><v> 1,0166666667e+00 </v></row>
Thx,
cnomark