Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uselessscat/raspberry-prometheus-elasticsearch
- Owner: uselessscat
- License: mit
- Created: 2020-09-18T02:55:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T02:57:36.000Z (9 months ago)
- Last Synced: 2024-10-03T20:01:24.618Z (about 1 month 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
```