+ Fix mapimailbox mode exchange 2010

This commit is contained in:
garnier-quentin 2015-08-25 10:54:18 +02:00
parent 921cd46e85
commit 807500122c
1 changed files with 2 additions and 2 deletions

View File

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