summaryrefslogtreecommitdiff
path: root/inventory/group_vars
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/group_vars')
-rw-r--r--inventory/group_vars/chaos-at-home/network.yml3
-rw-r--r--inventory/group_vars/promzone-chaos-at-home/vars.yml13
2 files changed, 16 insertions, 0 deletions
diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml
index e9b65bfd..3e796dbc 100644
--- a/inventory/group_vars/chaos-at-home/network.yml
+++ b/inventory/group_vars/chaos-at-home/network.yml
@@ -43,6 +43,7 @@ network_zones:
key: "{{ vault_wifi_keys.iot }}"
offsets:
ch-wled-test: 1
+ ch-mon: 230
ch-iot: 254
svc:
@@ -65,6 +66,7 @@ network_zones:
ch-nic: 53
__svc_http__: 80
__svc_imap__: 143
+ ch-mon: 230
ch-router-obsd: 253
ch-router: 254
#############
@@ -85,6 +87,7 @@ network_zones:
ch-sw1: 201
ch-ap0: 220
ch-ap1: 221
+ ch-mon: 230
ch-gnocchi: 240
ch-router: 241
diff --git a/inventory/group_vars/promzone-chaos-at-home/vars.yml b/inventory/group_vars/promzone-chaos-at-home/vars.yml
new file mode 100644
index 00000000..078576f1
--- /dev/null
+++ b/inventory/group_vars/promzone-chaos-at-home/vars.yml
@@ -0,0 +1,13 @@
+---
+prometheus_scrape_endpoint: "{{ network.primary.address | ipaddr('address') }}:9999"
+
+prometheus_exporters_extra: []
+prometheus_exporters_default:
+ - node
+
+prometheus_server: ch-mon
+prometheus_server_jobs:
+ - node
+
+prometheus_zone_name: chaos@home
+prometheus_zone_targets: "{{ groups['promzone-chaos-at-home'] }}"