ncohensm
4a812b0c64
Merge branch 'master' of https://github.com/influxdata/telegraf
2016-07-12 09:37:21 -07:00
ncohensm
4b424a2a73
address further code review comments
2016-07-12 09:35:04 -07:00
Vladimir S
5f0a63f554
fixes #1450 ( #1472 )
2016-07-10 13:17:53 +01:00
François de Metz
d14e7536ab
Cleanup the list of plugins. ( #1423 )
...
Github and Rollbar are now part of the webhooks plugin.
2016-07-10 12:12:33 +02:00
Jack Zampolin
c873937356
Add note about influxdb compatability ( #1465 )
2016-07-10 12:11:43 +02:00
Cameron Sparr
e1c3800cd9
Prometheus parser fix, parse headers properly
...
closes #1458
2016-07-09 22:34:59 +02:00
ncohensm
7843c3a3dd
Merge branch 'master' of https://github.com/bagelswitch/telegraf
2016-07-08 09:55:52 -07:00
ncohensm
6da73ded58
address code review comments re. style/structure
2016-07-08 09:55:30 -07:00
bagelswitch
bb093638e9
Merge branch 'master' into master
2016-06-30 07:22:26 -07:00
Kostas Botsas
c046232425
Merge pull request #1426 from influxdata/metrics-panic
...
nil metric list panic fix
2016-06-29 13:50:11 +03:00
Cameron Sparr
2d4864e126
nil metric list panic fix
2016-06-29 12:08:36 +02:00
Rene Zbinden
048448aa93
add build directory to git ignore ( #1415 )
2016-06-25 11:17:51 +01:00
ncohensm
5866acd48d
Merge branch 'master' of https://github.com/influxdata/telegraf
2016-06-24 08:13:31 -07:00
ncohensm
7c17468424
add CHANGELOG entry
2016-06-24 08:12:09 -07:00
Cameron Sparr
755b2ec953
fixup: BOM Trim -> TrimPrefix
2016-06-24 08:47:31 +01:00
ncohensm
13c4f95b5d
use constants for http status codes
2016-06-23 08:59:27 -07:00
ncohensm
2dee84d72a
move stoppableListener into repo
2016-06-23 08:37:36 -07:00
Cameron Sparr
f62c493c77
Recover from prometheus multiple handler panic
...
closes #1339
2016-06-23 14:29:35 +01:00
Jonathan Chauncey
a6365a6086
feat(nsq_consumer): Add input plugin
...
to consume metrics from an nsqd topic
closes #1347
closes #1369
2016-06-23 14:06:36 +01:00
Cameron Sparr
f7e057ec55
refactor cgroup build so non-linux systems see plugin
...
also updated the README for the fields->files change.
2016-06-23 11:47:25 +01:00
Cameron Sparr
30cc00d11b
Update changelog, etc/telegraf.conf
2016-06-23 10:28:38 +01:00
Cameron Sparr
d641c42029
cgroup: change fields -> files
...
closes #1103
closes #1350
2016-06-23 10:23:59 +01:00
Vladimir Sagan
9c2ca805da
Remove flush_scope logic
2016-06-23 10:13:31 +01:00
Vladimir Sagan
b0484d8a0c
add cgroup plugin
2016-06-23 10:13:31 +01:00
Cameron Sparr
5ddd61d2e2
Trim BOM from config file for windows support
...
closes #1378
2016-06-23 09:00:51 +01:00
Victor Garcia
50ea7f4a9d
x509 certs authentication now supported for Prometheus input plugin ( #1396 )
2016-06-23 08:59:44 +01:00
Thibault Cohen
b18134a4e3
Fix #1405 ( #1406 )
2016-06-23 08:59:14 +01:00
ncohensm
2f36631f0e
fix linter errors
2016-06-22 18:01:30 -07:00
ncohensm
cf08b56460
remove debug output and add empty post body test
2016-06-22 17:44:41 -07:00
ncohensm
e9d3870778
add plugin ref to top-level README
2016-06-22 17:35:23 -07:00
ncohensm
ac9e65387f
revert erroneous Godeps change
2016-06-22 17:28:38 -07:00
ncohensm
121d71f48d
add unit tests
2016-06-22 17:22:00 -07:00
ncohensm
a0cb60840f
set response headers for query endpoint
2016-06-22 15:55:59 -07:00
ncohensm
6e791357ef
support query endpoint and change default listen port
2016-06-22 15:44:25 -07:00
ncohensm
6b5a9d34bb
populate README
2016-06-22 15:30:16 -07:00
ncohensm
c4e0452436
fix incredibly stupid bugs
2016-06-22 15:12:29 -07:00
ncohensm
933bdaa067
initial http_listener implementation
2016-06-22 14:24:57 -07:00
Cameron Sparr
7825df4771
Fix darwin ping tests
2016-06-22 18:21:07 +01:00
Cameron Sparr
d6951dacdc
Remove docker-machine/boot2docker dependencies & references
2016-06-22 17:25:01 +01:00
François de Metz
e603825e37
Add new webhooks plugin that superseed github and rollbar plugins.
...
closes #1289
Signed-off-by: François de Metz <francois@stormz.me>
Signed-off-by: Cyril Duez <cyril@stormz.me>
Rename internals struct.
Signed-off-by: François de Metz <francois@stormz.me>
Signed-off-by: Cyril Duez <cyril@stormz.me>
Update changelog.
Signed-off-by: François de Metz <francois@stormz.me>
Signed-off-by: Cyril Duez <cyril@stormz.me>
Update READMEs and CHANGELOG.
Signed-off-by: François de Metz <francois@stormz.me>
Signed-off-by: Cyril Duez <cyril@stormz.me>
Update SampleConfig.
Update the config format.
Update telegraf config.
Update the webhooks README.
Update changelog.
Update the changelog with an upgrade path.
Update default ports.
Fix indent.
Check for nil value on AvailableWebhooks.
Check for CanInterface.
2016-06-22 17:18:14 +01:00
Mike Glazer
e3448153e1
Allow for TLS connections to ElasticSearch ( #1398 )
...
* Allow for TLS connections to ElasticSearch
Extremely similar implementation to the HTTP JSON module's
implementation of the same code.
* Changelog update
2016-06-22 16:23:49 +01:00
jsvisa
25848c545a
Fix: riak with read_repairs available
...
closes #1399
2016-06-22 14:56:44 +01:00
Konstantin Kulikov
3098564896
fix datarace in input apache plugin
...
closes #1384
2016-06-22 14:42:47 +01:00
Stian Øvrevåge
4b6f9b93dd
Updated sqlserver.go - Added Rows/Logs max size ( #1380 )
...
I added Rows/Logs max size counters for tracking databases that do not have autogrowth enabled. The counters return numbers in 8KB pages since there are a few special values (such as -1 for no max size) that can't directly be multiplied by 8192 to get size in bytes.
Also added Rows/Logs size in 8KB pages for comparison from the same system table. Even though it returns the same size as sizes from sys.dm_io_virtual_file_stats which are already collected.
2016-06-22 14:39:35 +01:00
Cameron Sparr
2beef21231
Beta 2 Release 1.0
2016-06-21 14:35:26 +01:00
Cameron Sparr
cb3c54a1ae
logparser input plugin
...
closes #102
closes #328
2016-06-21 14:23:01 +01:00
Iiro Uusitalo
d50a1e83ac
Added support for Tengine ( #1390 )
...
* Adds support for Tengine
* Added #1390 Tengine PR to changelog
2016-06-21 14:22:51 +01:00
Cameron Sparr
1f10639222
Fix Graphite output mangling '%' character.
...
closes #1377
2016-06-21 11:52:49 +01:00
Cameron Sparr
af0979cce5
change "default" retention policy to ""
...
closes #1374
2016-06-16 12:22:27 +01:00
Cameron Sparr
5b43901bd8
update issue_template.md
2016-06-14 18:17:11 +01:00