summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2010-10-31 21:19:00 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2010-10-31 21:19:00 +0000
commite6a8b942b92efd08360d03365e24b3d4e5e4b504 (patch)
tree0293fa4a088fbc1d7d3038e1fc7370c26bc3c9a5 /app-admin/collectd/files
parentTemporarily unmask dev-python/pysqlite:0 until media-tv/freevo-2 is released. (diff)
downloadhistorical-e6a8b942b92efd08360d03365e24b3d4e5e4b504.tar.gz
historical-e6a8b942b92efd08360d03365e24b3d4e5e4b504.tar.bz2
historical-e6a8b942b92efd08360d03365e24b3d4e5e4b504.zip
Added a small logrotate file and support for the ipmi and netlink plugins
Package-Manager: portage-2.1.9.23/cvs/Linux x86_64
Diffstat (limited to 'app-admin/collectd/files')
-rw-r--r--app-admin/collectd/files/logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/app-admin/collectd/files/logrotate b/app-admin/collectd/files/logrotate
new file mode 100644
index 000000000000..5d344f6208f1
--- /dev/null
+++ b/app-admin/collectd/files/logrotate
@@ -0,0 +1,9 @@
+#
+# /etc/logrotate.d/collectd
+#
+/var/log/collectd.log {
+ daily
+ rotate 5
+ notifempty
+ missingok
+}