From 5158f956cb0d65e5ca5076bc5b9668c3fb90a052 Mon Sep 17 00:00:00 2001 From: Jan Orel Date: Wed, 15 Apr 2020 10:29:12 +0200 Subject: [PATCH] M #: One2one probes are local (#4530) --- src/im_mad/remotes/common.d/monitord-client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/im_mad/remotes/common.d/monitord-client.rb b/src/im_mad/remotes/common.d/monitord-client.rb index e43d1a8202..662c2106cf 100644 --- a/src/im_mad/remotes/common.d/monitord-client.rb +++ b/src/im_mad/remotes/common.d/monitord-client.rb @@ -217,7 +217,7 @@ end #------------------------------------------------------------------------------- # Script helper functions and gLobals #------------------------------------------------------------------------------- -LOCAL_HYPERVISOR = %w[az ec2 packet].freeze +LOCAL_HYPERVISOR = %w[az ec2 one packet].freeze def local?(hypervisor) LOCAL_HYPERVISOR.include?(hypervisor)