From 0fbec695a4349fab9a3cab142215bde3237d5fa2 Mon Sep 17 00:00:00 2001 From: Holger Sielaff Date: Wed, 1 Oct 2025 12:21:10 +0200 Subject: [PATCH] added logrotate --- src/etc/logrotate.d/zabbix-python | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/etc/logrotate.d/zabbix-python diff --git a/src/etc/logrotate.d/zabbix-python b/src/etc/logrotate.d/zabbix-python new file mode 100644 index 0000000..3e04c7a --- /dev/null +++ b/src/etc/logrotate.d/zabbix-python @@ -0,0 +1,10 @@ +/var/log/zabbix/python.exceptions.log { + daily + missingok + rotate 30 + compress + delaycompress + notifempty + create 0644 www-data zabbix + copytruncate +}