+ Fix mapimailbox mode exchange 2010
This commit is contained in:
parent
8da85a83f6
commit
3f596a183a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue