Commit Graph

  • 00a61e13ce Improve procstat Thibault Cohen 2016-03-06 01:42:14 -0500
  • 240f99478a Prevent Inf and NaN from being added, and unit test Accumulator Cameron Sparr 2016-03-07 15:46:23 +0100
  • 41534c73f0 mqtt_consumer: option to set persistent session and client ID Cameron Sparr 2016-03-07 13:56:10 +0100
  • 4bdcf72783 Merge 1c36781c84 into 6139a69fa8 Matt Morrison 2016-03-07 11:19:10 +0000
  • 6139a69fa8 [SNMP Input] SNMPMap() loops forever if table has more than 32 entries Matt Morrison 2016-03-07 17:13:29 +1300
  • 3cca312e61 Adding a TCP input listener Cameron Sparr 2016-03-02 15:31:46 +0000
  • d801860688 Update README.md Thomas Menard 2016-03-07 11:52:58 +0100
  • 3d1f90b67e Update README.md Thomas Menard 2016-03-07 11:49:00 +0100
  • 7e312797ec Grammar corrections and consistency for output-list, input-list Cameron Sparr 2016-03-07 11:42:01 +0100
  • 0d27e58e78 Update README and SampleConfig Thomas Menard 2016-03-07 11:35:08 +0100
  • fe44fa648a Fix the incorrect indent of input-list help message 张光权 2016-03-07 17:41:57 +0800
  • 3249030257 add flags '-input-list' and '-output-list' for telegraf command 张光权 2016-03-06 20:08:51 +0800
  • 8f98c20c51 Add flags -usage-list to print all plugins inputs for telegraf 张光权 2016-03-04 00:09:49 +0800
  • bf71b0f443 Merge 4aed8df520 into 1c76d5d096 Leo Zhang 2016-03-07 10:26:20 +0000
  • d43aeed4cc Postgresql_extensible, ran fmt Thomas Menard 2016-03-07 11:25:26 +0100
  • b2c34f67c5 Merge aa46b9b2d0 into 1c76d5d096 Thibault Cohen 2016-03-07 10:24:43 +0000
  • 1c76d5d096 Improve docker input plugin Thibault Cohen 2016-02-23 23:58:14 -0500
  • 55a47c6a19 Postgresql_extensible, update README.md Thomas Menard 2016-03-07 11:21:05 +0100
  • 0b59196a85 Postgresql_extensible tests are now working Thomas Menard 2016-03-07 11:13:51 +0100
  • 4aed8df520 Fix the incorrect indent of input-list help message 张光权 2016-03-07 17:41:57 +0800
  • 1c36781c84 [SNMP Input] SNMPMap() loops forever if table has more than 32 entries Matt Morrison 2016-03-07 17:13:29 +1300
  • 47004c7ad7 Add processes status stats in system input plugin Thibault Cohen 2016-03-06 01:04:54 -0500
  • 8d702a3432 add flags '-input-list' and '-output-list' for telegraf command 张光权 2016-03-06 20:08:51 +0800
  • f15856d542 Add reload configuration for telegraf service scripts. HUANG Wei 2016-03-05 11:11:53 +0800
  • 13600366cf fix prometheus output david birdsong 2016-03-04 20:05:10 +0000
  • 35f1e28809 Merge pull request #790 from arthtux/master Cameron Sparr 2016-03-04 17:46:12 +0000
  • 299464068b #759 Allow multiple hosts. Auke Willem Oosterhoff 2016-03-04 16:09:07 +0100
  • 975a4c6096 Update test script, wrong package naming Thomas Menard 2016-03-04 15:30:53 +0100
  • 3ef77715b5 Add postgresql_extensible plugin Thomas Menard 2016-03-04 15:22:26 +0100
  • 20999979de Update redis.go Arthur Deschamps 2016-03-04 07:22:54 -0500
  • c6706a86f1 add README.md for redis arthtux 2016-03-03 20:20:03 -0500
  • aa46b9b2d0 Improve docker input plugin Thibault Cohen 2016-02-23 23:58:14 -0500
  • b4b1866286 Removed test functionality from build script. Ross McDonald 2016-03-02 12:06:16 -0600
  • 28eb9b4c29 Fixed issue where binary wasnt copied to packaging directory correctly. Ross McDonald 2016-03-02 11:55:31 -0600
  • 0a9accccc1 Added permissions check to post-install script due to issues with RPMs having the incorrect permissions on the log directory. Ross McDonald 2016-03-02 11:16:30 -0600
  • c3d220175f Removed i386 as a target for darwin, as it currently doesnt compile. Ross McDonald 2016-03-02 11:12:45 -0600
  • 095c90ad22 Re-added zip package output format. Modified zip and tar packaging process to use the base 'tar' and 'zip' commands, instead of 'fpm'. Ross McDonald 2016-03-02 10:42:58 -0600
  • a77bfecb02 Updates to build script to improve ARM builds and other functionality. Ross McDonald 2016-03-02 09:17:15 -0600
  • d7c5a3d063 #759 Add metrics to accumulator. = 2016-03-03 22:14:28 +0100
  • c0114e2471 #759 Use third party package to communicate with Redis. = 2016-03-03 22:00:29 +0100
  • 81db1d4551 Add flags -usage-list to print all plugins inputs for telegraf 张光权 2016-03-04 00:09:49 +0800
  • d65983e05a Merge be37227784 into 72027b5b3c Thibault Cohen 2016-03-03 15:54:43 +0000
  • 72027b5b3c Add README.md for snmp input plugin Thibault Cohen 2016-03-01 19:45:40 -0500
  • e5503c56ad Fix #773 Thibault Cohen 2016-03-01 19:45:01 -0500
  • ee7b225272 Add snmp table feature #540 Thibault Cohen 2016-02-17 00:08:20 -0500
  • 284e5330e0 #759 Forced commit so I can continue at different place. Auke Willem Oosterhoff 2016-03-03 16:49:39 +0100
  • 03d37725a9 dns_query unit tests, require that field exists Cameron Sparr 2016-03-03 15:44:16 +0000
  • 25d5197578 Merge fc8275e7f6 into 29d1cbb673 Pierre Fersing 2016-03-03 15:33:00 +0000
  • 29d1cbb673 Reduce metric_buffer_limit to 1000 Pierre Fersing 2016-03-02 15:38:08 +0100
  • 9619021a61 Merge 0abb1154ea into e81278b800 Auke Willem Oosterhoff 2016-03-03 15:32:02 +0000
  • e81278b800 Fix bug in sample code. Auke Willem Oosterhoff 2016-03-03 14:14:09 +0100
  • e5482a5725 Do not ignore username option for mqtt output Manuel Sangoi 2016-03-03 14:14:50 +0100
  • 88541c92d9 #759 Add basic implementatation of Redis consumer input plugin. Auke Willem Oosterhoff 2016-03-03 15:24:40 +0100
  • 34a333d2f8 Do not ignore username option for mqtt output Manuel Sangoi 2016-03-03 14:14:50 +0100
  • 0abb1154ea #784 Fix bug in sample code. Auke Willem Oosterhoff 2016-03-03 14:14:09 +0100
  • 8464be691e Username not set for mqtt_consumer plugin Pascal Larin 2016-03-02 12:36:23 -0500
  • be37227784 Add README.md for snmp input plugin Thibault Cohen 2016-03-01 19:45:40 -0500
  • 73c8d756b5 statics that lack on MySQL 5.5 is turned off by default Maksadbek 2016-03-03 02:58:08 +0500
  • d5fd6e6b25 mysql plugin, check for existence of table before scanning Maksadbek 2016-02-26 03:16:25 +0500
  • 05d61f9977 remove duplicate function; Mysql plugin GatherTableSchema is configurable Maksadbek 2016-02-26 01:35:27 +0500
  • 72844615e4 Improved mysql plugin shows global variables shows slave statuses shows size and count of binary log files shows information_schema.processlist stats shows perf table stats shows auto increments stats from information schema shows perf index stats shows table lock waits summary by table shows time and operations of event waits shows file event statuses shows events statements stats from perf_schema shows schema statistics refactored plugin, provided multiple fields per insert maksadbek 2015-12-22 12:06:39 +0500
  • 64f9330b66 Improve prometheus plugin Thibault Cohen 2016-03-01 11:12:23 -0500
  • 2e5f470df3 Username not set for mqtt_consumer plugin Pascal Larin 2016-03-02 12:36:23 -0500
  • fc8275e7f6 Reduce metric_buffer_limit to 1000 Pierre Fersing 2016-03-02 15:38:08 +0100
  • ed9937bbd8 Update all dependency hashes Cameron Sparr 2016-03-02 10:23:01 +0000
  • b31664677c Fix #773 Thibault Cohen 2016-03-01 19:45:01 -0500
  • 9901da692a parsed with gofmt Prune Sebastien THOMAS 2016-03-01 14:38:12 -0500
  • fd21f93358 added zookeeper_chroot option Prune Sebastien THOMAS 2016-03-01 14:11:18 -0500
  • b2a4d4a018 Allow ssl option specification for httpjson plugin Cameron Sparr 2016-03-01 17:13:26 +0000
  • ca989b4229 Add snmp table feature #540 Thibault Cohen 2016-02-17 00:08:20 -0500
  • 74aaf4f75b Add udp listener to readme list of plugins Cameron Sparr 2016-03-01 15:46:29 +0000
  • 2945f9daa9 Changelog update Cameron Sparr 2016-03-01 15:11:37 +0000
  • 3b496ab3d8 udp listener: add os buffer size notes & change default port Cameron Sparr 2016-03-01 14:53:55 +0000
  • e1f30aeff9 Add a README for the UDP listener input plugin Andrea Leopardi 2016-02-29 12:14:44 +0100
  • a92e73231d Add tests for the udp_listener input plugin Andrea Leopardi 2016-02-29 12:08:33 +0100
  • 8d91115623 Add generic UDP listener service input Aleksei Magusev and Andrea Leopardi 2016-02-25 16:57:28 +0100
  • 9af8d6912a Remove naoina/toml dependency, use influxdata/toml Cameron Sparr 2016-03-01 10:12:28 +0000
  • 35bcc4d5bd Merge 580c8c09a5 into fe43fb47e1 Pierre Fersing 2016-03-01 09:45:25 +0000
  • fe43fb47e1 Fix test Pierre Fersing 2016-02-29 22:02:33 +0100
  • ca3a80fbe1 Fix invalid DSN after dsnAddTimeout and "" DSN Pierre Fersing 2016-02-29 19:39:22 +0100
  • f0747e76da Fix newly added test Pierre Fersing 2016-02-29 19:04:56 +0100
  • 7416d6ea71 Improve timeout in input plugins Pierre Fersing 2016-02-29 17:52:58 +0100
  • a77878e33d Merge 53332964fa into ea7cbc781e Dirk Pahl 2016-03-01 09:39:14 +0000
  • ea7cbc781e Create a FreeBSD build Dirk Pahl 2016-02-29 15:19:44 +0100
  • 580c8c09a5 Fix test Pierre Fersing 2016-02-29 22:02:33 +0100
  • 01f221d9e1 Merge 7845068b21 into 43b7ce4f6d Timothy J. Raymond 2016-02-29 20:17:11 +0000
  • 0e3a8d8205 Fix invalid DSN after dsnAddTimeout and "" DSN Pierre Fersing 2016-02-29 19:39:22 +0100
  • 3568fb9f93 Support specifying influxdb retention policy Cameron Sparr 2016-02-29 16:13:00 +0000
  • 4f0251b267 Fix newly added test Pierre Fersing 2016-02-29 19:04:56 +0100
  • 322871ddfa Improve timeout in input plugins Pierre Fersing 2016-02-29 17:52:58 +0100
  • 53332964fa Create a FreeBSD build Dirk Pahl 2016-02-29 15:19:44 +0100
  • 43b7ce4f6d Merge pull request #764 from arthtux/master Cameron Sparr 2016-02-29 11:36:32 +0000
  • a80fd93098 Merge 7eaee5f2d3 into baa38d6266 Prawn 2016-02-29 11:35:55 +0000
  • baa38d6266 Fixing Librato plugin bastard 2016-02-26 20:06:56 +0000
  • 1677960caa correct nginx README arthtux 2016-02-28 15:41:16 -0500
  • 0fab573c98 add nginx description arthtux 2016-02-28 15:38:46 -0500
  • 7eaee5f2d3 Fixing Librato plugin bastard 2016-02-26 20:06:56 +0000
  • 04a8e5b888 influxdb output: try to connect on write if there are no conns Cameron Sparr 2016-02-26 16:26:43 +0000
  • 6284e2011c Fix sensor plugin, was splitting on ":" incorrectly Cameron Sparr 2016-02-26 15:10:12 +0000
  • a97c93abe4 add usage_percent into docker readme Cameron Sparr 2016-02-26 15:12:37 +0000