diff --git a/CHANGELOG b/CHANGELOG index 0f9e3d8..359fa6e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add a update-utils.yml playbook to update scripts - base: use a variable to define ntpd server - base: add entry in doas.conf for sd0 in case we have a hard raid +- base: add munin files in newsyslog.conf by default ### Changed diff --git a/roles/base/files/newsyslog.conf b/roles/base/files/newsyslog.conf index 4e84cb3..7359c4c 100644 --- a/roles/base/files/newsyslog.conf +++ b/roles/base/files/newsyslog.conf @@ -13,3 +13,7 @@ /var/log/pflog 600 30 * $D0 ZB "pkill -HUP -u root -U root -t - -x pflogd" /var/www/logs/access.log 644 52 * $W1 Z "pkill -USR1 -u root -U root -x httpd" /var/www/logs/error.log 644 52 * $W1 Z "pkill -USR1 -u root -U root -x httpd" +/var/log/munin/munin-html.log 644 52 * $W5D4 Z +/var/log/munin/munin-limits.log 644 52 * $W5D4 Z +/var/log/munin/munin-node.log 644 52 * $W5D4 Z +/var/log/munin/munin-update.log 644 52 * $W5D4 Z