nagios/nagios.logrotate

16 lines
363 B
Plaintext
Raw Permalink Normal View History

2020-03-16 14:12:11 +08:00
# Important! Nagios rotates its own logs. Only enable this logrotate if you
# know what you are doing!
# For more information please see "log_rotate_method" in:
# /etc/nagios/nagios.cfg
# ----- logrotate config -------------
#/var/log/nagios/*.log {
# missingok
# weekly
# notifempty
# nocompress
# create 644 nagios nagios
#}