1
0
Fork 0

Increase Monitoring

This commit is contained in:
Malte Brandy 2021-06-05 12:07:18 +02:00
parent da0924c594
commit 26476194ad

View file

@ -23,9 +23,10 @@ let
target_label = "instance"; target_label = "instance";
} }
{ {
# The blackbox exporter's real hostname:port.
target_label = "__address__"; target_label = "__address__";
replacement = "localhost:9115"; replacement = "localhost:9115";
} # The blackbox exporter's real hostname:port. }
]; ];
}; };
in in
@ -45,15 +46,27 @@ in
(makeProbe "http" [ "hera.m-0.eu:80" ]) (makeProbe "http" [ "hera.m-0.eu:80" ])
(makeProbe "https" [ (makeProbe "https" [
"https://hera.m-0.eu" "https://hera.m-0.eu"
"https://blog.maralorn.de"
"https://www.mathechor.de"
"https://cloud.mathechor.de" "https://cloud.mathechor.de"
"https://mathechor.de"
"https://www.mathechor.de"
"https://alerts.maralorn.de"
"https://blog.maralorn.de"
"https://ci.maralorn.de"
"https://cloud.maralorn.de" "https://cloud.maralorn.de"
"https://element.maralorn.de" "https://element.maralorn.de"
"https://fdroid.maralorn.de"
"https://home.maralorn.de"
"https://matrix.maralorn.de"
"https://monitoring.maralorn.de"
"https://rpg.maralorn.de"
"https://stats.maralorn.de"
"https://tasks.maralorn.de"
"https://wiki.vocalensemble-darmstadt.de" "https://wiki.vocalensemble-darmstadt.de"
"https://cloud.vocalensemble-darmstadt.de" "https://cloud.vocalensemble-darmstadt.de"
"https://www.vocalensemble-darmstadt.de" "https://www.vocalensemble-darmstadt.de"
"https://matrix.maralorn.de"
]) ])
]; ];
}; };