summaryrefslogtreecommitdiff
path: root/files/config/host/logrotate.CentOS
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2008-07-21 10:32:13 +0200
committerMarcel Haerry <haerry@puzzle.ch>2008-07-21 10:32:13 +0200
commit551262955361a05b9f28c4871a89efaf51488139 (patch)
tree1973cafeb70dbbdd685be68bf0b827145a3c5532 /files/config/host/logrotate.CentOS
parent625265b100f1b4a9448ad9db7013e183487bb072 (diff)
implemented cgi usage for munin graphing for centso
Diffstat (limited to 'files/config/host/logrotate.CentOS')
-rw-r--r--files/config/host/logrotate.CentOS35
1 files changed, 35 insertions, 0 deletions
diff --git a/files/config/host/logrotate.CentOS b/files/config/host/logrotate.CentOS
new file mode 100644
index 0000000..411de3f
--- /dev/null
+++ b/files/config/host/logrotate.CentOS
@@ -0,0 +1,35 @@
+/var/log/munin/munin-update.log {
+ daily
+ missingok
+ rotate 7
+ compress
+ notifempty
+ create 640 munin adm
+}
+
+/var/log/munin/munin-graph.log {
+ daily
+ missingok
+ rotate 7
+ compress
+ notifempty
+ create 660 munin apache
+}
+
+/var/log/munin/munin-html.log {
+ daily
+ missingok
+ rotate 7
+ compress
+ notifempty
+ create 640 munin adm
+}
+
+/var/log/munin/munin-limits.log {
+ daily
+ missingok
+ rotate 7
+ compress
+ notifempty
+ create 640 munin adm
+}