Commit Graph

217 Commits

Author SHA1 Message Date
Thibault Cohen d8d81b193f Improve procstat
closes #799
2016-04-08 18:34:48 +02:00
Cameron Sparr bf8a7b4a17 mqtt_consumer: option to set persistent session and client ID
closes #797
2016-04-08 18:34:48 +02:00
Cameron Sparr 3b8eaeb234 Adding a TCP input listener
closes #481
2016-04-08 18:34:48 +02:00
Cameron Sparr b863992a13 Grammar corrections and consistency for output-list, input-list
closes #788
2016-04-08 18:34:48 +02:00
Thibault Cohen 69735af530 Improve docker input plugin
closes #754
2016-04-08 18:34:47 +02:00
Ross McDonald 03c3730788 Removed test functionality from build script.
closes #708
closes #713
2016-04-08 18:34:47 +02:00
Thibault Cohen cfea257aa1 Add README.md for snmp input plugin
closes #735
closes #773
closes #540
2016-04-08 18:34:47 +02:00
Manuel Sangoi 0cf2e605ae Do not ignore username option for mqtt output 2016-04-08 18:34:47 +02:00
Pascal Larin 8e988fd572 Username not set for mqtt_consumer plugin
Username parameter for the mqtt_consumer plugin was not pass to the client because an incorrect empty check.

closes #781
2016-04-08 18:34:47 +02:00
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