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:
parent
6917ba063e
commit
4cc210085b
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue