Loading rules.d/rdsys.rules +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
rules.d/rdsys.rules +2 −2 Original line number Diff line number Diff line Loading @@ -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