head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2010.10.31.21.19.00;	author dilfridge;	state Exp;
branches;
next	;
commitid	6d034ccddd444567;


desc
@@


1.1
log
@Added a small logrotate file and support for the ipmi and netlink plugins

(Portage version: 2.1.9.23/cvs/Linux x86_64)
@
text
@#
#      /etc/logrotate.d/collectd
#
/var/log/collectd.log {
    daily
    rotate 5
    notifempty
    missingok
}
@
