Releases: coopdevs/monitoring-role
Releases · coopdevs/monitoring-role
v0.7.0
v0.6.0
v0.5.0
v0.4.7
Fixed: Add missing variable in Odoo Promtail conf.
Full Changelog: v0.4.6...v0.4.7
v0.4.6
What's Changed
- restart always postgres exporter + owner docker_compose monitor by @jordiisidro in #25
Full Changelog: v0.4.5...v0.4.6
v0.4.5
What's Changed
- fix backup path & folder path by @jordiisidro in #24
New Contributors
- @jordiisidro made their first contribution in #24
Full Changelog: v0.4.4...v0.4.5
-
Changed the substitution pattern as it was not working correctly (created a new folder called
'restic-std{out,err}.log'
in/var/log/cron.d/
instead of readingrestic-stdout.log
&restic-stderror.log
. -
Also related, a bug during debugging added some extra confusion and led us to change the mounted folder to promtail's docker-compose because https://tachingchen.com/blog/container-file-mount-dose-not-update-with-changes-from-host/
(Note that this doesn't apply when running the normal log flow, but when you manually modify the file to test the setup.)