Use variables in prometheus config

Also replace grimes with walker
This commit is contained in:
Jake Howard 2021-05-05 18:12:42 +01:00
parent 9b31efbf43
commit 407e59ec5a
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -16,5 +16,5 @@ scrape_configs:
static_configs:
- targets:
- 10.23.2.3:8080 # grimes
- 10.23.1.7:8080 # pve-docker
- "{{ nebula.clients.walker.ip }}:8080"
- "{{ pve_hosts.pve_docker.ip }}:8080"