From 72ce00fc5b382eef8ce7b5596230bdef369e4cfd Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 19 Sep 2021 20:20:41 +0200 Subject: add sensors to lua prometheus exporter --- inventory/group_vars/chaos-at-home-sensors/vars.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'inventory/group_vars/chaos-at-home-sensors/vars.yml') diff --git a/inventory/group_vars/chaos-at-home-sensors/vars.yml b/inventory/group_vars/chaos-at-home-sensors/vars.yml index 7f4a93eb..169373a8 100644 --- a/inventory/group_vars/chaos-at-home-sensors/vars.yml +++ b/inventory/group_vars/chaos-at-home-sensors/vars.yml @@ -80,9 +80,8 @@ openwrt_mixin: /usr/lib/lua/sensors.lua: file: "{{ global_files_dir }}/common/openwrt/sensors.module_lua" - /usr/libexec/sensors-init.lua: - file: "{{ global_files_dir }}/common/openwrt/sensors-init.lua" - mode: "0755" + /usr/lib/lua/prometheus-collectors/sensors.lua: + file: "{{ global_files_dir }}/common/openwrt/sensors_promethues-node-exporter.lua" openwrt_uci: -- cgit v1.2.3