From 18a556b0f1c45a742ef08cd0f22ec4134a22fdf3 Mon Sep 17 00:00:00 2001 From: mcabrerizo Date: Sun, 18 Jun 2017 18:02:53 +0200 Subject: [PATCH] F #4913: Fix bug in VCENTER_LAST_PERF_POLL if cluster has no monitor info --- src/im_mad/remotes/vcenter.d/poll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/im_mad/remotes/vcenter.d/poll b/src/im_mad/remotes/vcenter.d/poll index 5adec7835e..237126b3bf 100755 --- a/src/im_mad/remotes/vcenter.d/poll +++ b/src/im_mad/remotes/vcenter.d/poll @@ -59,7 +59,7 @@ begin end # Print last VM poll for perfmanager tracking - puts "VCENTER_LAST_PERF_POLL=" << last_perf_poll << "\n" + puts "VCENTER_LAST_PERF_POLL=" << last_perf_poll << "\n" if last_perf_poll puts cluster.monitor_customizations