Correctly check hostname against PVE hosts
Some of the hostnames have `-` in instead, which caused issues with the SSH config detecting which users to allow
This commit is contained in:
@ -17,4 +17,4 @@ scrape_configs:
|
||||
static_configs:
|
||||
- targets:
|
||||
- "{{ nebula.clients.walker.ip }}:8080"
|
||||
- "{{ pve_hosts.pve_docker.ip }}:8080"
|
||||
- "{{ pve_hosts.docker.ip }}:8080"
|
||||
|
Reference in New Issue
Block a user