+ Fix mapimailbox mode exchange 2010

This commit is contained in:
garnier-quentin 2015-08-25 10:54:18 +02:00
parent 921cd46e85
commit 807500122c

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;