From 62637e07ea516bec9248b4a2f515fde7bbf8e24e Mon Sep 17 00:00:00 2001 From: gaelL Date: Wed, 9 May 2018 17:53:56 +0200 Subject: [PATCH] ansible: update telegraf config to match the new version of ansible-telegraf ref: * https://github.com/dj-wasabi/ansible-telegraf/pull/46 * https://github.com/dj-wasabi/ansible-telegraf/issues/48 * https://github.com/dj-wasabi/ansible-telegraf/pull/50 --- ansible/external-worker.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ansible/external-worker.yml b/ansible/external-worker.yml index 1c080f2..bc3c73f 100644 --- a/ansible/external-worker.yml +++ b/ansible/external-worker.yml @@ -8,10 +8,8 @@ # See telegraf inputs for more plugings https://github.com/influxdata/telegraf/tree/master/plugins/inputs # Like https://github.com/influxdata/telegraf/tree/master/plugins/inputs/net_response for tcp port checks telegraf_plugins_extra: - - plugin: processes - - plugin: kernel - - plugin: linux_sysctl_fs - - plugin: conntrack + linux_sysctl_fs: + conntrack: roles: - {role: cycloid.telegraf, tags: telegraf}