base: add munin files in newsyslog.conf by default

This commit is contained in:
Jérémy Dubois 2022-08-25 17:12:23 +02:00
parent 749f026f32
commit c2e0809865
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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