Ticket #144 (closed task: fixed)
Opened 2010-07-29T16:09:24-05:00
Last modified 2011-06-02T13:04:14-05:00
Set up logrotate on skynet
Reported by: | curtis | Owned by: | curtis |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | Server Admin | Version: | |
Severity: | non-issue | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
We are not currently rotating our logs, which means the log files are growing very large over time. We should set it up, and also make sure AWStats still works afterwards.
Relevant articles:
- Creating logfile archives with logrotate
- Installing AWstats
- /usr/share/doc/awstats/README.Debian
Change History
comment:1 Changed 2010-07-29T16:09:30-05:00 by curtis
- Owner set to curtis
- Status changed from new to assigned
comment:3 Changed 2010-10-01T16:53:43-05:00 by curtis
- Milestone changed from biweekly-2010: Sep-20 to Oct-01 to biweekly-2010: Oct-04 to Oct-15
comment:4 Changed 2010-10-04T11:47:56-05:00 by curtis
- Milestone changed from biweekly-2010: Oct-04 to Oct-15 to biweekly-2011: Jan-31 to Feb-11
comment:5 Changed 2011-02-15T10:14:02-06:00 by curtis
- Milestone changed from biweekly-2011: Feb-14 to Feb-25 to biweekly-2011: Apr-11 to Apr-22
comment:6 Changed 2011-04-25T11:27:28-05:00 by curtis
- Milestone changed from biweekly-2011: Apr-11 to Apr-22 to biweekly-2011: Jun-06 to Jun-17
comment:7 Changed 2011-06-02T13:04:14-05:00 by curtis
- Status changed from assigned to closed
- Resolution set to fixed
Both skynet and dev now have logrotate rotating their web logs weekly. The default Apache2 logs were already being rotated—I just had to add the virtual host logs in /var/www/vhosts.
I also updated the skynet Apache2 logrotate script to invoke the update-webstats in a prerotate block, so that no log entries are lost due to rotation.
I will need to closely monitor the cron output for the next couple of weeks to make sure the rotations are working, and that AWStats is still being updated.