Commit Graph

208 Commits

Author SHA1 Message Date
Cameron Sparr f6e98c9d88 Allow ssl option specification for httpjson plugin
closes #769
2016-04-08 18:34:47 +02:00
Cameron Sparr 49f5d48cae Changelog update 2016-04-08 18:34:46 +02:00
Cameron Sparr e7d3395edc Remove naoina/toml dependency, use influxdata/toml
closes #745
2016-04-08 18:34:46 +02:00
Pierre Fersing d79ae4ea55 Fix test
closes #771
2016-04-08 18:34:46 +02:00
Cameron Sparr 49a29c0c09 Support specifying influxdb retention policy
closes #692
2016-04-08 18:34:46 +02:00
bastard c85a86d69a Fixing Librato plugin
closes #722
2016-04-08 18:34:46 +02:00
Cameron Sparr dfc10ed8cb Fix sensor plugin, was splitting on ":" incorrectly
closes #748
2016-04-08 18:34:46 +02:00
Cameron Sparr ef8574157d Update readme to 0.10.4.1 2016-04-08 18:34:46 +02:00
Cameron Sparr b5134cd6cb Release 0.10.4 w/ windows builds 2016-04-08 18:34:46 +02:00
Cameron Sparr c8ff491a40 Changelog update, field and name drop and pass params 2016-04-08 18:34:46 +02:00
Matt Heath d8c0668fd8 Add support for multiple field names for timers
closes #737
2016-04-08 18:34:46 +02:00
Cameron Sparr db169fe59a dns query: Don't use mjasion.pl for unit tests, check errs 2016-04-08 18:34:45 +02:00
Cameron Sparr ee1a324590 Fix up config panic points for naoina/toml support
closes #736
2016-04-08 18:34:45 +02:00
Aurélien DEHAY 510e93da43 README updated for pgrep user support
closes #724
2016-04-08 18:34:45 +02:00
Cameron Sparr 351506f318 Set running output quiet mode in agent connect func
closes #701
2016-04-08 18:34:45 +02:00
Marcin Jasion 6414725de9 dns_query plugin fixups:
- renamed plugin to dns_query
- domains are optional
- new record types

closes #694
2016-04-08 18:34:45 +02:00
Jason Coene 00bd78fde6 Minor formatting improvements
closes #727
2016-04-08 18:34:44 +02:00
Cameron Sparr 7d8e883307 Update changelog for 0.10.3 2016-04-08 18:34:44 +02:00
Cameron Sparr 132f89e3fe Root directory cleanup 2016-04-08 18:34:44 +02:00
Dragostin Yanev (netixen) 87027fbacd pugins/outputs/influxdb: Prevent runtime panic.
- Check and return error from NewBatchPoints to prevent runtime panic if
   user provides an unparsable precision time unit in config.
- Provide correct sample config precision examples.
- Update etc/telegraf.conf precision comment.

closes #715
2016-04-08 18:34:44 +02:00
Gabriel Levine e0c6ea7816 cleaned up the httpjson POST function.
closes #688
closes #394
2016-04-08 18:34:44 +02:00
Sergio Jimenez a201b69e9e fix(config): Made sample config consistent.
closes #682
2016-04-08 18:34:44 +02:00
Cameron Sparr 8b4af25c93 changelog update 2016-04-08 18:34:43 +02:00
Cameron Sparr b9293f2778 changelog update 2016-04-08 18:34:43 +02:00
Thibault Cohen a60302a0db Add tcp/udp check connection input plugin
closes #650
2016-04-08 18:34:43 +02:00
Andrei Burd 0d12f2db85 Code formatted, Readme updated based on example
closes #695
2016-04-08 18:34:42 +02:00
Cameron Sparr bfed6ffe53 changelog update 2016-04-08 18:34:42 +02:00
Thomas Menard f53675ab7c postgres plugin bgwriter stats
Add pg_stat_bg_writer stats

closes #683
2016-04-08 18:34:42 +02:00
Cameron Sparr 668e16bb36 MQTT Consumer Input plugin 2016-04-08 18:34:42 +02:00
Dragostin Yanev (netixen) 6b0ea64d1b Change point_buffer to metric_buffer to conform will changes in https://github.com/influxdata/telegraf/pull/676
closes #680
2016-04-08 18:34:42 +02:00
Cameron Sparr 28664fedb2 Support exec input plugin legacy behavior 2016-02-10 13:26:02 -07:00
Miki cabf5d004d added dovecot plugin
closes #671
2016-02-09 14:10:17 -07:00
Dhruv Bansal 893357f01e Updated Riemann output:
* Customizable 'separator' option instead of hard-coded '_'

* String values are sent as "State" instead of "Metric", preventing
  Riemann from rejecting them

* Riemann service name is set to an (ugly) combination of input name &
  (sorted) tags' values...this allows connecting different events for
  the same input together on the Riemann side

closes #642
2016-02-09 11:17:07 -07:00
Cameron Sparr 9273782093 changelog update 2016-02-08 21:34:22 -07:00
Cameron Sparr 6b06a23102 Change [tags] to [global_tags] to deal with toml bug
closes #662
2016-02-08 16:20:47 -07:00
Cameron Sparr b55a93a3e1 update changelog 2016-02-07 09:06:51 -07:00
codehate 9a59512f75 Add: Telegraf CouchDB Plugin
CouchDB Plugin - Formatted Code

closes #652

Minor fix for CouchDB Plugin

Formatted code fix for CouchDB Plugin

CouchDB Plugin - Changed hosts to full urls

CouchDB Plugin - Formatted Code

CouchDB Plugin - Fatal commit from local fix

CouchDB Plugin - Updated test case
2016-02-05 14:14:19 -07:00
Cameron Sparr bd9c5b6995 mqtt output: cleanup, implement TLS
Also normalize TLS config across all output plugins and normalize
comment strings as well.
2016-02-04 10:44:37 -07:00
Cameron Sparr b941d270ce changelog update 2016-02-03 08:35:03 -07:00
Cameron Sparr b97027ac9a Allow exec plugin to parse line-protocol
closes #613
2016-01-30 11:12:59 -07:00
Cameron Sparr 93bb679f9d Fix possible panic if stat is nil
closes #612
2016-01-29 10:47:30 -07:00
Pavel Yudin 40d859354f Add powerdns input plugin
closes #614
2016-01-29 09:40:04 -07:00
Cameron Sparr 9e7c8df384 statsd: allow template parsing fields. Default to value=
closes #602
2016-01-28 16:56:50 -07:00
Rune Darrud f088dd7e00 Added plugin to read Windows performance counters
closes #575
2016-01-28 16:35:13 -07:00
Cameron Sparr 962325cc40 Warn when metrics are being overwritten
closes #601
2016-01-28 14:00:14 -07:00
Cameron Sparr d835c19fce Insert . between msrmnt and field name in datadog output
fixes #600
2016-01-28 12:04:26 -07:00
Marcin Bunsch 1f1384afc6 Use a single measurement with fields for timings in statsd plugin.
closes #603
2016-01-28 12:03:48 -07:00
Cameron Sparr c549ab907a Throughout telegraf, use telegraf.Metric rather than client.Point
closes #599
2016-01-27 23:47:32 -07:00
Cameron Sparr 3a64a01f91 Release 0.10.1 2016-01-27 12:55:06 -07:00
Cameron Sparr 88890fa7c2 Update changelog 2016-01-26 16:05:20 -07:00