Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/telegraf: fix package setup | Galen Abell | 2020-01-06 | 1 | -1/+1 |
| | | | | | Telegraf's conf.d command line uses the additional config directory `telegraf.d`, but the package installs the directory `telegraf.conf.d`. | ||||
* | testing/telegraf: upgrade to 1.11.3 | Konstantin Kulikov | 2019-08-03 | 1 | -0/+4 |
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 |