Skip to content

Commit

Permalink
fixed the watchdog alert to alert if alertmanager are not sending the…
Browse files Browse the repository at this point in the history
… watchdog alert within a time-frame
  • Loading branch information
ashish1099 committed Aug 22, 2024
1 parent 2780a6f commit d706ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/kube-prometheus/mixins/monitoring/mixin.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
rules: [
{
alert: 'monitor::monitoring_stack::watchdog_missing',
expr: 'increase(watchdog_alerts_total{job="opsmondo"}[35m]) < 1',
expr: 'changes(watchdog_alerts_total[65m]) == 0',
'for': '10m',
labels: {
severity: 'critical',
Expand Down

0 comments on commit d706ddc

Please sign in to comment.