Add subscriber section
diff --git a/influxdb/files/influxdb.conf b/influxdb/files/influxdb.conf
index 259a71a..9cd9437 100644
--- a/influxdb/files/influxdb.conf
+++ b/influxdb/files/influxdb.conf
@@ -212,6 +212,19 @@
 {%- endif %}
 
 ###
+### [subscriber]
+###
+### Controls the subscriptions, which can be used to fork a copy of all data
+### received by the InfluxDB host.
+###
+
+[subscriber]
+  enabled = false
+  # http-timeout = "30s"
+  # write-concurrency = 40
+  # write-buffer-size = 1000
+
+###
 ### [[graphite]]
 ###
 ### Controls one or many listeners for Graphite data.