Daniel Nelson
d3562b7730
Update changelog
2017-06-06 13:55:11 -07:00
Frederick Roth
38b760936d
Add result_type field for http_response input ( #2814 )
2017-06-06 13:39:07 -07:00
Daniel Nelson
ef72c5703b
Update changelog
2017-06-06 11:56:19 -07:00
Mariusz Brzeski
4bfef75fdb
Fix timeout option in Windows ping input sample configuration ( #2885 )
2017-06-06 11:55:01 -07:00
Daniel Nelson
b2d208bb0d
Update changelog
2017-06-05 14:47:34 -07:00
Sebastian Borza
1b3c2cdedf
Add timezone support to logparser timestamps ( #2882 )
2017-06-05 14:45:11 -07:00
Daniel Nelson
3e946994ba
Update changelog
2017-06-05 12:46:50 -07:00
Daniel Nelson
c1da0002c0
Fix udp metric splitting ( #2880 )
2017-06-05 12:44:29 -07:00
Daniel Nelson
3103fc775d
Set 1.3.1 release date
2017-05-31 15:00:31 -07:00
Daniel Nelson
e9c233746f
Generate sha256 hashes when packaging
2017-05-31 12:29:39 -07:00
Daniel Nelson
928320ae8d
Update changelog
2017-05-30 17:40:37 -07:00
Daniel Nelson
25d3f06756
Fix length calculation of split metric buffer ( #2869 )
2017-05-30 17:38:32 -07:00
Daniel Nelson
3d16d714d0
Update changelog
2017-05-30 11:04:39 -07:00
Steve Nardone
e39ebdadd1
Fix panic in mongo input ( #2848 )
2017-05-30 11:02:26 -07:00
Daniel Nelson
88e4c6335b
Update changelog
2017-05-26 12:12:18 -07:00
Matteo Cerutti
c8b7739237
MySQL input: log and continue on field parse error ( #2855 )
2017-05-26 12:09:43 -07:00
Daniel Nelson
5065a6e7f5
Update changelog
2017-05-25 16:20:29 -07:00
Daniel Nelson
db5560e2ea
Update gopsutil version
...
fixes #2856
2017-05-25 16:11:49 -07:00
Daniel Nelson
a6fb50efd1
Update changelog
2017-05-25 13:39:16 -07:00
Daniel Nelson
f3321bc194
Fix influxdb output database quoting ( #2851 )
2017-05-25 13:25:52 -07:00
Olivier Lambert
d3241d5fd2
Add documentation for fetching metrics on Caddy HTTP and Prometheus ( #2853 )
2017-05-25 13:07:49 -07:00
Sylvain Boily
fba7735d96
Documentation privilege requirements for specific procstat metrics ( #2787 )
2017-05-25 13:06:27 -07:00
Matteo Cerutti
c505e015b3
Add timeout option to ipmi_sensor plugin - solves #2817 ( #2818 )
2017-05-22 13:41:34 -07:00
Daniel Nelson
c97f65c100
Remove changelog item from pull request template
...
Person who merges PR is now expected to update the CHANGELOG.
2017-05-22 12:06:48 -07:00
Daniel Nelson
4e46842546
Update CHANGELOG with fixed issue #1137
2017-05-22 12:01:22 -07:00
Steven Burgart
35004c5170
Fix multiple plugin loading in win_perf_counters ( #2800 )
2017-05-22 11:58:00 -07:00
Daniel Nelson
0bb9de5fe3
Update dependency license file
2017-05-19 18:03:49 -07:00
Lukasz Jagiello
ba74206597
Consul plugin README typo ( #2829 )
2017-05-19 11:37:31 -07:00
Daniel Nelson
bc6c311ffb
Update changelog
2017-05-18 18:11:49 -07:00
rsingh2411
f28f166069
Add Docker container environment variables as tags. Only whitelisted #2580 ( #2581 )
2017-05-18 16:58:34 -07:00
mced
02d40565c6
[enh] set db_version at 0 if query version fails ( #2819 )
2017-05-18 13:52:56 -07:00
Daniel Nelson
5d7127e4e4
Update changelog for #2815
2017-05-16 17:37:51 -07:00
Timo Mihaljov
b66e53a2ac
Handle process termination during read from /proc ( #2816 )
...
Fixes #2815 .
2017-05-16 17:33:35 -07:00
Frederick Roth
ec3c27a555
Fixed inconsistency between HasIntField and IntField ( #2813 )
2017-05-16 15:25:30 -07:00
Daniel Nelson
f29cd638c9
Add release date for 1.3.0
2017-05-15 19:52:35 -07:00
Daniel Nelson
4a827243fc
Add back the changelog entry for 2141
2017-05-15 12:54:03 -07:00
Daniel Nelson
dd0c04b6e2
Only split metrics if there is an udp output ( #2799 )
2017-05-12 15:34:05 -07:00
Zack Zatkin-Gold
61be19b1f0
Fix telegraf example arguments ( #2788 )
...
Many of the examples provided within documentation are using a single
dash for the command line arguments, but the telegraf executable
explicitly has two dashes.
There are also some inconsistencies with the ordering of the command
line argument examples. I've ordered them so that the examples will
show: config, config-directory, input-filter, test
2017-05-12 15:22:29 -07:00
Sebastian Borza
a871b64ac3
split metrics based on UDPPayload size ( #2795 )
2017-05-12 14:45:50 -07:00
Daniel Nelson
0ed404e7ba
Merge branch 'reuse-transport'
2017-05-10 18:19:21 -07:00
Daniel Nelson
1cc7fe7f3d
Ensure keep-alive is not used in http_response input.
...
Using Keep-Alive would change the timing for already established
connections. Previous to this commit, Keep-Alive worked only when using
a response_string_match due to failure to close the request body.
2017-05-10 14:40:55 -07:00
Daniel Nelson
f42768ed2e
Update changelog
2017-05-10 13:11:33 -07:00
Daniel Nelson
3381ac8f94
Fix http_response input creation of transport on every gather
2017-05-09 16:23:38 -07:00
Daniel Nelson
b6312cf13c
Fix prometheus input creation of transport on every gather
2017-05-09 16:21:49 -07:00
Daniel Nelson
9e85002875
Fix apache input creation of transport on every gather.
2017-05-09 16:19:56 -07:00
Daniel Nelson
5e739572f0
Merge branch 'update-readme'
2017-05-09 13:50:19 -07:00
Daniel Nelson
ac466b393d
Add missing plugins to README
2017-05-09 13:50:12 -07:00
Daniel Nelson
c648cf48a2
Update contributing section
...
Hoping this will encourage more non-plugin contributions.
2017-05-09 13:50:12 -07:00
Adrian Sadłocha
b1b0efa546
Improve PostgreSQL plugin documentation ( #2777 )
2017-05-09 12:58:43 -07:00
Lukasz Jagiello
4133765208
Add support for self-signed certs to InfluxDB input plugin ( #2773 )
2017-05-08 15:20:24 -07:00