You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
.drone.yml | 1 year ago | |
.env.sample | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 9 months ago | |
abra.sh | 1 year ago | |
compose.yml | 8 months ago | |
grafana-dashboards.yml | 1 year ago | |
grafana-datasources.yml | 1 year ago | |
grafana-stacks-dashboard.json | 1 year ago | |
grafana-swarm-dashboard.json | 1 year ago | |
grafana-traefik-dashboard.json | 1 year ago | |
loki.yml.tmpl | 1 year ago | |
node-exporter-entrypoint.sh | 1 year ago | |
prometheus.yml.tmpl | 1 year ago | |
promtail.yml | 1 year ago |
README.md
Monitoring
A server and application monitoring stack based on Prometheus, Loki and Grafana.
- Category: Utilities
- Status: 2, beta
- Images:
prom/prometheus
grafana/grafana
grafana/loki
, upstream - Healthcheck: 3
- Backups: No
- Email: 3
- Tests: No
- SSO: 1
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