aboutsummaryrefslogtreecommitdiffstats
path: root/testing/telegraf/telegraf.logrotate
diff options
context:
space:
mode:
authorKonstantin Kulikov <k.kulikov2@gmail.com>2019-08-03 04:33:08 +0000
committerLeo <thinkabit.ukim@gmail.com>2019-08-03 18:05:41 -0300
commit22a5b24484b702f61e8a43ef67fa42e2b770f8f8 (patch)
tree8c1fb4c18e8ae2fc0799cd6fd14f52303071b3c4 /testing/telegraf/telegraf.logrotate
parent90358ef3ee8b3b935b21b689f7486b6edb8e81e1 (diff)
downloadaports-22a5b24484b702f61e8a43ef67fa42e2b770f8f8.tar.bz2
aports-22a5b24484b702f61e8a43ef67fa42e2b770f8f8.tar.xz
testing/telegraf: upgrade to 1.11.3
switch from glide to dep remove pkgusers/groups - they're not needed during build simplify build script simplify init.d script move config from /etc/telegraf/telegraf.conf to /etc/telegraf.conf and /etc/telegraf.conf.d remove broken logrotate config, it missed action to force telegraf to reopen log file. log rotation can be done via telegraf config add conf.d file
Diffstat (limited to 'testing/telegraf/telegraf.logrotate')
-rw-r--r--testing/telegraf/telegraf.logrotate8
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/telegraf/telegraf.logrotate b/testing/telegraf/telegraf.logrotate
deleted file mode 100644
index ff1f8a2380..0000000000
--- a/testing/telegraf/telegraf.logrotate
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/telegraf/telegraf.log {
- daily
- missingok
- copytruncate
- rotate 7
- compress
- notifempty
-}