[Script request]: Prometheus Blackbox Exporter #7959
Unanswered
Marfnl
asked this question in
Request script
Replies: 1 comment
-
|
Just as a notification i have already created it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Application Name
Prometheus Blackbox Exporter
Website
https://github.com/prometheus/blackbox_exporter
Description
Prometheus Blackbox Exporter enables monitoring of external endpoints (HTTP, HTTPS, TCP, ICMP, DNS, etc.) from the outside, to verify availability, response times, and connection quality. To my knowledge, the current ProxmoxVE Helper-Scripts collection includes a prometheus-pve-exporter script that integrates internal metrics, but it does not support external endpoint probing.
By introducing a Blackbox Exporter integration, users could complement the internal metrics collection with external health checks—making full-stack monitoring more complete in Proxmox environments.
To my understanding, it should be relatively straightforward to implement using the existing scraparr
script as a jumping-off point, since it already demonstrates a similar lightweight exporter setup flow.
Due Diligence
Beta Was this translation helpful? Give feedback.
All reactions