diff --git a/centreon-plugins/os/windows/snmp/mode/memory.pm b/centreon-plugins/os/windows/snmp/mode/memory.pm index 3ee9449d6..61fbb4bfc 100644 --- a/centreon-plugins/os/windows/snmp/mode/memory.pm +++ b/centreon-plugins/os/windows/snmp/mode/memory.pm @@ -93,7 +93,7 @@ sub set_counters { ]; $self->{maps_counters}->{memory} = [ - { label => 'memory', nlabel => 'memory.usage.bytes' set => { + { label => 'memory', nlabel => 'memory.usage.bytes', set => { key_values => [ { name => 'used' }, { name => 'total' } ], closure_custom_calc => \&custom_usage_calc, closure_custom_output => \&custom_usage_output,