bug
fixed
Prometheus refusing to scrape — connection refused
bill@transcom.net (Transcom IS) ·
2026-04-20 13:00
Prometheus is logging "connection refused" trying to scrape the scanner's /metrics endpoint on 127.0.0.1:9358. The endpoint works with curl. Permissions issue?
Comments (1)
bill@transcom.net (Transcom IS)admin
2026-04-20 14:30
Prometheus config had localhost — needed to bind to 127.0.0.1 explicitly. Also regex chars needed double-backslash escaping in the relabel config.
Sign in to add a comment.