Translate alerts and tune container alert

This commit is contained in:
g4st3r
2026-03-07 21:19:20 +00:00
parent 95c9bf8277
commit c28e51e07f
2 changed files with 8 additions and 8 deletions

View File

@@ -83,13 +83,13 @@ groups:
description: "{{ $labels.mountpoint }} usage above 95%"
- alert: DockerContainerDown
expr: time() - container_last_seen > 120
for: 2m
expr: time() - container_last_seen{image!="",container!=""} > 300
for: 5m
labels:
severity: warning
annotations:
summary: "Container down"
description: "A container has not been seen for >2m"
summary: "Контейнер недоступен"
description: "Контейнер не виден >5 минут"
- alert: HttpEndpointDown
expr: probe_success{job="blackbox-http"} == 0