This commit is contained in:
Michael Grote 2024-08-12 13:22:41 +02:00
parent df4d3152f8
commit dfef55d05f
2 changed files with 0 additions and 56 deletions

View file

@ -19,11 +19,6 @@
src: apache.conf
dest: /etc/apache2/sites-available/000-default.conf
- name: Template logrotate config
ansible.builtin.template:
src: logrotate
dest: /etc/logrotate.d/munin
# (chfn -f 'munin' root) ??? TODO
- name: Enable fgcid

View file

@ -1,51 +0,0 @@
/var/log/munin/munin-update.log {
daily
missingok
rotate 7
compress
delaycompress
notifempty
create 640 munin adm
}
/var/log/munin/munin-graph.log {
daily
missingok
rotate 7
compress
delaycompress
notifempty
create 660 munin munin
}
/var/log/munin/munin-html.log {
daily
missingok
rotate 7
compress
delaycompress
notifempty
create 640 munin adm
}
/var/log/munin/munin-limits.log {
daily
missingok
rotate 7
compress
delaycompress
notifempty
create 640 munin adm
}
/var/log/munin/munin-cgi-graph.log {
daily
missingok
rotate 7
compress
delaycompress
notifempty
#create 640 www-data adm
# see http://munin-monitoring.org/ticket/1152
copytruncate
}