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 = "Neither of the last two attempts to download the maxmind/routeviews feeds were successful.",
228
228
hints = "Check for errors with the downloader service on grafana with the downloader_Error_Count metric, or check the stackdriver logs for the downloader cluster."
229
229
}
230
+
231
+
# Prometheus is unable to get data from the snmp_exporter service.
232
+
ALERT SnmpExporterDownOrMissing
233
+
IF up{job="snmp-exporter"} == 0 OR absent(up{job="snmp-exporter"})
234
+
FOR 10m
235
+
LABELS {
236
+
severity = "ticket"
237
+
}
238
+
ANNOTATIONS {
239
+
summary = "The snmp_exporter service is down on {{ $labels.instance }}.",
240
+
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."
0 commit comments