EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 3a4ef75d authored by Karl Grube's avatar Karl Grube
Browse files

204s are accepted...

parent 4433657d
No related branches found
No related tags found
No related merge requests found
......@@ -123,8 +123,8 @@ groups:
annotations:
summary: Prometheus DNS Domain (instance {{ $labels.instance }} {{ $labels.domain }})
description: "The Domain Check has failed. The DNS server may have crashed.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
- alert: HTTP2 status code is not 200
expr: (avg without(job)(probe_http_status_code)) != 200
- alert: HTTP status code is not 200 or 204
expr: ((avg without(job)(probe_http_status_code)) != 200) and ((avg without(job)(probe_http_status_code)) != 204)
for: 2m
labels:
severity: critical
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment