]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/zabbix_agentd/logrotate
zabbix_agentd: New addon
[ipfire-2.x.git] / config / zabbix_agentd / logrotate
diff --git a/config/zabbix_agentd/logrotate b/config/zabbix_agentd/logrotate
new file mode 100644 (file)
index 0000000..83bbca9
--- /dev/null
@@ -0,0 +1,9 @@
+/var/log/zabbix/zabbix_agentd.log {
+    monthly
+    rotate 12
+    compress
+    delaycompress
+    missingok
+    notifempty
+    create 0640 zabbix zabbix
+}