From 390d0d9c711b10671cb8c3aefbe58f9703287a65 Mon Sep 17 00:00:00 2001
From: Stephen C Phillips <steve@scphillips.com>
Date: Wed, 20 Jun 2018 16:40:50 +0100
Subject: [PATCH] Removes HTTP listener from telegraf host config

It is not part of host monitoring.
If it is there it will clash with the listener defined on the ipendpoint service
---
 src/test/clmctest/services/host/telegraf_host.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/test/clmctest/services/host/telegraf_host.conf b/src/test/clmctest/services/host/telegraf_host.conf
index a1441e7..4f0226d 100644
--- a/src/test/clmctest/services/host/telegraf_host.conf
+++ b/src/test/clmctest/services/host/telegraf_host.conf
@@ -52,6 +52,6 @@
   # no configuration
 
 # Influx HTTP write listener
-[[inputs.http_listener]]
-  ## Address and port to host HTTP listener on
-  service_address = ":8186"
+# [[inputs.http_listener]]
+#   ## Address and port to host HTTP listener on
+#   service_address = ":8186"
-- 
GitLab