This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
сервис_ротации_журналов [2017/11/07 10:20] val [Linux Logrotate] |
сервис_ротации_журналов [2025/02/18 11:10] (current) val [Linux Logrotate] |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ... | ... | ||
| </code><code> | </code><code> | ||
| - | # less /etc/logrotate.d/rsyslog | + | # cat /etc/logrotate.d/cisco |
| + | </code><code> | ||
| + | /var/log/cisco.log | ||
| + | { | ||
| + | rotate 15 | ||
| + | size 10000k | ||
| + | compress | ||
| + | create 640 syslog adm | ||
| + | postrotate | ||
| + | /etc/init.d/rsyslog rotate >/dev/null 2>&1 | ||
| + | endscript | ||
| + | } | ||
| + | </code><code> | ||
| + | # logrotate -d /etc/logrotate.d/cisco | ||
| # logrotate /etc/logrotate.conf | # logrotate /etc/logrotate.conf | ||