File tree Expand file tree Collapse file tree
monitoring-stack/alerting-rules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}."
You can’t perform that action at this time.
0 commit comments