Skip to content
Snippets Groups Projects

Increase the gettor silence alert to 12 hours

Merged meskio requested to merge meskio/prometheus-alerts:gettor_12h into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -2,14 +2,14 @@ groups:
- name: rdsys
rules:
- alert: gettor silence
expr: sum(increase(gettor_request_total[6h])) == 0
expr: sum(increase(gettor_request_total[12h])) == 0
for: 1h
labels:
severity: critical
team: anti-censorship
annotations:
title: gettor is silent
description: No email has arrived to gettor for the last 6 hours
description: No email has arrived to gettor for the last 12 hours
summary: There might be a problem with the email delivery
- alert: rejected by ratio
Loading