prometheus: Add unbound_exporter targets

This commit is contained in:
Timo Makinen 2025-01-24 12:49:07 +00:00
parent 74a517f942
commit 53f30103b3

View file

@ -60,6 +60,17 @@ scrape_configs:
- target_label: __address__
replacement: nms.home.foo.sh:9116
- job_name: unbound
scheme: https
tls_config:
ca_file: "{{ tls_certs }}/ca.crt"
key_file: "{{ tls_private }}/{{ inventory_hostname }}.key"
cert_file: "{{ tls_certs }}/{{ inventory_hostname }}.crt"
static_configs:
- targets:
- dna-gw01.home.foo.sh:9167
- dna-gw02.home.foo.sh:9167
- job_name: node
scheme: https
tls_config: