20 lines
524 B
YAML
20 lines
524 B
YAML
name: "DEV ADIBROV - Gitea Down"
|
||
expression: |
|
||
gitea_build_info{job="gitea"}
|
||
threshold: 1
|
||
for: "2m"
|
||
condition_type: "lt"
|
||
need_reduce: true
|
||
reducer_type: "min"
|
||
no_data_state: "Alerting"
|
||
exec_err_state: "Alerting"
|
||
labels:
|
||
service: "gitea"
|
||
severity: "critical"
|
||
team: "infra"
|
||
summary: |
|
||
Gitea недоступна на {{ $labels.instance }}
|
||
description: |
|
||
Метрики Gitea не поступают с {{ $labels.instance }}.
|
||
Сервис Gitea либо упал, либо недоступен scrape endpoint.
|