+ add an option for esx 3.x for the connector
This commit is contained in:
parent
c195ec2265
commit
a85c50347f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue