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: 4 months ago
JSON representation
Raspberry pi monitoring using prometheus and elasticsearch example
- Host: GitHub
- URL: https://github.com/uselessscat/raspberry-prometheus-elasticsearch
- Owner: uselessscat
- License: mit
- Created: 2020-09-18T02:55:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T02:57:36.000Z (over 1 year ago)
- Last Synced: 2025-02-24T10:06:59.393Z (4 months ago)
- Topics: debian, docker, elasticsearch, go, linux, prometheus, raspberrypi, shell
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```