diff options
author | Mario Preksavec <mario at slackware dot hr> | 2015-02-28 03:30:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 03:30:02 +0700 |
commit | e3c8c6afff14d8f8fec396709117b30cfd207aae (patch) | |
tree | 099d47c17385a377727f9bf08622b93c5a9df8c3 /system/graphite-web/graphite-web.logrotate | |
parent | 46e7f74c3c1ffb67267f8cf290646467b9bd4818 (diff) | |
download | slackbuilds-e3c8c6afff14d8f8fec396709117b30cfd207aae.tar.gz |
system/graphite-web: Added (Enterprise Scalable Realtime Graphing).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/graphite-web/graphite-web.logrotate')
-rw-r--r-- | system/graphite-web/graphite-web.logrotate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/graphite-web/graphite-web.logrotate b/system/graphite-web/graphite-web.logrotate new file mode 100644 index 0000000000..fad29bef4c --- /dev/null +++ b/system/graphite-web/graphite-web.logrotate @@ -0,0 +1,8 @@ +/var/log/graphite/*.log { + weekly + missingok + rotate 4 + compress + notifempty + create 644 graphite graphite +} |