Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
canopsis-deploy
ansible-role-canopsis-influxdb-server
Commits
8ddb3d63
Commit
8ddb3d63
authored
Sep 12, 2016
by
Mikaël Mourcia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify influxdb conf template to fit influxdb 1.0.x needs
parent
f71415de
Pipeline
#633
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
templates/influxdb.conf
templates/influxdb.conf
+2
-2
No files found.
templates/influxdb.conf
View file @
8ddb3d63
...
...
@@ -4,7 +4,7 @@
# The data includes a random ID, os, arch, version, the number of series and other
# usage data. No data from user databases is ever transmitted.
# Change this option to true to disable reporting.
reporting
-
disabled
=
fals
e
reporting
-
disabled
=
tru
e
# 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
...
...
@@ -162,7 +162,7 @@ reporting-disabled = false
[
http
]
enabled
=
true
bind
-
address
=
":{{ cps_idb_port }}"
auth
-
enabled
=
fals
e
auth
-
enabled
=
tru
e
log
-
enabled
=
true
write
-
tracing
=
false
pprof
-
enabled
=
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment