summaryrefslogtreecommitdiff
path: root/files/config/host/logrotate.CentOS
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-07-22 21:14:46 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-07-22 21:14:46 +0000
commit9579c7f3228be87d120886b1440f4eda09234bf4 (patch)
treee29ce2d21362daec4d7e092b700928dd0c39cfe4 /files/config/host/logrotate.CentOS
parenta0eba1c444207b6fad449e3de61d60fcdd6994d9 (diff)
merged with immerda
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1915 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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
+}