2014-05-26 09:01:23 +02:00
|
|
|
@CMAKE_INSTALL_FULL_LOCALSTATEDIR@/log/icinga2/icinga2.log @CMAKE_INSTALL_FULL_LOCALSTATEDIR@/log/icinga2/debug.log {
|
2014-01-14 17:24:38 +01:00
|
|
|
daily
|
2014-05-22 12:00:48 +02:00
|
|
|
rotate 7
|
2014-06-13 09:47:26 +02:00
|
|
|
su @ICINGA2_USER@ @ICINGA2_GROUP@
|
2014-01-14 17:24:38 +01:00
|
|
|
compress
|
|
|
|
delaycompress
|
|
|
|
missingok
|
|
|
|
notifempty
|
2014-05-26 09:01:23 +02:00
|
|
|
create 644 @ICINGA2_USER@ @ICINGA2_GROUP@
|
2014-01-14 17:24:38 +01:00
|
|
|
copytruncate
|
2014-05-22 11:22:30 +02:00
|
|
|
postrotate
|
|
|
|
if ! killall -q -USR1 icinga2; then
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
endscript
|
2014-01-14 17:24:38 +01:00
|
|
|
}
|
|
|
|
|
2014-05-26 09:01:23 +02:00
|
|
|
@CMAKE_INSTALL_FULL_LOCALSTATEDIR@/log/icinga2/error.log {
|
2014-05-22 11:22:30 +02:00
|
|
|
daily
|
2014-06-13 09:47:26 +02:00
|
|
|
su @ICINGA2_USER@ @ICINGA2_GROUP@
|
2014-01-14 17:24:38 +01:00
|
|
|
rotate 90
|
|
|
|
compress
|
|
|
|
delaycompress
|
2014-05-22 11:22:30 +02:00
|
|
|
missingok
|
|
|
|
notifempty
|
2014-05-26 09:01:23 +02:00
|
|
|
create 644 @ICINGA2_USER@ @ICINGA2_GROUP@
|
2014-01-14 17:24:38 +01:00
|
|
|
copytruncate
|
2014-05-22 12:00:48 +02:00
|
|
|
# TODO: figure out how to get Icinga to re-open this log file
|
2014-01-14 17:24:38 +01:00
|
|
|
}
|
|
|
|
|