self-hosted-cookbook/apps/monitors/dockprom.md
Tomasz Borychowski 6a2e89fdcc more apps
2020-10-25 20:24:03 +00:00

13 lines
355 B
Markdown

# 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
```