telegraf/plugins
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
..
inputs Add support for self-signed certs to RabbitMQ input plugin (#1503) 2016-07-19 10:24:06 +01:00
outputs Change prometheus replacer to reverse regex replacer 2016-07-18 11:50:22 +01:00
parsers graphite parser: support multiple tag keys 2016-05-25 17:11:28 +01:00
serializers Copy metrics for each configured output 2016-07-14 09:16:29 -06:00