Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sol1 Ansible Roles
sol1-influxdb
Commits
d2b6682a
Commit
d2b6682a
authored
May 04, 2016
by
Kostas Botsas
Browse files
collectd opentsdb brackets
added brackets to collectd and opentsdb for compatibility with 0.13
parent
66c54056
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/influxdb.conf.j2
View file @
d2b6682a
...
...
@@ -195,7 +195,7 @@ reporting-disabled = {{ influxdb_disable_reporting }}
### Controls the listener for collectd data.
###
[collectd]
[
[collectd]
]
enabled = {{ influxdb_collectd_enabled }}
bind-address = ":{{ influxdb_collectd_port }}"
database = "{{ influxdb_collectd_database }}"
...
...
@@ -211,7 +211,7 @@ reporting-disabled = {{ influxdb_disable_reporting }}
### Controls the listener for OpenTSDB data.
###
[opentsdb]
[
[opentsdb]
]
enabled = {{ influxdb_opentsdb_enabled }}
# bind-address = ":{{ influxdb_opentsdb_port }}"
# database = "{{ influxdb_opentsdb_database }}"
...
...
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