diff options
Diffstat (limited to 'inventory/group_vars/chaos-at-home-sensors')
-rw-r--r-- | inventory/group_vars/chaos-at-home-sensors/vars.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inventory/group_vars/chaos-at-home-sensors/vars.yml b/inventory/group_vars/chaos-at-home-sensors/vars.yml index fc0972e8..dd39a2ec 100644 --- a/inventory/group_vars/chaos-at-home-sensors/vars.yml +++ b/inventory/group_vars/chaos-at-home-sensors/vars.yml @@ -139,3 +139,8 @@ openwrt_uci: ssid: '{{ network_zones.iot.wifi.ssid }}' encryption: 'psk2' key: '{{ network_zones.iot.wifi.key }}' + + +prometheus_scrape_endpoint: "{{ network_zones.iot.prefix | ipaddr(network_zones.iot.offsets[inventory_hostname]) | ipaddr('address') }}:9100" +prometheus_exporters_default: + - openwrt |