Translate alerts and tune container alert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user