summaryrefslogtreecommitdiff
path: root/inventory/group_vars/chaos-at-home-ups/vars.yml
blob: 31be45720aa96ef695e78c5d1a6647c831a016e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
network_mgmt_zone: "{{ network_zones.mgmt }}"

ups_name: "{{ inventory_hostname | regex_replace('^ch-ups-(.*)$', '\\1') }}"
ups_query_sources:
  - "{{ network_mgmt_zone.prefix | ansible.utils.ipaddr(network_mgmt_zone.offsets['ch-mon']) | ansible.utils.ipaddr('address') }}"
  - "{{ network_mgmt_zone.prefix | ansible.utils.ipaddr(network_mgmt_zone.offsets['ch-equinox-ws']) | ansible.utils.ipaddr('address') }}"

ups_ntp_servers:
  - '{{ network_zones.mgmt.prefix | ansible.utils.ipaddr(network_zones.mgmt.offsets["ch-router"]) | ansible.utils.ipaddr("address") }}'


prometheus_scrape_endpoint: "{{ network_mgmt_zone.prefix | ansible.utils.ipaddr(network_mgmt_zone.offsets[inventory_hostname]) | ansible.utils.ipaddr('address') }}:9100"
prometheus_exporters_default:
  - openwrt

prometheus_job_multitarget_nut__ups:
  ch-mon:
  - instance: "ups-{{ ups_name }}"
    ups: "{{ ups_name }}"
    server: "{{ network_mgmt_zone.prefix | ansible.utils.ipaddr(network_mgmt_zone.offsets[inventory_hostname]) | ansible.utils.ipaddr('address') }}"