pandorafms/pandora_agents/unix/pandora_agent_logrotate

14 lines
197 B
Plaintext

/var/log/pandora/pandora_agent.log {
weekly
missingok
size 300000
rotate 3
maxage 90
compress
notifempty
copytruncate
postrotate
/bin/systemctl restart pandora_agent_daemon
endscript
}