commit | 1f153d548c7d192fb8728b37734db1e00ae3e01b | [log] [tgz] |
---|---|---|
author | Simon Pasquier <spasquier@mirantis.com> | Mon Jun 12 10:55:49 2017 +0200 |
committer | Simon Pasquier <spasquier@mirantis.com> | Mon Jun 12 08:57:13 2017 +0000 |
tree | d50c77f7516ff06a89845d2e4a7be4d51e663c92 | |
parent | f4ac31f61f5a81b69fee16ba78051581c34796fd [diff] |
Increase collectd timeout When GlusterFS manages many volumes, the default value of 5 seconds is too low. This change increases it to 10 seconds and allows for setting up a larger value in the model. Change-Id: Ib1fc9c30896839a21cea1c3127c78ab8e71e670b
diff --git a/glusterfs/files/collectd_glusterfs.conf b/glusterfs/files/collectd_glusterfs.conf index 479955e..b66d63e 100644 --- a/glusterfs/files/collectd_glusterfs.conf +++ b/glusterfs/files/collectd_glusterfs.conf
@@ -1,4 +1,5 @@ Import "collectd_glusterfs" <Module "collectd_glusterfs"> + Timeout {{ plugin.timeout|default('10') }} </Module>