Skip to content

Commit 98c32fd

Browse files
author
Jesus Samitier
committed
fix indent in phpfpm alerts
1 parent fab815e commit 98c32fd

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

resources/php-fpm/alerts.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,14 @@ configurations:
4040
(phpfpm_listen_queue / phpfpm_listen_queue_length) > 0.8
4141
for: 5m
4242
labels:
43-
severity: warning
44-
annotations:
45-
description: Buffer of queue requests reaching its limit
46-
- alert: '[Php-Fpm] Too slow requests processing'
47-
expr: |
48-
rate (phpfpm_slow_requests[5m]) / rate (phpfpm_process_requests[5m]) > 0.1
49-
for: 5m
50-
labels:
51-
severity: warning
52-
annotations:
53-
description: Requests have taking too much time to be processed
54-
43+
severity: warning
44+
annotations:
45+
description: Buffer of queue requests reaching its limit
46+
- alert: '[Php-Fpm] Too slow requests processing'
47+
expr: |
48+
rate (phpfpm_slow_requests[5m]) / rate (phpfpm_process_requests[5m]) > 0.1
49+
for: 5m
50+
labels:
51+
severity: warning
52+
annotations:
53+
description: Requests have taking too much time to be processed

0 commit comments

Comments
 (0)