2015-01-21 05:00:07 -05:00
|
|
|
# vim: sts=2 ts=2 sw=2 et ai
|
2015-01-01 13:57:08 -05:00
|
|
|
logrotate:
|
2015-01-22 06:35:58 -05:00
|
|
|
lookup:
|
2015-03-13 08:19:23 -04:00
|
|
|
pkg: logrotate
|
|
|
|
service: crond
|
2017-02-14 08:34:35 -05:00
|
|
|
default_config:
|
|
|
|
- weekly
|
|
|
|
- rotate: 52
|
|
|
|
- create
|
|
|
|
- compress
|
|
|
|
- dateext
|
2015-01-21 05:00:07 -05:00
|
|
|
jobs:
|
2015-05-05 09:20:54 -04:00
|
|
|
/tmp/var/log/mysql/error:
|
|
|
|
config:
|
|
|
|
- weekly
|
|
|
|
- missingok
|
|
|
|
- rotate 52
|
|
|
|
- compress
|
|
|
|
- delaycompress
|
|
|
|
- notifempty
|
|
|
|
- create 640 root adm
|
|
|
|
- sharedscripts
|
|
|
|
mysql:
|
2016-01-26 11:53:08 -05:00
|
|
|
path:
|
|
|
|
- /tmp/var/log/mysql/*.log
|
2015-05-05 09:20:54 -04:00
|
|
|
config:
|
|
|
|
- weekly
|
|
|
|
- missingok
|
|
|
|
- rotate 52
|
|
|
|
- compress
|
|
|
|
- delaycompress
|
|
|
|
- notifempty
|
|
|
|
- create 640 root adm
|
|
|
|
- sharedscripts
|
2016-01-26 05:40:30 -05:00
|
|
|
syslog:
|
|
|
|
path:
|
|
|
|
- /var/log/cron
|
|
|
|
- /var/log/maillog
|
|
|
|
- /var/log/messages
|
|
|
|
- /var/log/secure
|
|
|
|
- /var/log/spooler
|
|
|
|
- /var/log/slapd.log
|
|
|
|
config:
|
|
|
|
- sharedscripts
|
|
|
|
- postrotate
|
|
|
|
- /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
|
|
|
|
- endscript
|