Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cterence/monitoring-compose-stack
https://github.com/cterence/monitoring-compose-stack
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cterence/monitoring-compose-stack
- Owner: cterence
- Created: 2021-02-20T18:30:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:59:59.000Z (11 months ago)
- Last Synced: 2023-12-15T09:58:37.867Z (11 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monitoring Docker-Compose stack
[Reference article, credits to M. Franck Bebel](https://medium.com/ouidou/un-monitoring-complet-en-quelques-minutes-avec-prometheus-33e849e6392e)
Monitoring software stack for device and HTTP endpoint monitoring with Slack alerting.
Including Grafana, Prometheus, Blackbox, Alertmanager and Prometheus Node Exporter
## Build & Install
```
cp alertmanager/alertmanager.yml.example alertmanager/alertmanager.yml
cp prometheus/prometheus.yml.example prometheus/prometheus.yml
```You need to supply the slack webhook link in `alertmanager/alertmanager.yml`
Add HTTP endpoints in the `prometheus/prometheus.yml` file with the same format as the one provided (Prometheus self monitoring)
```
docker-compose up -d
```Go to `localhost:3000` in your browser, you can then begin the setup of Grafana