pandorafms/pandora_agents/unix/pandora_agent_logrotate
alejandro.campos@artica.es 609dc7deab changes in agent logrotate
2022-06-28 12:11:13 +02:00

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
}