Commit 408cc8e3 authored by Rafael Monnerat's avatar Rafael Monnerat

obs: Update logrotate for future files that will need rotate

parent 8a412ed6
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
sharedscripts sharedscripts
} }
/srv/slapgrid/*/.slapgrid/*.data.json { /srv/slapgrid/*/.slapgrid/monitor/*.data.json /srv/slapgrid/*/.slapgrid/promise/history/*.history.json {
weekly weekly
nocreate nocreate
rotate 104 rotate 104
...@@ -63,3 +63,16 @@ ...@@ -63,3 +63,16 @@
dateformat -%Y-%m-%d dateformat -%Y-%m-%d
notifempty notifempty
} }
/srv/slapgrid/*/.slapgrid/promise/promise_stats.json {
weekly
nocreate
rotate 104
nocompress
missingok
extension .json
dateext
dateformat -%Y-%m-%d
notifempty
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment