prometheus: Add unbound_exporter targets
This commit is contained in:
parent
74a517f942
commit
53f30103b3
1 changed files with 11 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue