Package: influxdb / 1.0.2+dfsg1-1

Metadata

Package Version Patches format
influxdb 1.0.2+dfsg1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable reporting.patch | (download)

cmd/influxd/run/config.go | 2 1 + 1 - 0 !
cmd/influxd/run/server.go | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 disable reporting by default
 This patch disables reporting by default. For reporting to be enabled,
 it has to be specified in the config file. This changes the default
 behaviour where reporting would be enabled if influxd is launched
 without specifying a config file.