commit | 8cd96d79dfa9d855b40f4e8681932cc74a38dcea | [log] [tgz] |
---|---|---|
author | Aleš Komárek <github@newt.cz> | Mon Jun 26 14:58:18 2017 +0200 |
committer | GitHub <noreply@github.com> | Mon Jun 26 14:58:18 2017 +0200 |
tree | e1cb7143e39a3db87e3e7d0759b49b3e707ad96b | |
parent | 1f153d548c7d192fb8728b37734db1e00ae3e01b [diff] |
Update collectd.yml Check timeout to checks.
diff --git a/glusterfs/meta/collectd.yml b/glusterfs/meta/collectd.yml index 87701be..69a1117 100644 --- a/glusterfs/meta/collectd.yml +++ b/glusterfs/meta/collectd.yml
@@ -4,6 +4,9 @@ local_plugin: collectd_glusterfs: plugin: python + {%- if server.check_timeout is defined %} + timeout: {{ server.check_timeout }} + {%- endif %} template: glusterfs/files/collectd_glusterfs.conf {%- endif %} {%- endif %}