Cameron Sparr
35f1e28809
Merge pull request #790 from arthtux/master
...
Add README.md for redis
2016-03-04 17:46:12 +00:00
Cameron Sparr
03d37725a9
dns_query unit tests, require that field exists
2016-03-03 15:44:16 +00:00
Cameron Sparr
ed9937bbd8
Update all dependency hashes
2016-03-02 10:23:01 +00:00
Cameron Sparr
b2a4d4a018
Allow ssl option specification for httpjson plugin
...
closes #769
2016-03-01 18:17:19 +00:00
Cameron Sparr
74aaf4f75b
Add udp listener to readme list of plugins
2016-03-01 15:46:29 +00:00
Cameron Sparr
2945f9daa9
Changelog update
2016-03-01 15:11:37 +00:00
Cameron Sparr
3b496ab3d8
udp listener: add os buffer size notes & change default port
...
- using 8092 as the default port because it's similar to the rest of
the TICK stack (InfluxDB, for example, uses 8083, 8086, 8088, etc.).
didn't want to use 8125 because that conflicts with statsd.
closes #758
2016-03-01 15:01:07 +00:00
Cameron Sparr
9af8d6912a
Remove naoina/toml dependency, use influxdata/toml
...
closes #745
2016-03-01 10:17:02 +00:00
Cameron Sparr
3568fb9f93
Support specifying influxdb retention policy
...
closes #692
2016-02-29 18:10:32 +00:00
Cameron Sparr
43b7ce4f6d
Merge pull request #764 from arthtux/master
...
Readme for nginx plugin
2016-02-29 11:36:32 +00:00
Cameron Sparr
04a8e5b888
influxdb output: try to connect on write if there are no conns
2016-02-26 16:26:43 +00:00
Cameron Sparr
6284e2011c
Fix sensor plugin, was splitting on ":" incorrectly
...
closes #748
2016-02-26 15:21:05 +00:00
Cameron Sparr
a97c93abe4
add usage_percent into docker readme
...
closes #726
2016-02-26 15:12:37 +00:00
Cameron Sparr
664816383a
Update readme to 0.10.4.1
2016-02-24 10:05:10 -07:00
Cameron Sparr
fc4cb1654c
Fix deb and rpm packages
...
closes #752
closes #750
2016-02-24 09:12:14 -07:00
Cameron Sparr
f1fa915985
Release 0.10.4 w/ windows builds
2016-02-23 16:00:39 -07:00
Cameron Sparr
11482a75a1
Changelog update, field and name drop and pass params
2016-02-23 15:47:31 -07:00
Cameron Sparr
85c4f753ad
modify Windows default conf to use win perf over WMI
2016-02-23 15:40:02 -07:00
Cameron Sparr
1847ce3f3d
Experimental windows build process changes
2016-02-23 13:52:24 -07:00
Cameron Sparr
83c27cc7b1
dns query: Don't use mjasion.pl for unit tests, check errs
2016-02-23 12:30:18 -07:00
Cameron Sparr
3e8f96a463
httpjson: add unit test to verify that POST params get passed
2016-02-23 11:01:23 -07:00
Cameron Sparr
69e4f16b13
Fix bad http GET parameter encoding, add unit test
2016-02-23 10:07:56 -07:00
Cameron Sparr
918c3fb260
httpjson test real response from issue #729
2016-02-23 09:34:01 -07:00
Cameron Sparr
54ee44839c
Put arm deb and rpm downloads on readme
2016-02-22 16:59:45 -07:00
Cameron Sparr
8362aa9d66
Some windows build script fixes
2016-02-22 15:12:35 -07:00
Cameron Sparr
2a6ff16819
Fix up config panic points for naoina/toml support
...
closes #736
2016-02-22 14:44:33 -07:00
Cameron Sparr
5aef725c13
Change pass/drop to namepass/namedrop for outputs
...
closes #730
2016-02-22 13:35:06 -07:00
Cameron Sparr
9ce8d78835
Set running output quiet mode in agent connect func
...
closes #701
2016-02-22 11:42:02 -07:00
Cameron Sparr
29016822fd
Sensors input currently only available if built from source
2016-02-21 16:35:56 -07:00
Cameron Sparr
a18f535f21
Circle script: unset GOGC so it uses default
2016-02-21 16:00:41 -07:00
Cameron Sparr
6994d4a712
Turn GOGC on for packaging, use go 1.5.3
2016-02-21 10:41:46 -07:00
Cameron Sparr
c9d0ae7cf3
Circle script: create packages if commit is tagged
2016-02-20 12:47:31 -07:00
Cameron Sparr
e4e174981d
Skip snmp tests that require docker in short mode
2016-02-19 16:15:14 -07:00
Cameron Sparr
584a52ac21
InfluxDB output should not default to 'no timeout' for http writes
...
default to 5s instead, since even if it times out we will cache the
points and move on
closes #685
2016-02-19 15:38:51 -07:00
Cameron Sparr
f9b5767dae
Provide default args: percpu=true and totalcpu=true for cpu plugin
...
Also if outputs.file is empty, write to stdout
closes #720
2016-02-19 11:56:33 -07:00
Cameron Sparr
3179829fa5
Update changelog for 0.10.3
2016-02-18 17:18:43 -07:00
Cameron Sparr
187d1b853d
Update Makefile to 'go install' rather than 'go build'
2016-02-18 16:48:59 -07:00
Cameron Sparr
8d2e5f0bda
Seems to be a toml parse bug around triple pounds
2016-02-18 14:36:03 -07:00
Cameron Sparr
7def6663bd
Root directory cleanup
2016-02-18 13:37:36 -07:00
Cameron Sparr
b14cfd6c64
Add Configuration to statsd input readme
...
closes #714
2016-02-18 10:09:57 -07:00
Cameron Sparr
88c83277c6
Write unit tests for RunningOutput
2016-02-17 17:06:34 -07:00
Cameron Sparr
d0734b105b
Start service plugins immediately, fix off-by-one bug
2016-02-17 15:10:32 -07:00
Cameron Sparr
4860dc148c
changelog update
2016-02-17 09:53:41 -07:00
Cameron Sparr
ee468be696
Flush based on buffer size rather than time
...
this includes:
- Add Accumulator to the Start() function of service inputs
- For message consumer plugins, use the Accumulator to constantly add
metrics and make Gather a dummy function
- rework unit tests to match this new behavior.
- make "flush_buffer_when_full" a config option that defaults to true
closes #666
2016-02-16 22:25:22 -07:00
Cameron Sparr
7f539c951a
changelog update
2016-02-15 16:08:45 -07:00
Cameron Sparr
ccb6b3c64b
Small readme formattings
2016-02-14 18:44:48 -07:00
Cameron Sparr
6a601ceb97
Add support for specifying SSL config for influxdb output
...
closes #191
2016-02-12 17:02:01 -07:00
Cameron Sparr
8236534e3c
changelog update
2016-02-12 16:55:27 -07:00
Cameron Sparr
0fef147713
data output readme update
2016-02-12 16:52:33 -07:00
Cameron Sparr
0198296ced
Data format output documentation
2016-02-12 16:47:07 -07:00
Cameron Sparr
37726a02af
Add Serializer plugins, and 'file' output plugin
2016-02-12 15:05:27 -07:00
Cameron Sparr
a9c135488e
Add Serializer plugins, and 'file' output plugin
2016-02-12 14:13:49 -07:00
Cameron Sparr
8d0f50a6fd
MQTT Consumer Input plugin
2016-02-12 11:13:32 -07:00
Cameron Sparr
d003ca46c7
Merge pull request #673 from miketonks/f-docker-percentages
...
Add calculated cpu and memory percentages to docker input (via config option)
2016-02-11 08:43:55 -07:00
Cameron Sparr
28664fedb2
Support exec input plugin legacy behavior
2016-02-10 13:26:02 -07:00
Cameron Sparr
d551da26e5
Fix exec input legacy behavior, command=''
2016-02-09 13:49:14 -07:00
Cameron Sparr
fc7fa4b6c5
Cleanup comments and indentation in config file
2016-02-09 11:01:50 -07:00
Cameron Sparr
fb75db2f1f
re-arrange and cleanup graphite output test
2016-02-09 11:01:13 -07:00
Cameron Sparr
c09884c686
Fixup some URL typos
2016-02-08 21:36:53 -07:00
Cameron Sparr
9273782093
changelog update
2016-02-08 21:34:22 -07:00
Cameron Sparr
44ffe29c10
Update Godeps and Godeps_windows files
2016-02-08 21:26:56 -07:00
Cameron Sparr
e619493ece
Implementing generic parser plugins and documentation
...
This constitutes a large change in how we will parse different data
formats going forward (for the plugins that support it)
This is working off @henrypfhu's changes.
2016-02-08 21:08:44 -07:00
Cameron Sparr
6b06a23102
Change [tags] to [global_tags] to deal with toml bug
...
closes #662
2016-02-08 16:20:47 -07:00
Cameron Sparr
b55a93a3e1
update changelog
2016-02-07 09:06:51 -07:00
Cameron Sparr
f5f43e6d1b
ping plugin: use -W for linux, -t for bsd/darwin
...
closes #443
2016-02-06 23:24:47 -07:00
Cameron Sparr
1e03a9440b
Try ping plugin with -n and -s options added
2016-02-06 23:09:29 -07:00
Cameron Sparr
f01da8fee4
Remove extraneous 'v' from README tarball
2016-02-04 11:23:46 -07:00
Cameron Sparr
434c08a357
Release 0.10.2
2016-02-04 11:04:29 -07:00
Cameron Sparr
bd9c5b6995
mqtt output: cleanup, implement TLS
...
Also normalize TLS config across all output plugins and normalize
comment strings as well.
2016-02-04 10:44:37 -07:00
Cameron Sparr
b941d270ce
changelog update
2016-02-03 08:35:03 -07:00
Cameron Sparr
a11e07e250
Minor change to forgotten config file exit
2016-02-01 17:44:19 -07:00
Cameron Sparr
d266dad1f4
Don't compile ping plugin on windows.
...
closes #496
2016-02-01 16:39:53 -07:00
Cameron Sparr
24a2aaef4b
Ansible role in readme
2016-01-30 11:55:48 -07:00
Cameron Sparr
042cf517b2
Mention yum/apt repo in README
...
Also add `make windows-build` to Makefile
closes #618
2016-01-30 11:35:39 -07:00
Cameron Sparr
b97027ac9a
Allow exec plugin to parse line-protocol
...
closes #613
2016-01-30 11:12:59 -07:00
Cameron Sparr
38c4111e6c
Add unit tests for the root telegraf package
2016-01-29 16:01:34 -07:00
Cameron Sparr
338341add8
Put windows dependencies into a separate Godeps file
2016-01-29 11:10:18 -07:00
Cameron Sparr
93bb679f9d
Fix possible panic if stat is nil
...
closes #612
2016-01-29 10:47:30 -07:00
Cameron Sparr
9e7c8df384
statsd: allow template parsing fields. Default to value=
...
closes #602
2016-01-28 16:56:50 -07:00
Cameron Sparr
10c4e4f63f
Fix datadog json marshalling
...
fixes #607
2016-01-28 16:12:33 -07:00
Cameron Sparr
962325cc40
Warn when metrics are being overwritten
...
closes #601
2016-01-28 14:00:14 -07:00
Cameron Sparr
d835c19fce
Insert . between msrmnt and field name in datadog output
...
fixes #600
2016-01-28 12:04:26 -07:00
Cameron Sparr
9d4b55be19
Include all tag values in graphite output
...
closes #595
2016-01-28 10:58:35 -07:00
Cameron Sparr
c549ab907a
Throughout telegraf, use telegraf.Metric rather than client.Point
...
closes #599
2016-01-27 23:47:32 -07:00
Cameron Sparr
9c0d14bb60
Create public models for telegraf metrics, accumlator, plugins
...
This will basically make the root directory a place for storing the
major telegraf interfaces, which will make telegraf's godoc looks quite
a bit nicer. And make it easier for contributors to lookup the few data
types that they actually care about.
closes #564
2016-01-27 15:42:50 -07:00
Cameron Sparr
a822d942cd
386 -> i386
2016-01-27 13:42:34 -07:00
Cameron Sparr
3a64a01f91
Release 0.10.1
2016-01-27 12:55:06 -07:00
Cameron Sparr
6ebb6bc7ee
Fix SNMP unit tests on OSX, improve tag config doc
...
closes #592
2016-01-27 11:27:10 -07:00
Cameron Sparr
be95dfdd0e
Update dependency hashes
2016-01-26 16:27:18 -07:00
Cameron Sparr
88890fa7c2
Update changelog
2016-01-26 16:05:20 -07:00
Cameron Sparr
c10227a766
Update changelog and readme, and small tweaks to github_webhooks
2016-01-26 15:57:06 -07:00
Cameron Sparr
7e7e462de1
Merge branch 'ghWebhooks'
...
closes #573
2016-01-26 15:29:41 -07:00
Cameron Sparr
7f8469b66a
Fixup some disk usage reporting, make it reflect df
...
fixes #513
2016-01-26 11:56:28 -07:00
Cameron Sparr
3bfb3a9fe2
Insert documentation into sample-config on JSON parsing
...
closes #521
2016-01-25 13:29:05 -07:00
Cameron Sparr
8675bd125a
add 'gdm restore' to adding a dependency instructions
2016-01-25 10:59:44 -07:00
Cameron Sparr
3da390682d
Kinesis output shouldn't return an error for no reason
2016-01-22 17:32:36 -07:00
Cameron Sparr
5349a3b6d1
Implement a per-output fixed size metric buffer
...
Also moved some objects out of config.go and put them in their own
package, internal/models
fixes #568
closes #285
2016-01-22 16:29:02 -07:00
Cameron Sparr
f2ab5f61f5
Gather elasticsearch nodes in goroutines, handle errors
...
fixes #464
2016-01-21 17:00:44 -07:00
Cameron Sparr
e910a03af4
Changelog update
2016-01-21 16:44:35 -07:00
Cameron Sparr
4d0dc8b7c8
Refactor the docker plugin, use go-dockerclient throughout
...
fixes #503
fixes #463
2016-01-21 16:07:03 -07:00