mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
+ add an option for esx 3.x for the connector
This commit is contained in:
parent
06122db68e
commit
041b834519
@ -60,6 +60,7 @@ sub new {
|
|||||||
"warning-out:s" => { name => 'warning_out', },
|
"warning-out:s" => { name => 'warning_out', },
|
||||||
"critical-out:s" => { name => 'critical_out', },
|
"critical-out:s" => { name => 'critical_out', },
|
||||||
"link-down-status:s" => { name => 'link_down_status', default => 'critical' },
|
"link-down-status:s" => { name => 'link_down_status', default => 'critical' },
|
||||||
|
"no-proxyswitch" => { name => 'no_proxyswitch' },
|
||||||
});
|
});
|
||||||
return $self;
|
return $self;
|
||||||
}
|
}
|
||||||
@ -155,6 +156,10 @@ Threshold warning traffic out (percent).
|
|||||||
|
|
||||||
Threshold critical 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
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
Loading…
x
Reference in New Issue
Block a user