Update memory.pm

This commit is contained in:
cgagnaire 2017-02-06 11:43:08 +01:00 committed by GitHub
parent b274a0e509
commit f9702115ff
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ sub set_counters {
closure_custom_output => $self->can('custom_usage_output'),
threshold_use => 'prct_used_absolute',
perfdatas => [
{ label => 'memory', value => 'used_absolute', template => '%.2f', threshold_total => 'total_absolute', cast_int => 1,
{ label => 'used', value => 'used_absolute', template => '%.2f', threshold_total => 'total_absolute', cast_int => 1,
min => 0, max => 'total_absolute', unit => 'B' },
],
}