The atop rpms
Find a file
2012-05-14 09:08:22 -05:00
.gitignore New upstream. 2011-06-21 09:07:56 -05:00
atop-1.23-cron.patch - add bug fixes for #445174 2008-05-05 16:36:44 +00:00
atop-1.26-cron.patch Fix, silence cron. 2012-05-14 09:08:22 -05:00
atop.crondaily initial commit 2008-04-03 20:32:59 +00:00
atop.d New upstream. 2011-06-21 09:07:56 -05:00
atop.init initial commit 2008-04-03 20:32:59 +00:00
atop.logrotate Fix cron and logrotate. 2012-05-11 08:13:39 -05:00
atop.service New upstream. 2011-06-21 09:07:56 -05:00
atop.spec Fix, silence cron. 2012-05-14 09:08:22 -05:00
atop.sysconfig initial commit 2008-04-03 20:32:59 +00:00
README.fedora Fix cron and logrotate. 2012-05-11 08:13:39 -05:00
sources New upstream. 2011-06-21 09:07:56 -05:00

A note on logs:

The /var/log/atop/atop.log file is rotated by logrotate.

The other, date-stamped logfiles, cannot be correctly handled by logrotate.  
Since upstream doesn't provide a method for pruning these, I'm not attempting to do so in the 
default configuration of the RPM.  If you need to do so, use something like this:

find /var/log/atop/atop_* -mtime +5 -exec rm {} \;

This would remove anything older than 5 days, and could be placed in a cron job, etc.

-Jon Ciesla
2012-05-11