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:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user