Cameron Sparr
42602a3f35
Provide a -usage flag for printing the usage of a single plugin
...
Closes #136
2015-08-24 14:52:46 -06:00
Cameron Sparr
50f902cb02
Fixes #128 , add system load and swap back to default Telegraf config
2015-08-24 13:26:21 -06:00
nickscript0
b014ac12ee
Update CHANGELOG.md
2015-08-24 13:09:23 -06:00
nickscript0
610f24e0cd
Update CHANGELOG.md
2015-08-24 13:09:23 -06:00
nsvarich
f45f7e56fd
add plugin.name to error message
2015-08-24 13:09:23 -06:00
nickscript0
afe366d6b7
go fmt remove whitespace
2015-08-24 13:09:23 -06:00
nickscript0
1daa059ef9
Log plugin errors in crankParallel and crankSeparate cases. Previously errors weren't logged in these cases.
2015-08-24 13:09:23 -06:00
Cameron Sparr
9777aa6165
Update README to point to url without 'v' prepended to version
2015-08-24 10:48:21 -06:00
Cameron Sparr
143ec1a019
Filter out the 'v' from the version tag, issue #134
2015-08-24 10:39:15 -06:00
subhachandrachandra
13ee9ff37b
Fixed memory reporting for Linux systems
...
/proc/meminfo reports memory in KiloBytes and so needs a multiplier of 1024 instead of 1000.
The kernel reports in terms of pages and the proc filesystem is left shifting by 2 for 4KB pages to get KB. Since this is a binary shift, Bytes will need to shift by 10 and so get multiplied by 1024.
From the kernel code. PAGE_SHIFT = 12 for 4KB pages
"MemTotal: %8lu kB\n", K(i.totalram)
2015-08-21 16:08:54 -07:00
subhachandrachandra
a3c846b73e
Fixed total memory reporting for Darwin systems. hw.memsize is reported as bytes instead of pages.
2015-08-21 15:15:19 -07:00
Cameron Sparr
3d05575e9d
Fix for #129 README typo in the 0.1.6 package name url
2015-08-21 10:43:19 -06:00
Cameron Sparr
9d00b5e165
Version= doesnt work on go1.4.2
...
fixing makefile & vagrantfile & build script to reflect that
2015-08-20 16:43:25 -06:00
Cameron Sparr
a29b39e17a
README typo fix
2015-08-20 15:18:45 -06:00
Cameron Sparr
8273679634
0.1.6, update changelog, readme, plugins list
2015-08-20 14:45:04 -06:00
Cameron Sparr
f8c1e953d4
godep update influxdb to 0.9.3-rc1
2015-08-20 14:26:44 -06:00
Cameron Sparr
532d953b5a
fix for #126 , nginx plugin not catching net.SplitHostPort error
2015-08-20 11:26:49 -06:00
Cameron Sparr
ecfdafab06
Add a simple integration test at the end of circle-test.sh similar to homebrew test
2015-08-20 10:07:17 -06:00
Cameron Sparr
9bc39987f1
Change -X main.Version <n> to -X main.Version=<n> for go1.5
2015-08-20 08:46:08 -06:00
Simon Fraser
601b444a60
fix segv on error
2015-08-20 07:49:46 -06:00
Cameron Sparr
4b0671205d
packaging script fix, make_dir_tree is req'd
2015-08-19 15:02:55 -06:00
Cameron Sparr
db634f4c0b
Fix for issue #121 , update etc/config.sample.toml
2015-08-19 14:40:35 -06:00
Josh Palay
7d9efd7cff
Modifications to httpjson plugin
2015-08-19 13:25:21 -06:00
Alvaro Morales
06ef2a72c5
Add httpjson plugin
2015-08-19 13:24:07 -06:00
Cameron Sparr
5e8b6dd164
Update CHANGELOG with some recent additions
2015-08-18 15:58:51 -06:00
Cameron Sparr
03c7d564d9
Merge pull request #118 from srfraser/diskusage_windows_fix
...
Get disk usage stats working on windows
2015-08-18 15:58:13 -06:00
Cameron Sparr
c3ec3f4bc8
Fix issue #119 , remove the _workspace/pkg directory from git tracking
2015-08-18 15:51:40 -06:00
Simon Fraser
7273e2e6f2
Get disk usage stats working on windows
2015-08-18 21:31:33 +01:00
Cameron Sparr
af770e042a
Update README to reflect new release of 0.1.4 & 0.1.5
2015-08-18 12:50:07 -06:00
Cameron Sparr
07a1bffc60
Updating the packaging script to assume tag has already been set
2015-08-18 12:50:07 -06:00
Cameron Sparr
183e79398d
Fix build, testify got removed from godeps somehow
2015-08-18 12:49:25 -06:00
Cameron Sparr
d98bedd6e1
Telegraf 0.1.5, update InfluxDB client to HEAD
2015-08-18 12:12:09 -06:00
Cameron Sparr
461245c83d
Telegraf 0.1.4, update godep to point to InfluxDB client 0.9.2
2015-08-18 12:09:52 -06:00
Cameron Sparr
6fcbb7bdb0
Update Makefile with new build requirements
2015-08-18 10:36:13 -06:00
Cameron Sparr
2304d03b40
Add build function to circle-test.sh, and remove release.sh
2015-08-18 09:24:49 -06:00
Cameron Sparr
4e3213f3bd
godep: vendor all dependencies & add circle-test.sh
...
Vendor dependencies and use circle-test.sh to run CI process, because
the CircleCI autobuild operations are not compatible with using godep.
2015-08-17 17:38:44 -06:00
Josh Palay
55fb249f6b
exec plugin doesn't crash when given null JSON values
2015-08-14 17:06:14 -06:00
Cameron Sparr
4d614b3088
README update to address issue #113
2015-08-14 15:40:29 -06:00
Cameron Sparr
cad0a762a0
Merge branch 'jipperinbham-datadog-output'
2015-08-14 09:45:12 -06:00
JP
0ae5075cc9
fix tests, remove debug prints
2015-08-13 20:42:57 -05:00
JP
3145a732f2
fix merge conflicts, update import paths
2015-08-13 18:57:05 -05:00
JP
ceaf6fd67a
add datadog output
2015-08-13 18:54:09 -05:00
Cameron Sparr
c26fa33094
Release 0.1.5, updating CHANGELOG and README
2015-08-13 15:46:17 -06:00
Cameron Sparr
b199d7a9fe
Put quotes around potentially empty bash variables
2015-08-13 15:38:05 -06:00
Cameron Sparr
0e65d8e64e
Rebase and fixups for PR #111 , fixes issue #33
2015-08-13 14:47:51 -06:00
Josh Palay
1e742aec04
Adds cpu busy time and percentages
2015-08-13 14:30:32 -06:00
Cameron Sparr
ba1e4917d1
Removing DefaultConfig function because there's really no point
2015-08-13 14:26:02 -06:00
Cameron Sparr
4ce61875a4
README updates for readability and ease of use
2015-08-13 14:01:08 -06:00
Cameron Sparr
04963f12a3
Allow a PerCPU configuration variable, issue #108
2015-08-13 13:30:11 -06:00
Cameron Sparr
5d4b6c41a8
circle.yml: verify that golint violations == 0 for some dirs
2015-08-12 15:51:43 -06:00