I have a little problem.
My chart shows the memory usage for a esxi host.
But, this host exceeded 25000mo ram.
In the data template for this check, section Data Source Item [memusage], the maxmimum value is set 25000.
I upgrade this value by 35000 but, no change .
No warning or error for this check :
SCRIPT: scripts/esxi4_usage_mem_host.sh, output: memusage:26919
rra dump :
Code: Select all
<!-- 2010-03-29 19:35:00 CEST / 1269884100 --> <row><v> 2.4339000000e+04 </v></row>
<!-- 2010-03-29 19:40:00 CEST / 1269884400 --> <row><v> 2.4325560000e+04 </v></row>
<!-- 2010-03-29 19:45:00 CEST / 1269884700 --> <row><v> 2.4325000000e+04 </v></row>
<!-- 2010-03-29 19:50:00 CEST / 1269885000 --> <row><v> NaN </v></row>
<!-- 2010-03-29 19:55:00 CEST / 1269885300 --> <row><v> NaN </v></row>
<!-- 2010-03-29 20:00:00 CEST / 1269885600 --> <row><v> NaN </v></row>
<!-- 2010-03-29 20:05:00 CEST / 1269885900 --> <row><v> NaN </v></row>
Thanks.