remote-blackbox: Scrape HTTPS for some sites
Now that the Blackbox exporter does not follow redirects, we need to explicitly tell it to scrape the HTTPS variant of sites that have it enabled. Otherwise, we only get info about the first HTTP-to-HTTPS redirect response, which is not helpful for watching certificate expiry.master
parent
8a93ef0fc1
commit
713fd794a3
|
@ -42,9 +42,9 @@ vmagent_scrape_configs:
|
||||||
- https://dustin.hatch.name/
|
- https://dustin.hatch.name/
|
||||||
- https://darkchestofwonders.us/
|
- https://darkchestofwonders.us/
|
||||||
- http://nratonpass.com/
|
- http://nratonpass.com/
|
||||||
- http://pyrocufflink.net/
|
- https://pyrocufflink.net/
|
||||||
- http://ebonfire.com/
|
- http://ebonfire.com/
|
||||||
- http://chmod777.sh/
|
- https://chmod777.sh/
|
||||||
- https://nextcloud.pyrocufflink.net/index.php
|
- https://nextcloud.pyrocufflink.net/index.php
|
||||||
- https://bitwarden.pyrocufflink.net/
|
- https://bitwarden.pyrocufflink.net/
|
||||||
- https://git.pyrocufflink.net/
|
- https://git.pyrocufflink.net/
|
||||||
|
|
Loading…
Reference in New Issue