exporter has no haproxy_backend_up metric

This commit is contained in:
Sofrony Pavel 2021-06-28 20:59:45 +03:00
parent c48d6c3a27
commit 44b8932eb7
No known key found for this signature in database
GPG key ID: 680D71F08DDA644F

View file

@ -1299,13 +1299,9 @@ groups:
query: sum by (proxy) (rate(haproxy_backend_retry_warnings_total[1m])) > 10
severity: warning
for: 2m
- name: HAProxy proxy down
description: HAProxy proxy is down
query: haproxy_backend_up == 0
severity: critical
- name: HAProxy server down
description: HAProxy backend is down
query: haproxy_backend_active_servers == 0
- name: HAproxy has no alive backends
description: HAProxy has no alive active or backup backends for {{ $labels.proxy }}
query: haproxy_backend_active_servers + haproxy_backend_backup_servers == 0
severity: critical
- name: HAProxy frontend security blocked requests
description: HAProxy is blocking requests for security reason