diff --git a/centreon-plugins/apps/vmware/connector/mode/nethost.pm b/centreon-plugins/apps/vmware/connector/mode/nethost.pm index b6449bbdc..0e31b6790 100644 --- a/centreon-plugins/apps/vmware/connector/mode/nethost.pm +++ b/centreon-plugins/apps/vmware/connector/mode/nethost.pm @@ -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