1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

feat(monitoring): probe alew.hu-berlin.de

This commit is contained in:
2021-12-13 17:29:09 +01:00
parent 08c04462a7
commit 31d59aba6a

View File

@@ -93,9 +93,9 @@ in
} }
{ {
alert = "HttpStatusCode"; alert = "HttpStatusCode";
expr = "probe_http_status_code <= 199 OR probe_http_status_code >= 400"; expr = "probe_http_status_code != 0 AND (probe_http_status_code <= 199 OR probe_http_status_code >= 400)";
for = "5m"; for = "5m";
annotations.summary = "{{$labels.instance}}: returns {{$value}}"; annotations.summary = "{{$labels.instance}}: status code {{$value}}";
} }
{ {
alert = "SslExpirySoon"; alert = "SslExpirySoon";