diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-11-10 19:31:09 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-11-10 19:31:09 +0100 |
commit | b5406d18de64f273cbebb3875a84bc31074f0f00 (patch) | |
tree | e8774b1cb9b6124d14f5ec76ca103a7427de2b52 /inventory/group_vars/promzone-chaos-at-home | |
parent | add ch-pan and ch-mimas to prometheus monitoring (diff) |
prometheus: add exporter for bind
Diffstat (limited to 'inventory/group_vars/promzone-chaos-at-home')
-rw-r--r-- | inventory/group_vars/promzone-chaos-at-home/vars.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory/group_vars/promzone-chaos-at-home/vars.yml b/inventory/group_vars/promzone-chaos-at-home/vars.yml index 2cc051c0..2a71f94f 100644 --- a/inventory/group_vars/promzone-chaos-at-home/vars.yml +++ b/inventory/group_vars/promzone-chaos-at-home/vars.yml @@ -11,6 +11,7 @@ prometheus_exporter_ssl_version: 2.4.2 prometheus_exporter_blackbox_version: 0.22.0 prometheus_exporter_nut_version: 2.4.2 prometheus_exporter_smokeping_version: 0.6.1 +prometheus_exporter_bind_version: 0.5.0 prometheus_server_version: 2.38.0 prometheus_alertmanager_version: 0.24.0 @@ -27,6 +28,7 @@ prometheus_server_jobs: - ssl - ssl/probe - smokeping + - bind prometheus_zone_name: chaos@home prometheus_zone_targets: "{{ groups['promzone-chaos-at-home'] }}" |