Commit Graph

1332 Commits

Author SHA1 Message Date
Daniel Nelson 600f9fa067
Use current time if container read time is zero value (#3437)
(cherry picked from commit cbbdf1043b)
2017-11-07 11:43:29 -08:00
Bob Shannon efa20d05fa
Redact datadog API key in log output (#3420)
(cherry picked from commit fdf12ce6b4)
2017-11-06 17:42:57 -08:00
Daniel Nelson f29a994743
Use explicit schemas in mqtt_consumer input (#3401)
(cherry picked from commit fcfcc803b1)
2017-10-30 15:35:48 -07:00
Daniel Nelson 3c894bb056
Use golang.org/x/sys/unix instead of syscall in diskio (#3384)
(cherry picked from commit 9a062498e7)
2017-10-24 16:26:06 -07:00
Daniel Nelson 145f7da42e
If the connector name cannot be unquoted, use the raw value (#3371)
(cherry picked from commit 6d1777276c)
2017-10-24 15:47:15 -07:00
Sergei Smolianinov 0dd3b0507b
Fix ACL token usage in consul input plugin (#3376)
(cherry picked from commit d2f9fc7d8c)
2017-10-23 12:37:30 -07:00
Daniel Nelson cb9c1653d3
Remove warning when JSON contains null value (#3359)
(cherry picked from commit 4243403432)
2017-10-19 16:35:10 -07:00
Dimitris Rozakis c4cc57956b
Respect path prefix in influx output uri (#3224)
(cherry picked from commit 9c8f4afa37)
2017-10-18 12:58:41 -07:00
Ayrdrie 7d66319f59
Fix mongodb input panic when restarting mongodb (#3355)
(cherry picked from commit a75ab3e190)
2017-10-18 12:26:03 -07:00
Pierre Fersing 22f64f8417
Fix CPU system plugin gets stuck after system suspend (#3342)
(cherry picked from commit f5a9d1bc75)
2017-10-16 14:27:58 -07:00
Daniel Nelson e4835cdc30
Fix case sensitivity issue in sqlserver query (#3336)
(cherry picked from commit 1f348037b7)
2017-10-16 11:27:28 -07:00
Windkit Li 0f905eaee7
Fix snmpwalk address format in leofs input (#3328)
(cherry picked from commit 2f8d0f4d47)
2017-10-12 17:27:24 -07:00
Daniel Nelson 17377b4942
Fix container name filters in docker input (#3331)
(cherry picked from commit fa25e123d8)
2017-10-12 15:55:50 -07:00
Daniel Nelson 8011109466
Remove InfluxDB path prefix test
This tests a feature that is not yet on this branch and the test was
mistakenly backported.
2017-10-05 16:37:58 -07:00
Daniel Nelson 4301b8e32a
Use chunked transfer encoding in InfluxDB output (#3307)
(cherry picked from commit cce40c515a)
2017-10-05 16:17:05 -07:00
Daniel Nelson f7b3eb1ebd
Fix panic in cpu input if number of cpus changes (#3306)
(cherry picked from commit f56dda0ac8)
2017-10-05 16:06:11 -07:00
Daniel Nelson d03e2fca32
Add support for proxy environment variables to http_response (#3302)
(cherry picked from commit a163effa6d)
2017-10-03 15:26:55 -07:00
Daniel Nelson eca00c10e0
Add support for standard proxy env vars in outputs. (#3212)
(cherry picked from commit 7b08f9d099)
2017-10-03 15:26:44 -07:00
Daniel Nelson e77c2b76e7
Fix case sensitivity error in sqlserver input (#3287)
(cherry picked from commit 8e3ed96d6f)
2017-10-02 17:17:10 -07:00
Daniel Nelson c749c43dab
Fix mqtt_consumer connection_timeout test
(cherry picked from commit cdca81c999)
2017-10-02 12:32:05 -07:00
Daniel Nelson cfac750469
Fix format of connection_timeout in mqtt_consumer (#3286)
(cherry picked from commit 3d62e045af)
2017-09-29 16:01:11 -07:00
Daniel Nelson 47b2d04d5b
Allow JSON data format to contain zero metrics (#3268)
(cherry picked from commit 22a9ffbb9d)
2017-09-26 16:03:30 -07:00
Daniel Nelson 8e7cf0109e
Fix parsing of JSON with a UTF8 BOM in httpjson (#3267)
(cherry picked from commit 8614445235)
2017-09-26 15:38:41 -07:00
Daniel Nelson 293b1a0093
Fix dmcache tests with 32bit int
(cherry picked from commit ef5c12bd86)
2017-09-26 15:29:01 -07:00
Daniel Nelson 761ea06d6a
Fix cgroup tests with 32bit int
(cherry picked from commit c013cc1497)
2017-09-26 15:29:01 -07:00
Daniel Nelson 8fafe9878b
Fix ceph tests with 32bit int
(cherry picked from commit bb665cf013)
2017-09-26 15:29:01 -07:00
Daniel Nelson 5da3eef38b
Allow 64bit integers in kernel_vmstat
(cherry picked from commit f823fc73f6)
2017-09-26 15:29:00 -07:00
Trevor Pounds ba5e5ec283
Fix panic in statsd p100 calculation (#3230)
(cherry picked from commit 73372872c2)
2017-09-14 15:30:51 -07:00
Mark Wilkinson - m82labs 558ab0c730
Fix duplicate keys in perf counters sqlserver query (#3175)
(cherry picked from commit 1c5ebd4be3)
2017-09-14 15:05:38 -07:00
Daniel Nelson 72337a1c97
Fix skipped line with empty target in iptables (#3235)
(cherry picked from commit d5f48e3e96)
2017-09-14 15:01:21 -07:00
Trevor Pounds a727d5d1f0
Fix counter and gauge metric types. (#3232)
(cherry picked from commit fa1982323a)
2017-09-14 13:07:30 -07:00
Daniel Nelson 5a77d28837
Whitelist allowed char classes for opentsdb output. (#3227)
(cherry picked from commit 0a8c2e0b3b)
2017-09-13 17:32:03 -07:00
Daniel Nelson 47927c353d
Fix fluentd test
(cherry picked from commit eebee9759f)
2017-09-12 17:58:29 -07:00
Daniel Nelson 0d437140bd
Fix optional field types in fluentd input
(cherry picked from commit 8a68e7424c)
2017-09-12 17:18:29 -07:00
DanKans e9a12bb694
Fix MQTT input exits if Broker is not available on startup (#3202)
(cherry picked from commit 5488f4b3ac)
2017-09-11 12:28:12 -07:00
Daniel Nelson f46370d982
Sort metrics before comparing in graphite test
(cherry picked from commit 98e784faf3)
2017-09-05 12:50:55 -07:00
Daniel Nelson f96cbb48c7
Convert bool fields to int in graphite serializer 2017-08-29 16:30:25 -07:00
Seua Polyakov 9077cb83bc
Skip non-numerical values in graphite format (#3179) 2017-08-29 16:30:25 -07:00
Dylan Meissner b9420e73bd
HTTP headers can be added to InfluxDB output (#3182)
(cherry picked from commit a9a40cbf87)
2017-08-28 17:15:43 -07:00
Jeff Nickoloff 5e104ad974
Added CloudWatch metric constraint validation (#3183)
(cherry picked from commit ac1fa05672)
2017-08-28 17:09:08 -07:00
Ashton Kinslow b15ec21ba7
Fix NSQ input plugin when used with version 1.0.0-compat
(cherry picked from commit 0a6541dfa8)
2017-08-25 18:08:55 -07:00
Rickard von Essen 307210242c
Don't fail parsing of zpool stats if pool health is UNAVAIL on FreeBSD (#3149)
(cherry picked from commit 0502b65316)
2017-08-25 12:59:38 -07:00
Jan Willem Janssen 7480267fd2
Fix parsing of SHM remotes in ntpq input (#3163)
(cherry picked from commit d449833de9)
2017-08-25 11:56:27 -07:00
Daniel Nelson 30949c4596
Update fail2ban documentation
(cherry picked from commit 58751fa4df)
2017-08-25 11:43:49 -07:00
Daniel Nelson 47264bc860
Fix amqp_consumer data_format documentation
closes #3164

(cherry picked from commit 656ce31d98)
2017-08-24 13:18:23 -07:00
Rickard von Essen 48e00f7ea0
Enable hddtemp on all platforms (#3153)
Also disables dmcache tests on non-linux.

(cherry picked from commit f0db4fd901)
2017-08-23 15:16:27 -07:00
Daniel Nelson 257b6a09d9
Don't retry points beyond retention policy (#3155)
(cherry picked from commit 1f4a997164)
2017-08-22 16:55:33 -07:00
Rickard von Essen e6feac735c
Enable fail2ban on all platforms (#3151)
(cherry picked from commit 371638ce56)
2017-08-22 12:59:54 -07:00
Rickard von Essen 6616065acf
Enable chrony for all platforms (#3152)
(cherry picked from commit 53c5d3a290)
2017-08-22 11:50:16 -07:00
Chris Goller d4cd1b7eb4
Add JSON input support to zipkin plugin (#3150)
(cherry picked from commit 13a6b917c3)
2017-08-21 17:28:14 -07:00