summaryrefslogtreecommitdiff
path: root/zabbix-logrotate.in
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-07-05 13:33:34 +0000
committerCoprDistGit <infra@openeuler.org>2024-07-05 13:33:34 +0000
commite02a9ffd39cb0b0b823a8b19f61bd23227364014 (patch)
tree9318bffb6d920770838c6a9ffca13da47d14a133 /zabbix-logrotate.in
parentf6d28d7c04688a8470e3652b1532006c2462cb21 (diff)
automatic import of zabbix
Diffstat (limited to 'zabbix-logrotate.in')
-rw-r--r--zabbix-logrotate.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/zabbix-logrotate.in b/zabbix-logrotate.in
new file mode 100644
index 0000000..6eeea97
--- /dev/null
+++ b/zabbix-logrotate.in
@@ -0,0 +1,8 @@
+/var/log/USER/zabbix_COMPONENT.log {
+ missingok
+ monthly
+ notifempty
+ compress
+ copytruncate
+ su USER USER
+}