self-hosted-cookbook/apps/monitors/dockprom.md

13 lines
355 B
Markdown
Raw Normal View History

2020-10-25 20:24:03 +00:00
# Dockprom
A monitoring solution for Docker hosts and containers with Prometheus, Grafana, cAdvisor, NodeExporter and alerting with AlertManager.
- [Github repo](https://github.com/stefanprodan/dockprom)
## installation
```sh
git clone https://github.com/stefanprodan/dockprom
cd dockprom
ADMIN_USER=admin ADMIN_PASSWORD=admin docker-compose up -d
```