A server and application monitoring stack based on Prometheus, Loki and Grafana.
.drone.yml | ||
.env.sample | ||
.gitignore | ||
abra.sh | ||
compose.yml | ||
grafana-dashboards.yml | ||
grafana-datasources.yml | ||
grafana-stacks-dashboard.json | ||
grafana-swarm-dashboard.json | ||
loki.yml.tmpl | ||
node-exporter-entrypoint.sh | ||
prometheus.yml | ||
promtail.yml | ||
README.md |
Monitoring
A server and application monitoring stack based on Prometheus, Loki and Grafana.
- Category: Monitoring
- Status: ❷💛
- Images:
prom/prometheus
grafana/grafana
grafana/loki
- Healthcheck: ❶💚
- Backups: ❌
- Email: ❶💚
- Tests: ❌
- SSO: ❸🍎
Basic usage
- Set up Docker Swarm and
abra
- Deploy
coop-cloud/traefik
- Deploy [
coop-cloud/minio
] abra app new monitoring --secrets
(optionally with--pass
if you'd like to save secrets inpass
)abra app YOURAPPDOMAIN config
- be sure to changeGRAFANA_DOMAIN
andPROMETHEUS_DOMAIN
to something that resolves to your Docker swarm boxabra app YOURAPPDOMAIN deploy
- Open the configured domain in your browser to finish set-up