typo haproxy error status

This commit is contained in:
Samuel Berthe 2021-01-06 15:38:07 +01:00
parent fe00569998
commit df602d6e47
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -1075,7 +1075,7 @@ groups:
query: '((sum by (server) (rate(haproxy_server_http_responses_total{code="4xx"}[1m])) / sum by (proxy) (rate(haproxy_server_http_responses_total[1m]))) * 100) > 5'
severity: critical
for: 1m
- name: HAProxy high HTTP 4xx error rate backend
- name: HAProxy high HTTP 5xx error rate backend
description: Too many HTTP requests with status 5xx (> 5%) on backend {{ $labels.fqdn }}/{{ $labels.backend }}
query: ((sum by (server) (rate(haproxy_server_http_responses_total{code="5xx"}[1m])) / sum by (proxy) (rate(haproxy_server_http_responses_total[1m]))) * 100) > 5
severity: critical