aboutsummaryrefslogtreecommitdiffstats
path: root/testing/telegraf/telegraf.confd
Commit message (Collapse)AuthorAgeFilesLines
* testing/telegraf: fix package setupGalen Abell2020-01-061-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.3Konstantin Kulikov2019-08-031-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