documentation
This commit is contained in:
19
README.md
19
README.md
@@ -16,22 +16,9 @@
|
|||||||
|
|
||||||
## Backup and Restore
|
## Backup and Restore
|
||||||
|
|
||||||
Using [custom duplicati image](https://git.limbosolutions.com/kb/duplicati) to daily backups files and databases. Every action (backup/restore) creates an measurement in influxdb for reporting and alerts.
|
Using [custom duplicati image](https://git.limbosolutions.com/kb/duplicati) to daily backups files. Every action (backup/restore) creates an log entry on docker.
|
||||||
|
|
||||||
|
Docker Log.
|
||||||
|
|
||||||
### Duplicati - Default Options
|
--run-script-after=dockerlog
|
||||||
|
|
||||||
Notify Influxdb.
|
|
||||||
|
|
||||||
--run-script-after=duplicati-influxdb-notify
|
|
||||||
|
|
||||||
### Duplicati - data job Options
|
|
||||||
|
|
||||||
|
|
||||||
# nginx - telegraf
|
|
||||||
|
|
||||||
sources:
|
|
||||||
|
|
||||||
- https://faun.pub/total-nginx-monitoring-with-application-performance-and-a-bit-more-using-8fc6d731051b
|
|
||||||
- https://www.influxdata.com/blog/telegraf-correlate-log-metrics-data-performance-bottlenecks/
|
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
- PROMTAIL_LOKISERVER_ADDRESS=${PROMTAIL_LOKISERVER_ADDRESS}
|
- PROMTAIL_LOKISERVER_ADDRESS=${PROMTAIL_LOKISERVER_ADDRESS}
|
||||||
command: -config.file=/etc/promtail/config.yml -config.expand-env=true
|
command: -config.file=/etc/promtail/config.yml -config.expand-env=true
|
||||||
duplicati:
|
duplicati:
|
||||||
image: duplicati-mysqlclient:latest
|
image: duplicati-mysqlclient:latest #https://git.limbosolutions.com/kb/duplicati
|
||||||
volumes:
|
volumes:
|
||||||
- duplicati_tmpdata:/data
|
- duplicati_tmpdata:/data
|
||||||
- nginx-conf.d:/bck/nginx-conf.d
|
- nginx-conf.d:/bck/nginx-conf.d
|
||||||
|
|||||||
Reference in New Issue
Block a user