From 1fe6ae6750a6e80cebff7967eb25ea54cf73e428 Mon Sep 17 00:00:00 2001 From: Simon Bomm Date: Wed, 15 May 2019 11:50:08 +0200 Subject: [PATCH] + fix missing comma --- os/windows/snmp/mode/memory.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/windows/snmp/mode/memory.pm b/os/windows/snmp/mode/memory.pm index 3ee9449d6..61fbb4bfc 100644 --- a/os/windows/snmp/mode/memory.pm +++ b/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,