1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/servnerr-3: monitor MyQ hub HTTP server

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2022-02-14 10:27:12 -05:00
parent 6917ba063e
commit 4cc210085b
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -142,7 +142,10 @@ in {
# Blackbox exporter and associated targets.
(staticScrape "blackbox" [ "servnerr-3:9115" ])
(blackboxScrape "http_2xx" "15s" [ "https://grafana.servnerr.com" ])
(blackboxScrape "http_2xx" "15s" [
"http://living-room-myq-hub.iot.ipv4"
"https://grafana.servnerr.com"
])
# Netlify can occasionally be flappy, so check it less often.
(blackboxScrapeJobName "http_2xx_netlify" "http_2xx" "1m" [
"https://corerad.net/status"