You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/haproxy.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ keywords:
7
7
- Available
8
8
availableVersions:
9
9
- '2.1'
10
+
- '2.3'
10
11
shortDescription: "HAProxy is a free, open source load balancer"
11
12
description: |
12
13
HAProxy is free, open source software that provides a high availability load balancer and proxy server for TCP and HTTP-based applications that spreads requests across multiple servers.
shortDescription: "PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites."
11
+
description: |
12
+
PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
expr: count by (proxy) (haproxy_frontend_status == 1) == 0
23
-
for: 10m
24
-
labels:
25
-
severity: page
26
-
annotations:
27
-
summary: Frontend down {{$labels.proxy}}
28
-
- alert: BackendDown
29
-
expr: sum by (proxy) (haproxy_backend_status==1) == 0
30
-
for: 10m
31
-
labels:
32
-
severity: page
33
-
annotations:
34
-
summary: No backend instances found for the proxy {{$labels.proxy}}
35
-
- alert: HighSessionsUsage
36
-
expr: max by (proxy)(rate(haproxy_backend_sessions_total[5m]) / haproxy_backend_limit_sessions) >0.85
37
-
for: 10m
38
-
labels:
39
-
severity: page
40
-
annotations:
41
-
summary: Low number of sessions available in proxy {{$labels.proxy}}
42
-
- alert: HigErrorRate
43
-
expr: sum by (proxy)(rate(haproxy_backend_http_responses_total{code!="2xx"}[5m])) / sum by (proxy)(rate(haproxy_backend_http_responses_total[5m])) > 0.15
44
-
for: 10m
45
-
labels:
46
-
severity: page
47
-
annotations:
48
-
summary: High HTTP error rate in proxy {{$labels.proxy}}
49
-
- alert: HighRequestDeniedRate
50
-
expr: sum by (proxy) (rate(haproxy_backend_requests_denied_total[5m])) / sum by (proxy)(rate(haproxy_backend_http_requests_total[5m])) > 0.15
51
-
for: 10m
52
-
labels:
53
-
severity: page
54
-
annotations:
55
-
summary: High request denied error rate in proxy {{$labels.proxy}}
56
-
- alert: HighResponseDeniedRate
57
-
expr: sum by (proxy) (rate(haproxy_backend_responses_denied_total[5m])) / sum by (proxy)(rate(haproxy_backend_http_responses_total[5m])) > 0.15
58
-
for: 10m
59
-
labels:
60
-
severity: page
61
-
annotations:
62
-
summary: High responses denied rate in proxy {{$labels.proxy}}
63
-
- alert: HighResponseTime
64
-
expr: max by (proxy) (haproxy_backend_response_time_average_seconds)> 0.25
65
-
for: 10m
66
-
labels:
67
-
severity: page
68
-
annotations:
69
-
summary: High response time in proxy {{$labels.proxy}}
15
+
- alert: '[Haproxy-Ingress] Uptime less than 1 hour'
0 commit comments