Commit Graph

144 Commits

Author SHA1 Message Date
Pierre Fersing a34d7b0754 Ignore more boring filesystems from disk plugin () 2018-06-06 13:44:26 -07:00
Daniel Nelson e00d441056 Update sample config 2018-06-05 11:45:07 -07:00
Mike Gent 850eff5246 Add passive mode exchange declaration option to amqp consumer input () 2018-06-03 15:52:59 -07:00
Mike Gent 986186a440 Add static routing_key option to amqp output () 2018-06-03 15:52:00 -07:00
Daniel Nelson 3f89f35f3f Update mqtt output docs and changelog 2018-05-18 19:03:00 -07:00
jvrahav cbb4dacbc3 Add batch mode to mqtt output () 2018-05-18 18:55:02 -07:00
Daniel Nelson b13b8a04cf Update sample config 2018-05-11 18:18:53 -07:00
Daniel Nelson 55b4fcb40d Simplify testing with TLS () 2018-05-04 16:33:23 -07:00
Daniel Nelson a5586e48e2 Update telegraf.conf 2018-05-02 11:50:11 -07:00
Daniel Nelson 3e184ff8ba Update sample telegraf.conf 2018-04-02 14:40:51 -07:00
Evan Kinney 798fea3109 Add HTTP basic auth support to the http_listener input () 2018-03-23 11:56:49 -07:00
Daniel Nelson 30d595fe0c Update example config 2018-03-07 13:49:04 -08:00
Patrick O'Keeffe a409c6c60a Improve fail2ban use_sudo docs () 2018-03-05 16:32:45 -08:00
Jorge Canha b8a4eae583 Add keep alive support to the TCP mode of statsd () 2018-02-15 20:04:49 -08:00
Daniel Nelson a38fc4270c Fix name error in jolokia2_agent sample config () 2017-12-28 16:10:00 -08:00
Daniel Nelson 589da9c481 Update example config 2017-12-01 11:49:07 -08:00
aromeyer dd6fbb62b5 Add opensmtpd input plugin () 2017-11-20 14:39:13 -08:00
aromeyer f89c774226 Add unbound input plugin () 2017-11-20 14:32:06 -08:00
Felix Geisendörfer e1005ebfab Add CrateDB output plugin () 2017-11-09 14:03:16 -08:00
Lukasz Jagiello 89650bdf52 Add Solr input plugin () 2017-11-07 16:44:09 -08:00
Windkit Li 6a433f97e4 Fix snmpwalk address format in leofs input () 2017-10-12 17:26:14 -07:00
Daniel Nelson fbb1cd0903 Update example config 2017-09-29 16:09:31 -07:00
Lukasz Jagiello 77c7b6bee5 Add support for NSQLookupd to nsq_consumer () 2017-09-25 16:33:05 -07:00
Dimitris Rozakis 9cb7b2c249 Respect path prefix in influx output uri () 2017-09-13 17:27:01 -07:00
Daniel Nelson cd40999225 Use ip address for default InfluxDB ip in config
Helps with initial setup if localhost cannot be resolved due to the pure
go resolver.
2017-09-05 12:55:21 -07:00
Daniel Nelson 580fd73468 Update histogram aggregator documentation () 2017-08-18 13:24:05 -07:00
Daniel Nelson 36b1ad979d Update example config 2017-08-17 18:54:06 -07:00
Daniel Nelson c267b8d617 Update sample config 2017-08-16 16:46:40 -07:00
Slawomir Skowron b9b5b74ede Add TCP listener for statsd input () 2017-08-08 11:41:26 -07:00
Vladislav Mugultyanov 265a558958 Add histogram aggregator plugin () 2017-07-31 11:33:51 -07:00
Aleksey Shirokih 45c1fd1950 Change default prometheus_client port () 2017-06-29 14:03:42 -07:00
vodolaz095 ab876bb525 Add support for RethinkDB 1.0 handshake protocol ()
Allow rethinkdb input plugin to work with RethinkDB 2.3.5+ databases that requires username,password authorization and Handshake protocol v1.0

* remove top level header not required in sample config

* remove top level header not required in sample config
2017-06-26 14:29:48 -07:00
Eugene Shilin a7e3033646 Add standard SSL options to mysql input () 2017-06-19 11:42:43 -07:00
Dheeraj Dwivedi a27b074588 Add secure connection support to graphite output () 2017-06-13 13:42:11 -07:00
Seuf a24f7a0a05 Add Kafka 0.9+ consumer support () 2017-06-07 18:22:28 -07:00
Daniel Nelson 99f3dbcd60 Update telegraf.conf 2017-04-28 13:47:32 -07:00
Daniel Nelson b60c8f1899 Fix grammar 2017-04-27 14:59:18 -07:00
Daniel Nelson 786915aa2a Update telegraf.conf 2017-04-27 11:53:32 -07:00
François de Metz b7c34a3ff3 GitHub webhooks: check signature () 2017-04-17 11:42:03 -07:00
Daniel Nelson 3bf45f9365 Update telegraf.conf 2017-03-27 14:49:04 -07:00
Chris Koehnke e37b28896e Disk counter array newline ()
Tweak formatting of `LogicalDisk` counter array to have one entry per
line.
2017-03-02 08:43:33 +00:00
Fabio Berchtold fc76f47e43 Rewriting Riemann output plugin ()
* rename to riemann_legacy

Signed-off-by: Fabio Berchtold <fabio.berchtold@swisscom.com>

* initial draft for Riemann output plugin rewrite

Signed-off-by: Fabio Berchtold <fabio.berchtold@swisscom.com>

* add unit tests

Signed-off-by: Fabio Berchtold <fabio.berchtold@swisscom.com>

* add option to send string metrics as states

Signed-off-by: Fabio Berchtold <fabio.berchtold@swisscom.com>

* add integration tests

Signed-off-by: Fabio Berchtold <fabio.berchtold@swisscom.com>

* add plugin README.md

Signed-off-by: Fabio Berchtold <fabio.berchtold@swisscom.com>

* bump riemann library

* clarify settings description

Signed-off-by: Fabio Berchtold <fabio.berchtold@swisscom.com>

* update Readme.md with updated description

Signed-off-by: Fabio Berchtold <fabio.berchtold@swisscom.com>

* add Riemann event examples

Signed-off-by: Fabio Berchtold <fabio.berchtold@swisscom.com>

* use full URL for Riemann server address

Signed-off-by: Fabio Berchtold <fabio.berchtold@swisscom.com>

closes 
2017-01-27 14:54:59 -08:00
Pierre Fersing de38403899 Added more Windows metrics ()
Signed-off-by: Pierre Fersing <pierre.fersing@bleemeo.com>
2017-01-24 12:38:10 -08:00
Cameron Sparr 51d343785e update etc/telegraf.conf 2017-01-12 11:14:12 +00:00
Matt O'Hara b0609beb2b Add clusterstats to elasticsearch plugin ()
* add clusterstats to elasticsearch input plugin

* add clusterstats to elasticsearch input plugin

* add clusterstats to elasticsearch input plugin

* add clusterstats to elasticsearch input plugin

* add clusterstats to elasticsearch input plugin

* responses to requested changes

* remove unnecessary recommendation
2016-12-20 16:30:03 +00:00
Christian Eichelmann efb64a049f add a hint to possible basic authentication settings 2016-12-09 12:58:54 +00:00
Chris Goller fbf5bee051 Update win_pref_counter to include Processor Queue Length in examples. () 2016-11-16 13:16:44 +00:00
John Engelman 5d3850c44e Update docs on Cloudwatch. Set default period to 5m. () 2016-11-07 12:14:04 +00:00
Cameron Sparr e84b356a12 Update etc/telegraf.conf 2016-11-04 13:18:44 +00:00
Cameron Sparr 16081b2d1a Update etc/telegraf.conf 2016-11-03 14:31:55 +00:00