From ae4c9d720cf64f78f59b3b7fb2c9edd60a4da721 Mon Sep 17 00:00:00 2001 From: tcharles Date: Thu, 10 Jan 2019 12:23:20 +0100 Subject: [PATCH] fix small typo on the syscli command --- storage/quantum/dxi/ssh/mode/systemstatus.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/quantum/dxi/ssh/mode/systemstatus.pm b/storage/quantum/dxi/ssh/mode/systemstatus.pm index 50025764f..d731b7010 100644 --- a/storage/quantum/dxi/ssh/mode/systemstatus.pm +++ b/storage/quantum/dxi/ssh/mode/systemstatus.pm @@ -109,7 +109,7 @@ sub new { "sudo" => { name => 'sudo' }, "command:s" => { name => 'command', default => 'syscli' }, "command-path:s" => { name => 'command_path' }, - "command-options:s" => { name => 'command_options', default => '-getstatus systemboard' }, + "command-options:s" => { name => 'command_options', default => '--getstatus systemboard' }, "warning-status:s" => { name => 'warning_status' }, "critical-status:s" => { name => 'critical_status', default => '%{status} !~ /Normal/i' }, }); @@ -234,7 +234,7 @@ Command path. =item B<--command-options> -Command options (Default: '-getstatus systemboard'). +Command options (Default: '--getstatus systemboard'). =back