Commit Graph

266 Commits

Author SHA1 Message Date
Josh Hardy 413e5ab22a Add CloudWatch input plugin
Rebased commit of previously reviewed branch.
Added cloudwatch client Mock and more rich unit tests.

closes #935
closes #936
2016-04-08 18:34:53 +02:00
Sergio Jimenez e75d371495 input(docker): Cleanup
* Removed leftovers, unused code

closes #957
fixes #645
2016-04-08 18:34:53 +02:00
Cameron Sparr 2966545588 Reduce TCP listener allocations 2016-04-08 18:34:53 +02:00
Cameron Sparr 2cba540d87 Make the UDP input buffer only once 2016-04-08 18:34:53 +02:00
Martti Rannanjärvi 91647d4282 dovecot: remove extra newline from stats query
Extra newline in the stats query is interpreted as an empty query
which is an error for dovecot.

closes #972
2016-04-08 18:34:53 +02:00
Armin Wolfermann c78c7f994c ipmi_sensors: Allow : in password
closes #969
2016-04-08 18:34:53 +02:00
Cameron Sparr c846610391 processes plugin: fix case where there are spaces in cmd name
fixes #968
2016-04-08 18:34:53 +02:00
Cameron Sparr 6da4c5fd76 Release 0.12 2016-04-08 18:34:52 +02:00
Cameron Sparr 80637ec3cf Changelog update 2016-04-08 18:34:52 +02:00
Cameron Sparr a4f4fc9385 Godeps: update wvanbergen/kafka dependency
see https://github.com/wvanbergen/kafka/pull/87

fixes #805
2016-04-08 18:34:52 +02:00
Cameron Sparr 3f624785e5 config: parse environment variables in the config file
closes #663
2016-04-08 18:34:52 +02:00
Cameron Sparr 7b14accc9f Update changelog with config file PR 2016-04-08 18:34:52 +02:00
Florent Ramière 2f640debb6 Update changelog
closes #945
2016-04-08 18:34:52 +02:00
Rudenkovk Konstantin 3ef3b1ecbd Fix parse fcgi URI path in php-fpm input module
closes #934
2016-04-08 18:34:52 +02:00
Cameron Sparr 2ab5099681 changelog fixup 2016-04-08 18:34:52 +02:00
Cameron Sparr f3aad58693 changelog & readme update 2016-04-08 18:34:52 +02:00
Cameron Sparr 798e8d0f9f Deprecate statsd convert_names option, expose separator
closes #876
2016-04-08 18:34:51 +02:00
Adam Argo 5db6329147 PR feedback changes
closes #927
2016-04-08 18:34:51 +02:00
Thibault Cohen eb21a061f7 SNMP plugin fixes
fixes #873
2016-04-08 18:34:51 +02:00
Cameron Sparr 37f93b4c44 memcached unix socket: fix panic. Do not recreate conn inside if
closes #841
2016-04-08 18:34:51 +02:00
Cameron Sparr 87bdff4321 Fix prometheus label names, and dont panic if invalid
fixes #907
2016-04-08 18:34:51 +02:00
Cameron Sparr 4170117ad5 Update gopsutil dependency
closes #656
2016-04-08 18:34:51 +02:00
Cameron Sparr 013804437a Allow users to tell telegraf Agent not to include host tag
closes #848
2016-04-08 18:34:51 +02:00
Cameron Sparr 649d03e3d7 influxdb output: quote the database name
closes #898
2016-04-08 18:34:51 +02:00
Thibault Cohen f603b4bfc8 Add nagios parser for exec input plugin
closes #762
2016-04-08 18:34:51 +02:00
Chris H (CruftMaster) f188f8eade GREEDY field templates for the graphite parser, and support for multiple specific field names
closes #789
2016-04-08 18:34:51 +02:00
Cameron Sparr 7698e77eb5 Update readme, changelog for couchbase plugin
closes #866
closes #482
2016-04-08 18:34:51 +02:00
Thomas Menard 029b20340d Remove the columns used as tag
closes #844
2016-04-08 18:34:50 +02:00
Cameron Sparr 386d5a3ccf Do not write metrics if there are 0 to write
closes #884
2016-04-08 18:34:50 +02:00
Cameron Sparr c56e4d4217 TLS config: if only given ssl_ca, create tls config anyways
fixes #890
2016-04-08 18:34:50 +02:00
Cameron Sparr 744ce265b5 Update changelog 2016-04-08 18:34:50 +02:00
Balakrishnan ff9e079968 Updated Change log #881 2016-04-08 18:34:50 +02:00
Lukasz Jagiello a3f096aaf2 Duplicate line 2016-04-08 18:34:50 +02:00
Marcelo Salazar 965bf0ec51 added json serializer
closes #878
2016-04-08 18:34:50 +02:00
Jonathan Chauncey cac499d621 fix(prometheus): Add support for bearer token to prometheus input plugin
closes #864
merges #880
2016-04-08 18:34:50 +02:00
Eugene Dementiev a7b875d99b [amqp output] Allow external auth (cert-based tls auth)
closes #863
2016-04-08 18:34:49 +02:00
Thibault Cohen 1fbee019fc Improve prometheus plugin
closes #707
2016-04-08 18:34:49 +02:00
Cameron Sparr 4465fbeee6 Changelog update for 0.11.1 2016-04-08 18:34:49 +02:00
Cameron Sparr 9bd488e5b0 Changelog update 2016-04-08 18:34:49 +02:00
Cameron Sparr 0c4429c1bb Fix bug with httpjson client pointer receiver
fixes #859
2016-04-08 18:34:49 +02:00
LordFPL 99bfc6ba64 (very) Little error in changelog
We are not going in the past, no ? ;)
2016-04-08 18:34:49 +02:00
Cameron Sparr d4cef0adec Release 0.11.0 2016-04-08 18:34:49 +02:00
Cameron Sparr 9f39d083db Input plugin for running ntp queries
see #235
2016-04-08 18:34:49 +02:00
Thomas Menard 667127b189 Fix postgresql password exposure in metrics
Fix the password exposure in the metrics or tags.

closes #821
closes #845
2016-04-08 18:34:49 +02:00
Cameron Sparr 3923c02979 Add a "kernel" plugin for /proc/stat statistics
see #235
2016-04-08 18:34:49 +02:00
Thibault Cohen a44c093fa7 Fix #828
closes #828
closes #829
2016-04-08 18:34:48 +02:00
Cameron Sparr 2cf5685519 Add number of users to 'system' plugin
see #235
2016-04-08 18:34:48 +02:00
Cameron Sparr d4fe485d18 Cross platform support for the 'processes' plugin
closes #798
2016-04-08 18:34:48 +02:00
Prune Sebastien THOMAS 52f4980bc2 parsed with gofmt
closes #776
2016-04-08 18:34:48 +02:00
Thibault Cohen d8d81b193f Improve procstat
closes #799
2016-04-08 18:34:48 +02:00