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: 1 day 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T02:57:36.000Z (12 months ago)
- Last Synced: 2025-01-11T23:16:08.410Z (4 days 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
```