User Tools

Site Tools


Sidebar






newpage

communitycloud:services:monitoring:prometheus

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
communitycloud/services/monitoring/prometheus.txt · Last modified: 2016/09/22 16:19 by tkilla