]> git.ipfire.org Git - ipfire-2.x.git/blob - config/zabbix_agentd/logrotate
core132: Ship updated apache configuration
[ipfire-2.x.git] / config / zabbix_agentd / logrotate
1 /var/log/zabbix/zabbix_agentd.log {
2 monthly
3 rotate 12
4 compress
5 delaycompress
6 missingok
7 notifempty
8 create 0640 zabbix zabbix
9 }