added logrotate
This commit is contained in:
10
src/etc/logrotate.d/zabbix-python
Normal file
10
src/etc/logrotate.d/zabbix-python
Normal file
@@ -0,0 +1,10 @@
|
||||
/var/log/zabbix/python.exceptions.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 30
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
create 0644 www-data zabbix
|
||||
copytruncate
|
||||
}
|
||||
Reference in New Issue
Block a user