mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
+ Fix mapimailbox mode exchange 2010
This commit is contained in:
parent
921cd46e85
commit
807500122c
@ -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…
x
Reference in New Issue
Block a user