From 041b83451972f516ac1ad4e76f07f5e1446aa250 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Mon, 15 Jun 2015 15:07:40 +0200 Subject: [PATCH] + add an option for esx 3.x for the connector --- centreon-plugins/apps/vmware/connector/mode/nethost.pm | 5 +++++ 1 file changed, 5 insertions(+) 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