From b7b883410544f59634bed76175d0a3aafcea2759 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Tue, 6 Oct 2020 09:23:48 +0200 Subject: [PATCH] memory snmp standard - revert units --- snmp_standard/mode/memory.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snmp_standard/mode/memory.pm b/snmp_standard/mode/memory.pm index ceee8d22a..456f7f16e 100644 --- a/snmp_standard/mode/memory.pm +++ b/snmp_standard/mode/memory.pm @@ -147,7 +147,7 @@ sub new { bless $self, $class; $options{options}->add_options(arguments => { - 'units:s' => { name => 'units', default => '' }, + 'units:s' => { name => 'units', default => '%' }, 'free' => { name => 'free' }, 'swap' => { name => 'check_swap' }, 'patch-redhat' => { name => 'patch_redhat' },