diff options
Diffstat (limited to 'docker/ansible/roles/config_files/templates')
-rw-r--r-- | docker/ansible/roles/config_files/templates/default_read_plugins.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/ansible/roles/config_files/templates/default_read_plugins.conf.j2 b/docker/ansible/roles/config_files/templates/default_read_plugins.conf.j2 index 48beb0be..4400a23b 100644 --- a/docker/ansible/roles/config_files/templates/default_read_plugins.conf.j2 +++ b/docker/ansible/roles/config_files/templates/default_read_plugins.conf.j2 @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -Hostname "{{ inventory_hostname }}" -Interval "{{ interval_value }}" +Hostname "{{ collectd_hostname }}" +Interval "{{ collectd_interval }}" #LoadPlugin contextswitch |