Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavimaluskam/prometheus-stack
https://github.com/kavimaluskam/prometheus-stack
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kavimaluskam/prometheus-stack
- Owner: kavimaluskam
- License: apache-2.0
- Created: 2018-04-28T12:53:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T09:22:34.000Z (over 6 years ago)
- Last Synced: 2024-10-20T12:40:09.214Z (16 days ago)
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prometheus Stack
Personal setup packages for Prometheus as simple server monitoring## Prometheus Host Server
Below package is used- Prometheus
- Alert Manager
- GrafanaRunning on host server by docker compose
### Grafana Setup
1. Default auth is admin/admin
2. Add data source on http://prometheus:9090
3. Import default metrics dashboard as via `grafana/theme/node-exporter-server-metrics-rev6.json`### Update alert rules
### Add client machines
1. Run node exporter on clients by
`sudo docker run -d -p 9100:9100 --net="host" quay.io/prometheus/node-exporter`
2. Update `prometheus.yaml`
3. Update with `prometheus.yaml` via `curl -X POST http://localhost:9090/-/reload`### Useful links
https://www.robustperception.io/sending-email-with-the-alertmanager-via-gmail/