https://github.com/markruler/node-monitoring
Prometheus + Node Exporter + Grafana
https://github.com/markruler/node-monitoring
node-exporter
Last synced: 4 months ago
JSON representation
Prometheus + Node Exporter + Grafana
- Host: GitHub
- URL: https://github.com/markruler/node-monitoring
- Owner: markruler
- Created: 2024-09-05T11:40:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T12:08:59.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T11:49:39.363Z (about 1 year ago)
- Topics: node-exporter
- Homepage: https://markruler.github.io/posts/os/swap-memory/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Monitoring with Prometheus and Grafana
## Docker Compose 실행
```sh
sudo docker compose up -d
# 제거 시
# sudo docker compose down -v
```
## Grafana Dashboard
- [localhost:3000](http://localhost:3000)
- Account
- username: `admin`
- password: `changeme`
- Data Source
- Prometheus: `http://prometheus:9090`
- Import Dashboard
- Dashboard ID: `1860` ([Node Exporter Full](https://grafana.com/grafana/dashboards/1860-node-exporter-full/))