Last-modified: 2013-02-10 (日) 23:31:25
logrotate/munin-node

概要

私が/etc/logrotate.d/munin-nodeで使用している設定です。
logrotateの設定rsyslogの設定に依存しています。

コード

Everything is expanded.Everything is shortened.
  1
  2
  3
  4
  5
  6
  7
  8
  9
 
 
 
 
 
 
 
 
 
/var/log/munin/munin-node.log {
    daily
    missingok
    rotate 7
    compress
    copytruncate
    notifempty
    create 640 root adm
}

検証時の環境