====== Prometheus ====== ===== Exporters ===== ==== blackbox_exporter ==== howto build https://github.com/prometheus/blackbox_exporter : export GOPATH=/usr/local/go mkdir -p $GOPATH/src cd $GOPATH/src git clone https://github.com/prometheus/blackbox_exporter.git cd blackbox_exporter go install