Commit Graph
13 Commits
Author SHA1 Message Date
GregandDaniel Nelson 3b1ab6f362 Don't add empty healthcheck tags to consul input (#5575) 2019-03-19 13:39:42 -07:00
Daniel Nelson 17460be771 List deprecation version for consul datacentre 2019-01-23 14:12:19 -08:00
Marcelo AlmeidaandDaniel Nelson f739ce2a35 Use datacenter option spelling in consul input (#5320) 2019-01-23 14:10:38 -08:00
Trevor PoundsandDaniel Nelson ee056278f5 Enable gofmt code simplification (#4887) 2018-10-19 13:32:54 -07:00
Leszek CharkiewiczandDaniel Nelson 6d73cb85cc Add consul service tags to metric (#4155) 2018-05-17 14:24:51 -07:00
Daniel NelsonandGitHub de355b76d6 Simplify testing with TLS (#4095) 2018-05-04 16:33:23 -07:00
Daniel NelsonandGitHub 4cefe3eadd Add documentation for existing TLS settings in consul input (#3931) 2018-03-26 19:22:17 -07:00
Sergei SmolianinovandDaniel Nelson d2f9fc7d8c Fix ACL token usage in consul input plugin (#3376) 2017-10-23 12:31:27 -07:00
Lukasz JagielloandDaniel Nelson 91690b1d3e Consul plugin README typo (#2829) 2017-05-19 11:37:31 -07:00
Zack Zatkin-GoldandDaniel Nelson dd537b3382 Fix telegraf example arguments (#2788)
Many of the examples provided within documentation are using a single
dash for the command line arguments, but the telegraf executable
explicitly has two dashes.

There are also some inconsistencies with the ordering of the command
line argument examples.  I've ordered them so that the examples will
show: config, config-directory, input-filter, test
2017-05-12 15:22:29 -07:00
John EngelmanandCameron Sparr 738cbbdbb6 Add numerical representation of Consul health check state. (#2277) 2017-01-28 16:47:25 -08:00
Łukasz HarasimowiczandCameron Sparr 48ae105a11 Fixing consul with multiple health checks per service (#1994)
* plugins/input/consul: moved check_id from regular fields to tags.

When service has more than one check sending data for both would overwrite each other
resulting only in one check being written (the last one). Adding check_id as a tag
ensures we will get info for all unique checks per service.

* plugins/inputs/consul: updated tests
2016-12-20 13:03:31 +00:00
Łukasz HarasimowiczandCameron Sparr 7921d87a45 Added Consul health checks state monitoring. (#1294) 2016-06-01 11:02:28 +01:00