Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uselessscat/raspberry-prometheus-elasticsearch

Raspberry pi monitoring using prometheus and elasticsearch example
https://github.com/uselessscat/raspberry-prometheus-elasticsearch

debian docker elasticsearch go linux prometheus raspberrypi shell

Last synced: 26 days ago
JSON representation

Raspberry pi monitoring using prometheus and elasticsearch example

Awesome Lists containing this project

README

        

# Prometheus monitoring

Build with:

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

Run with:

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