telegraf/plugins/inputs
Matt Jones 375710488d Add support for self-signed certs to RabbitMQ input plugin (#1503)
* add initial support to allow self-signed certs

When using self-signed the metrics collection will fail, this will allow
the user to specify in the input configuration file if they want to skip
certificate verification. This is functionally identical to `curl -k`

At some point this functionality should be moved to the agent as it is
already implemented identically in several different input plugins.

* Add initial comment strings to remove noise

These should be properly fleshed out at some point to ensure
code completeness

* refactor to use generic helper function

* fix import statement against fork

* update changelog
2016-07-19 10:24:06 +01:00
..
aerospike Telegraf v1.0 beta 3 2016-07-18 18:20:41 +01:00
all feat(nsq_consumer): Add input plugin 2016-06-23 14:06:36 +01:00
apache
bcache
cassandra cassandra plugin lower version support added 2016-07-18 09:22:20 +01:00
ceph
cgroup Moving cgroup path name to field from tag to reduce cardinality (#1457) 2016-07-14 14:18:55 -06:00
chrony
cloudwatch
conntrack
consul
couchbase
couchdb
disque
dns_query
docker Fix crash in Docker input plugin - Fixes #1195 2016-05-18 11:27:06 +01:00
dovecot
elasticsearch
exec Move exec WaitGroup from Exec instance level to Gather. 2016-07-18 12:18:14 +01:00
filestat
graylog
haproxy New object: ErrChan for concurrent err handling 2016-06-02 13:29:37 +01:00
http_response
httpjson
influxdb
ipmi_sensor
jolokia
kafka_consumer
leofs
logparser Internally name all patterns for log parsing flexibility 2016-07-18 15:44:58 +01:00
lustre2
mailchimp
memcached
mesos
mongodb Use optimeDate to get MongoTimestamp (mongo input plugin). (#1281) 2016-05-27 11:57:17 +01:00
mqtt_consumer
mysql Fetching galera status metrics in MySQL 2016-07-14 15:02:45 -06:00
nats_consumer
net_response
nginx
nsq Improve timeout in input plugins 2016-03-01 09:43:28 +00:00
nsq_consumer feat(nsq_consumer): Add input plugin 2016-06-23 14:06:36 +01:00
nstat
ntpq
passenger
phpfpm
ping Fix darwin ping tests 2016-06-22 18:21:07 +01:00
postgresql
postgresql_extensible
powerdns
procstat procstat plugin: store PID as a field 2016-07-14 15:52:02 -06:00
prometheus Prometheus parser fix, parse headers properly 2016-07-09 22:34:59 +02:00
puppetagent
rabbitmq Add support for self-signed certs to RabbitMQ input plugin (#1503) 2016-07-19 10:24:06 +01:00
raindrops
redis Use errchan in redis input plugin 2016-07-18 17:26:44 +01:00
rethinkdb
riak
sensors
snmp
sqlserver
statsd
sysstat
system fixes #1450 (#1472) 2016-07-10 13:17:53 +01:00
tail Internally name all patterns for log parsing flexibility 2016-07-18 15:44:58 +01:00
tcp_listener Copy metrics for each configured output 2016-07-14 09:16:29 -06:00
trig
twemproxy
udp_listener Copy metrics for each configured output 2016-07-14 09:16:29 -06:00
varnish
webhooks Webhooks plugin: add mandrill (#1408) 2016-07-18 12:41:13 +01:00
win_perf_counters
zfs
zookeeper Considere zookeeper's state as a tags (#1417) 2016-07-16 19:19:21 +01:00
EXAMPLE_README.md
mock_Plugin.go
registry.go