Remove redundant quotes

This commit is contained in:
Jake Howard 2023-11-05 21:43:02 +00:00
parent 64f5763571
commit b0347fc037
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -74,7 +74,7 @@ scrape_configs:
- target_label: __address__
replacement: blackbox-external:9115
- source_labels: [instance]
regex: "https?://([^/]+)/?.*"
regex: https?://([^/]+)/?.*
target_label: hostname
- job_name: blackbox_icmp