395 Commits

Author SHA1 Message Date
ff9a820b01 Use items() instead of iteritems()
Python3 doesn't support iteritems()
2019-06-21 13:28:18 +02:00
dec1cab940 Merge pull request #103 from asfaltboy/fix/update-apt-cache
Fix: ensure apt-cache is updated before install
2019-05-28 20:40:56 +02:00
4fdafac2d0 fix: ensure apt-cache is updated before install 2019-05-28 19:54:13 +02:00
0c500cf06d Merge pull request #102 from langerma/FreeBSD
on FreeBSD the telegeraf.conf is in root of /usr/local/etc.
2019-05-01 10:22:24 +02:00
ab68b6813b on FreeBSD the telegeraf.conf is in root of /usr/local/etc. so i changed the telegraf_agent_config_path. now the telegraf rc scripts finds the right config and now error about missing directories is thrown. 2019-05-01 10:03:08 +02:00
852cfaa55e Merge pull request #101 from dj-wasabi/minor-changes-for-freebsd
Some changes for fixing FreeBSD
2019-04-27 16:22:01 +02:00
3fdba74518 Some changes for fixing FreeBSD 2019-04-27 16:09:29 +02:00
f843a3f51a Merge pull request #100 from langerma/FreeBSD
basic FreeBSD support
2019-04-27 15:41:04 +02:00
4ab32df6df basic FreeBSD support 2019-04-25 23:52:06 +02:00
ca4a07f87d As per comment in issue the environment argument should be provided 2019-04-21 19:50:14 +02:00
3cd91d0316 Added the use_proxy argument to use a proxy (or not) 2019-04-21 18:51:26 +02:00
27f2665772 Merge pull request #97 from dj-wasabi/minor-changes-for-molecule
Various small changes for molecule
2019-04-21 18:29:24 +02:00
a11694ff86 Various small changes for molecule 2019-04-21 18:17:54 +02:00
567539a637 Updated Changelog for release 0.12.0 0.12.0 2019-03-12 19:51:10 +01:00
69526620d9 Merge pull request #94 from ph4r5h4d/master
Add processors section in Telegraf config
2019-03-12 16:25:37 +01:00
618b8fa540 Add processors sample to README 2019-03-12 17:50:26 +03:30
f59d45a167 Add processors section in Telegraf config
telegraf_processors: 
  - processor: rename
  - processor: rename.replace  
    config:
        - tag = "message"
        - dest = "messages"
2019-03-12 14:21:45 +03:30
857a7a7938 Merge pull request #93 from dj-wasabi/download-from-influxdb
Updated to Telegraf 1.10.0;Different installation methods
2019-03-11 07:26:45 +01:00
dd28f645a9 increasing limit 2019-03-10 12:45:51 +01:00
0aba53bb17 Updated to Telegraf 1.10.0;Different installation methods 2019-03-10 12:39:14 +01:00
8a8d826de4 Merge pull request #92 from sdurrheimer/master
Updating Telegraf default to 1.9.5
2019-02-27 19:11:36 +01:00
499f217ed3 Updating Telegraf default to 1.9.5
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
2019-02-27 15:26:58 +01:00
6f8bf1162c Merge pull request #90 from sdurrheimer/master
Updating Telegraf default to 1.9.4
2019-02-07 21:39:29 +01:00
9d24186e01 Updating Telegraf default to 1.9.4
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
2019-02-07 11:49:40 +01:00
8b0cfeac4d Merge pull request #88 from jgeusebroek/master
Docker enhancements
2019-02-02 17:09:10 +01:00
b88d46ad1a Disable apparmor for Telegraf container (otherwise the logs are swamped with errors). Ignored on other platforms. 2019-02-02 15:52:51 +01:00
2003635e73 Docker telegraf uid and gid configurable 2019-02-02 15:51:19 +01:00
50c4043389 Merge pull request #87 from sdurrheimer/master
Updating Telegraf default to 1.9.3
2019-01-23 16:19:36 +01:00
2086b24b79 Updating Telegraf default to 1.9.3
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
2019-01-23 15:48:28 +01:00
cf84634ce4 Added register 2019-01-23 11:40:11 +01:00
eaa7210976 Merge pull request #86 from dj-wasabi/add-register-for-trying-again
Added register for installation of packages
2019-01-23 11:25:18 +01:00
87c014da34 Set molecule to latest 2019-01-23 10:12:11 +01:00
bf008bec0c Aded a register so installation can be done again. This would also reduce the amount of E405 lint errors 2019-01-23 09:58:00 +01:00
0b285f7772 Minor documentation changes 2019-01-23 09:53:21 +01:00
2c444d97a8 Merge pull request #85 from jgeusebroek/master
Add Docker container support
2019-01-22 19:35:33 +01:00
5785e4a690 Only restart container when docker is the target platform 2019-01-22 19:04:00 +01:00
1d57bf2af8 Fix test 2019-01-22 16:40:13 +01:00
9f98ae6a76 Add Docker container support 2019-01-22 16:24:21 +01:00
35cd29007a Merge pull request #84 from jgeusebroek/master
Remove legacy options
2019-01-22 15:07:26 +01:00
8cdce07205 Update README, remove legacy options 2019-01-21 18:08:55 +01:00
f826414f5f Remove legacy configuration options 2019-01-21 17:24:01 +01:00
f6be7d6a4c Merge pull request #83 from jgeusebroek/master
Fix tagpass and tagdrop
2019-01-21 16:52:22 +01:00
5764b4bc90 item != inputs 2019-01-21 15:37:43 +01:00
07a6cb0135 Fix tagpass & tagdrop on outputs 2019-01-21 15:34:07 +01:00
140597e41d Also fix tagpass and tagdrop for older configuration format 2019-01-21 15:04:33 +01:00
d744a12f6f Fix tagpass and tagdrop syntax 2019-01-21 15:02:32 +01:00
0cb6770905 Merge pull request #81 from pad92/patch-1
[bug] debian - add cache_valid_time
2019-01-17 15:04:46 +01:00
1ccb184813 add cache_valid_time
- influx keep only last version on they repo

set cache_valid_time to 15mintutes to avoid fail install of old telegraf version
2019-01-17 10:43:19 +01:00
88ba1e218f Merge pull request #79 from anthonysr-mc/2019_01_08_amazon_linux
Add Yum repo support for Amazon Linux
2019-01-09 10:41:02 +01:00
5b31515d1b Merge pull request #80 from sdurrheimer/master
Updating Telegraf default to 1.9.2
2019-01-09 10:39:44 +01:00