Skip to content

Commit

Permalink
fix: job name of opsmondo
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 committed Aug 22, 2024
1 parent 62d62fb commit 2780a6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/kube-prometheus/mixins/monitoring/mixin.libsonnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
_config+:: {
_config+:: {
selector: '',
},
prometheusAlerts+:: {
Expand All @@ -9,7 +9,7 @@ _config+:: {
rules: [
{
alert: 'monitor::monitoring_stack::watchdog_missing',
expr: 'increase(watchdog_alerts_total{job="goopsmondo"}[35m]) < 1',
expr: 'increase(watchdog_alerts_total{job="opsmondo"}[35m]) < 1',
'for': '10m',
labels: {
severity: 'critical',
Expand All @@ -24,4 +24,4 @@ _config+:: {
},
],
},
}
}

0 comments on commit 2780a6f

Please sign in to comment.