/raspberry-prometheus-elasticsearch

Raspberry pi monitoring using prometheus and elasticsearch example

Primary LanguageDockerfileMIT LicenseMIT

Prometheus monitoring

Build with:

docker build -f prometheus.dockerfile -t prometheus:latest .

Run with:

docker run --rm -ti -p 9090:9090 -v /${PWD}/prometheus:/usr/prometheus/config prometheus:latest