From 2b0ec2d9e399f32927679956d06a63b91a45bbc8 Mon Sep 17 00:00:00 2001 From: Simon Bomm Date: Wed, 15 May 2019 11:50:08 +0200 Subject: [PATCH] + fix missing comma --- centreon-plugins/os/windows/snmp/mode/memory.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,