Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
3cfaf4cb
Commit
3cfaf4cb
authored
Aug 18, 2020
by
Matthew Smith
Browse files
new for 2.9
parent
15ed33dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/influxdb.conf.j2
View file @
3cfaf4cb
...
...
@@ -191,7 +191,7 @@ reporting-disabled = {{ influxdb_disable_reporting }}
# ignore-unnamed = {{ influxdb_graphite_ignore_unnamed }}
###
{% if influxdb_runtime_version
|
version
_compare
('0.11', '>') %}
{% if influxdb_runtime_version
is
version('0.11', '>') %}
### [[collectd]]
{% else %}
### [collectd]
...
...
@@ -200,7 +200,7 @@ reporting-disabled = {{ influxdb_disable_reporting }}
### Controls the listener for collectd data.
###
{% if influxdb_runtime_version
|
version
_compare
('0.11', '>') %}
{% if influxdb_runtime_version
is
version('0.11', '>') %}
[[collectd]]
{% else %}
[collectd]
...
...
@@ -215,7 +215,7 @@ reporting-disabled = {{ influxdb_disable_reporting }}
typesdb = "{{ influxdb_collectd_typesdb }}"
###
{% if influxdb_runtime_version
|
version
_compare
('0.11', '>') %}
{% if influxdb_runtime_version
is
version('0.11', '>') %}
### [[opentsdb]]
{% else %}
### [opentsdb]
...
...
@@ -224,7 +224,7 @@ reporting-disabled = {{ influxdb_disable_reporting }}
### Controls the listener for OpenTSDB data.
###
{% if influxdb_runtime_version
|
version
_compare
('0.11', '>') %}
{% if influxdb_runtime_version
is
version('0.11', '>') %}
[[opentsdb]]
{% else %}
[opentsdb]
...
...
Write
Preview
Supports
Markdown
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