diff --git a/prometheus_grafana/readme.md b/prometheus_grafana/readme.md index 3d507ff..c6f24c8 100644 --- a/prometheus_grafana/readme.md +++ b/prometheus_grafana/readme.md @@ -247,12 +247,18 @@ providers: * grafana/provisioning/dashboards/**** * [official documentation](https://grafana.com/docs/grafana/latest/reference/dashboard/) -Preconfigured dashboards from prodigious +Preconfigured dashboards from the prodigious [stefanprodan/dockprom](https://github.com/stefanprodan/dockprom).
-Mostly unchanged, except for default time interval shown changed from 15min to 1 hour, +Mostly unchanged, except for the default time range shown changed from 15min to 1 hour, and [a fix](https://github.com/stefanprodan/dockprom/issues/18#issuecomment-487023049) for host network monitoring not showing traffick. +* **docker_host.json** - dashboard showing linux host metrics +* **docker_containers.json** - dashboard showing docker containers metrics, + except the ones labeled as `monitoring` in the compose file +* **monitoring_services.json** - dashboar showing docker containers metrics + of containers that are labeled `monitoring` + # Reverse proxy Caddy v2 is used, @@ -280,20 +286,20 @@ grafana.{$MY_DOMAIN} { # Update - * [watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) updates the image automaticly +* [watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) updates the image automaticly - * manual image update
- `docker-compose pull`
- `docker-compose up -d`
- `docker image prune` +* manual image update
+ `docker-compose pull`
+ `docker-compose up -d`
+ `docker image prune` # Backup and restore - * **backup** using [borgbackup setup](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/borg_backup) - that makes daily snapshot of the entire directory - - * **restore**
- down the containers `docker-compose down`
- delete the entire prometheus directory
- from the backup copy back the prometheus directortory
- start the container `docker-compose up -d` +* **backup** using [borgbackup setup](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/borg_backup) +that makes daily snapshot of the entire directory + +* **restore**
+ down the containers `docker-compose down`
+ delete the entire prometheus directory
+ from the backup copy back the prometheus directortory
+ start the container `docker-compose up -d`