Viewing File: /etc/logrotate.d/zabbix-agent

/var/log/zabbix-agent/zabbix_agentd.log {
    weekly
    rotate 7
    compress
    delaycompress
    missingok
    notifempty
    create 0640 zabbix zabbix
    sharedscripts
    postrotate
        [ -e /run/zabbix/zabbix_agentd.pid ] && invoke-rc.d zabbix-agent force-reload >/dev/null || true
    endscript
}
Back to Directory File Manager