Skip to content

Commit

Permalink
Add alert for DNSSEC validation failures
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Nov 25, 2024
1 parent 0c4c2df commit b92603c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cookbooks/prometheus/templates/default/alert_rules.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,13 @@ groups:
alertgroup: "{{ $labels.instance }}"
annotations:
new_errors: "{{ $value }}"
- resolved:
rules:
- alert: dnssec validation failures
expr: rate(resolved_dnssec_verdicts_total{result="bogus"}[1m]) > 1
for: 5m
labels:
alertgroup: "{{ $labels.instance }}"
- name: smart
rules:
- alert: smart failure
Expand Down

0 comments on commit b92603c

Please sign in to comment.