+ Fix mapimailbox mode exchange 2010

This commit is contained in:
garnier-quentin 2015-08-25 10:54:18 +02:00
parent 8da85a83f6
commit 3f596a183a
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ sub new {
"command-path:s" => { name => 'command_path' }, "command-path:s" => { name => 'command_path' },
"command-options:s" => { name => 'command_options', default => '-InputFormat none -NoLogo -EncodedCommand' }, "command-options:s" => { name => 'command_options', default => '-InputFormat none -NoLogo -EncodedCommand' },
"ps-exec-only" => { name => 'ps_exec_only', }, "ps-exec-only" => { name => 'ps_exec_only', },
"warning-mapi:s" => { name => 'warning_mapi', }, "warning:s" => { name => 'warning', },
"critical-mapi:s" => { name => 'critical_mapi', default => '%{result} !~ /Success/i' }, "critical:s" => { name => 'critical', default => '%{result} !~ /Success/i' },
"mailbox:s" => { name => 'mailbox', }, "mailbox:s" => { name => 'mailbox', },
}); });
return $self; return $self;