From 9e4e02fdfb5a9e038c5e09a38fa51b457164156b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 26 Dec 2020 14:17:41 +0100 Subject: Replaced malabaricus. --- ansible/host_vars/malabaricus/ops-agent.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ansible/host_vars/malabaricus') diff --git a/ansible/host_vars/malabaricus/ops-agent.yml b/ansible/host_vars/malabaricus/ops-agent.yml index 72c221b..10a55d1 100644 --- a/ansible/host_vars/malabaricus/ops-agent.yml +++ b/ansible/host_vars/malabaricus/ops-agent.yml @@ -15,15 +15,3 @@ telegraf_extra_config: | file = "thermal_zone1/temp" dest = "zone1" conversion = "float(3)" - [[inputs.multifile.file]] - file = "thermal_zone2/temp" - dest = "zone2" - conversion = "float(3)" - [[inputs.multifile.file]] - file = "thermal_zone3/temp" - dest = "zone3" - conversion = "float(3)" - [[inputs.multifile.file]] - file = "thermal_zone4/temp" - dest = "zone4" - conversion = "float(3)" -- cgit v1.2.3