From dc160ebd3b9787a511b30301fd35d78dbcba3ae9 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Fri, 24 Jul 2020 11:31:55 +0200 Subject: [PATCH] M #-: Make vcenter monitoring use tcp to allow large monitoring messages (cherry picked from commit d59c531e6df0f163e83db96d9ed26debaafba883) --- src/im_mad/remotes/lib/vcenter_cluster.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/im_mad/remotes/lib/vcenter_cluster.rb b/src/im_mad/remotes/lib/vcenter_cluster.rb index e7c2932e41..7fc828a277 100644 --- a/src/im_mad/remotes/lib/vcenter_cluster.rb +++ b/src/im_mad/remotes/lib/vcenter_cluster.rb @@ -842,7 +842,7 @@ class ClusterSet $logger.debug("\tResult(#{success})\n#{probe_result}\n") - c[:monitordc].send("#{probe_name}_udp".to_sym, + c[:monitordc].send("#{probe_name}_tcp".to_sym, success, probe_result)