+ add an option for esx 3.x for the connector

This commit is contained in:
garnier-quentin 2015-06-15 15:07:40 +02:00
parent c195ec2265
commit a85c50347f
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,7 @@ sub new {
"warning-out:s" => { name => 'warning_out', },
"critical-out:s" => { name => 'critical_out', },
"link-down-status:s" => { name => 'link_down_status', default => 'critical' },
"no-proxyswitch" => { name => 'no_proxyswitch' },
});
return $self;
}
@ -155,6 +156,10 @@ Threshold warning traffic out (percent).
Threshold critical traffic out (percent).
=item B<--no-proxyswitch>
Use the following option if you are checking an ESX 3.x version (it's mandatory).
=back
=cut