icinga2/etc/logrotate.d/icinga2.cmake

22 lines
473 B
CMake
Raw Normal View History

@ICINGA2_LOGDIR@/icinga2.log @ICINGA2_LOGDIR@/debug.log {
daily
rotate 7@LOGROTATE_USE_SU@
2014-01-14 17:24:38 +01:00
compress
delaycompress
missingok
notifempty@LOGROTATE_CREATE@
2014-05-22 11:22:30 +02:00
postrotate
/bin/kill -USR1 $(cat @ICINGA2_INITRUNDIR@/icinga2.pid 2> /dev/null) 2> /dev/null || true
endscript
2014-01-14 17:24:38 +01:00
}
@ICINGA2_LOGDIR@/error.log {
2014-05-22 11:22:30 +02:00
daily
rotate 90@LOGROTATE_USE_SU@
2014-01-14 17:24:38 +01:00
compress
delaycompress
2014-05-22 11:22:30 +02:00
missingok
notifempty@LOGROTATE_CREATE@
# TODO: figure out how to get Icinga to re-open this log file
2014-01-14 17:24:38 +01:00
}