diff options
author | Stefan Wagner <stw@bit-strickerei.de> | 2016-04-15 13:11:03 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-15 13:52:04 +0000 |
commit | 0faf06db560efcce37a86a72a4b56a42dd7e3661 (patch) | |
tree | 473a7eb33e1a08c72fdc4374d3d18230be4cb5e5 /testing/munin/munin.logrotate | |
parent | 95879a2a9b6caaa04c86abc8a732b41c6d7303dd (diff) | |
download | aports-0faf06db560efcce37a86a72a4b56a42dd7e3661.tar.bz2 aports-0faf06db560efcce37a86a72a4b56a42dd7e3661.tar.xz |
testing/munin: new aport
A distributed monitoring/graphing tool
http://munin-monitoring.org/
Diffstat (limited to 'testing/munin/munin.logrotate')
-rw-r--r-- | testing/munin/munin.logrotate | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/munin/munin.logrotate b/testing/munin/munin.logrotate new file mode 100644 index 0000000000..cf480d7c02 --- /dev/null +++ b/testing/munin/munin.logrotate @@ -0,0 +1,12 @@ +/var/log/munin/munin-graph.log +/var/log/munin/munin-cgi-graph.log +/var/log/munin/munin-html.log +/var/log/munin/munin-limits.log +/var/log/munin/munin-update.log { + daily + missingok + copytruncate + rotate 7 + compress + notifempty +} |