l
This commit is contained in:
parent
df4d3152f8
commit
dfef55d05f
2 changed files with 0 additions and 56 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue