Skip to content

Commit

Permalink
Update alert
Browse files Browse the repository at this point in the history
  • Loading branch information
mshahzeb committed Jul 20, 2024
1 parent 5e9571f commit b559a42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snmp-mixin/alerts/alerts.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
alert: 'SNMPRestarted',
expr: 'sysUpTime < 60',
labels: {
severity: 'warning',
severity: 'info',
},
annotations: {
summary: 'SNMP Target Restarted',
summary: 'SNMP target restarted',
description: 'The SNMP target on instance {{$labels.instance}} from job {{$labels.job}} has restarted (sysUpTime < 60 seconds).',
},
'for': '1m',
'for': '5s',
},
],
},
Expand Down

0 comments on commit b559a42

Please sign in to comment.