Skip to content

Commit 5953059

Browse files
AKOAKO
authored andcommitted
removed whitespaces
1 parent 779a050 commit 5953059

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
groups:
2-
- name: ArgocdMonitoring
3-
rules:
4-
- alert: ArgoCDAppOutOfSync
5-
expr: 'argocd_app_info{sync_status!="Synced"} == 1'
6-
for: 5m
7-
labels:
8-
severity: warning
9-
annotations:
10-
summary: "{{ $labels.name }} is OutOfSync"
11-
description: "Application {{ $labels.name }} (project {{ $labels.project }}) has been OutOfSync for more than 5 minutes."
1+
groups:
2+
- name: ArgocdMonitoring
3+
rules:
4+
- alert: ArgoCDAppOutOfSync
5+
expr: 'argocd_app_info{sync_status!="Synced"} == 1'
6+
for: 5m
7+
labels:
8+
severity: warning
9+
annotations:
10+
summary: "{{ $labels.name }} is OutOfSync"
11+
description: "Application {{ $labels.name }} (project {{ $labels.project }}) has been OutOfSync for more than 5 minutes."
1212

13-
- alert: ArgoCDAppUnhealthy
14-
expr: 'argocd_app_info{health_status!="Healthy"} == 1'
15-
for: 5m
16-
labels:
17-
severity: critical
18-
annotations:
19-
summary: "{{ $labels.name }} is {{ $labels.health_status }}"
20-
description: "Application {{ $labels.name }} is {{ $labels.health_status }}."
13+
- alert: ArgoCDAppUnhealthy
14+
expr: 'argocd_app_info{health_status!="Healthy"} == 1'
15+
for: 5m
16+
labels:
17+
severity: critical
18+
annotations:
19+
summary: "{{ $labels.name }} is {{ $labels.health_status }}"
20+
description: "Application {{ $labels.name }} is {{ $labels.health_status }}."

0 commit comments

Comments
 (0)