Skip to content

Commit

Permalink
Merge pull request 'fixed the watchdog alert to alert if alertmanager…
Browse files Browse the repository at this point in the history
… are not sending the watchdog alert within a time-frame' (#366) from fix_opsmondo_alert into master

Reviewed-on: https://gitea.obmondo.com/EnableIT/KubeAid/pulls/366
  • Loading branch information
ashish1099 committed Aug 22, 2024
2 parents 7994726 + d706ddc commit f8f5399
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 f8f5399

Please sign in to comment.