You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary = "The snmp_exporter service is down on {{ $labels.instance }}.",
244
244
hints = "The snmp_exporter service runs in a Docker container on a GCE VM named 'snmp-exporter' in each M-Lab GCP project. Look at the Travis-CI builds/deploys for m-lab/prometheus-snmp-exporter, or SSH to the VM and poke around."
245
245
}
246
-
247
-
ALERT OverOneBillion
248
-
IF ndt_test_count_total >= 1000000000
249
-
FOR 1m
250
-
LABELS {
251
-
severity = "page"
252
-
}
253
-
ANNOTATIONS {
254
-
summary = "The total number of s2c + c2s tests in our BigQuery DB of tests",
255
-
hints = "Unlike most alerts, when this one fires, we throw a party"
0 commit comments