Skip to content

Commit 448b4de

Browse files
committed
Moves alert threshold for SNMP scraping from 6h back down to 2h, since we now will only trigger it if ping is working.
1 parent aa82b89 commit 448b4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/federation/prometheus/alerts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ ALERT SnmpExporterMissingMetrics
326326
ALERT SnmpScrapingDownAtSite
327327
IF up{job="snmp-targets", site!~".*t$"} == 0
328328
AND ON(site) probe_success{instance=~"s1.*", module="icmp"} == 1
329-
FOR 6h
329+
FOR 2h
330330
LABELS {
331331
severity = "page",
332332
repo = "ops-tracker"

0 commit comments

Comments
 (0)