From 122ba0400e36c5c5c0b95d3bbfa5ab84bc018beb Mon Sep 17 00:00:00 2001 From: Swann Croiset Date: Fri, 9 Dec 2016 15:20:22 +0100 Subject: [PATCH] Disable reporting to m.influxdb.com --- influxdb/files/influxdb.conf | 2 +- influxdb/map.jinja | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/influxdb/files/influxdb.conf b/influxdb/files/influxdb.conf index c992b86..7bb54f5 100644 --- a/influxdb/files/influxdb.conf +++ b/influxdb/files/influxdb.conf @@ -7,7 +7,7 @@ # to track the number of instances running and the versions, which # is very helpful for us. # Change this option to true to disable reporting. -reporting-disabled = false +reporting-disabled = {{ server.reporting_disabled | lower }} # we'll try to get the hostname automatically, but if it the os returns something # that isn't resolvable by other servers in the cluster, use this option to diff --git a/influxdb/map.jinja b/influxdb/map.jinja index 89d1203..43dc827 100644 --- a/influxdb/map.jinja +++ b/influxdb/map.jinja @@ -5,6 +5,7 @@ default: pkgs: - influxdb service: influxdb + reporting_disabled: true http: enabled: true bind: -- 2.32.7