subhachandrachandra
cd93b9ae0b
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
Godeps/_workspace/src/github.com/shirou/gopsutil/mem/mem_darwin.go
Godeps/_workspace/src/github.com/shirou/gopsutil/mem/mem_linux.go
2015-09-25 15:19:11 -07:00
Eugene Dementiev
0ffaafd788
Fix packages provides: now new version of package replaces the old one
2015-09-24 13:29:37 -07:00
Eugene Dementiev
c6283d1b5a
AMQP auto reconnect feature
...
Closes #207
2015-09-24 10:30:00 -07:00
Josh Palay
24527859e6
Fix printf format issue
...
Closes #227
2015-09-23 15:44:25 -07:00
Josh Palay
0c6c5718fe
Adds command intervals to exec plugin
2015-09-23 15:42:48 -07:00
Ruslan Islamgaliev
c4bbc18cb6
Make nginx_test check port in nginx module tags
...
Closes #223
2015-09-23 15:41:46 -07:00
Ruslan Islamgaliev
6e76759225
Add port tag to nginx plugin
2015-09-23 15:40:43 -07:00
Cameron Sparr
87ed2d4a21
Update CHANGELOG with ekini's changes and docker plugin
...
Closes #226
2015-09-23 15:37:21 -07:00
Eugene Dementiev
74b3309225
Add timestamps to points in Kafka/AMQP outputs
2015-09-23 15:31:37 -07:00
Cameron Sparr
1d741cbfc5
Update godep of go-dockerclient for Label access
2015-09-23 14:25:26 -07:00
Cameron Sparr
12420db4b9
docker plugin: Add docker labels as tags in
...
Closes #90
2015-09-23 14:20:15 -07:00
Cameron Sparr
aad6a7e262
Only run the cpu plugin twice when using -test
...
This can be easily extended to other plugins that need it by tacking
their name onto the switch statement. Also eliminating the unused
TestAllPlugins code and cleaning up some stray Printlns
2015-09-23 13:56:14 -07:00
Cameron Sparr
b12b804f0a
Make redis password config more clear.
...
Also make certain that the 'host' tag does not include the password for
security reasons
Closes #225
2015-09-23 13:28:36 -07:00
Cameron Sparr
64d38ed17e
Remove duplicate opentsdb docker images
2015-09-22 21:10:21 -06:00
Cameron Sparr
f8d64a7378
Redis: include per-db keyspace info
...
Closes #205
2015-09-22 19:46:50 -07:00
Cameron Sparr
b92a0d5126
Redis plugin, add key metrics and simplify parsing
2015-09-22 16:27:22 -07:00
Cameron Sparr
e0372358df
Update changelog with info about filtering
2015-09-22 16:09:24 -07:00
Cameron Sparr
1bce6e3faf
Updating README and CHANGELOG for 0.1.9
2015-09-22 13:43:37 -07:00
Cameron Sparr
81dd281789
Remove gvm from packaging script
2015-09-22 11:46:51 -07:00
Cameron Sparr
f7b38dc270
Update deb/rpm package config, package script
2015-09-22 10:56:01 -07:00
Cameron Sparr
ec9819071a
Add -outputfilter flag, and refactor the filter flag to work for -sample-config
...
Closes #211
Issue #199
2015-09-22 10:56:01 -07:00
Ruslan Islamgaliev
72edc3c4fe
Select default apache port depending on url scheme
2015-09-22 10:53:53 -07:00
Ruslan Islamgaliev
5657e8d1da
Add port tag to apache plugin
2015-09-22 10:52:45 -07:00
Cameron Sparr
0700e0cf94
Update gopsutil godep dependency
...
Closes #219
2015-09-22 09:28:37 -07:00
Cameron Sparr
1cd2db9f8c
Memory plugin: use 'available' instead of 'actual_'
...
Closes #214
2015-09-21 17:39:39 -07:00
Cameron Sparr
10d411c4f7
Update new memory unit tests, documentation
2015-09-21 17:22:24 -07:00
Cameron Sparr
167b8b8eb8
Godep update gopsutil to get darwin mem fix
2015-09-21 17:22:24 -07:00
Cameron Sparr
74da03d9fa
Refactor memory stats, remove some, add 'actual_' stats
2015-09-21 17:22:23 -07:00
Cameron Sparr
b8a58dad65
Fix CPU unit tests for time_ prefix
2015-09-21 17:08:50 -07:00
Cameron Sparr
b012713cf2
Adding time_ prefix to all CPU time measurements
2015-09-21 10:23:46 -07:00
Cameron Sparr
82d914149e
Adding a retry to the initial telegraf database connection
...
Fixes #187
2015-09-18 18:03:47 -07:00
Eugene Dementiev
450f5e03a5
Add shebang to postinstall script (fixes installation on Debian family)
...
Closes #212
2015-09-18 15:07:11 -07:00
Eugene Dementiev
b04706b875
Fix makefile warning for go1.5
2015-09-18 21:16:08 +03:00
Cameron Sparr
10b0438201
Remove cpu_usage_busy, this is simply 100-cpu_usage_idle
2015-09-17 17:46:35 -07:00
Cameron Sparr
0270ace3d4
Add a CPU collection plugin README
2015-09-17 17:46:34 -07:00
Cameron Sparr
bbb27fa484
Update gopsutil dependency to enable 32-bit builds
2015-09-17 17:46:34 -07:00
Cameron Sparr
df15e7b379
Remove non-existent 'stolen' cpu stat, fix measurement names
2015-09-17 17:46:34 -07:00
Cameron Sparr
df651ab98e
Properly vendor the gopsutil dependency
2015-09-17 17:46:34 -07:00
Cameron Sparr
dd7a3b37b0
Delete 'vendored' gopsutil directory
2015-09-17 17:46:34 -07:00
Tim Allen
94a623c00e
Check if file exists before running disk usage on it. Not all mounts are normal files.
...
Closes #208
2015-09-17 17:45:58 -07:00
Cameron Sparr
6cb0f2d392
Revert godep updates, needs a fix in influxdb repo
2015-09-17 00:57:39 -07:00
Cameron Sparr
17e165382f
Add amqp/rabbitmq to output list in readme
2015-09-16 17:30:10 -07:00
Cameron Sparr
733ba07312
Changing AddValues to AddFields and temp disabling adding w time
...
Currently adding with time is broken, because InfluxDB does not support
using precision for timestamp truncation both with and without
timestamps. This will be re-enabled once we fix InfluxDB to use the
precision argument for truncation in all cases, and a "unit" argument
in the line-protocol for adding points with non-nanosecond stamps
Fixes #175
2015-09-16 16:59:48 -07:00
Cameron Sparr
46cd9ff9f5
Update influxdb godeps for line-protocol precision fix
2015-09-16 16:59:48 -07:00
Cameron Sparr
66ed4f7328
mysql plugin: don't emit blank tags
...
closes #201
2015-09-16 14:24:38 -07:00
Cameron Sparr
3be6d84675
Catching up on some CHANGELOG updates
2015-09-16 14:23:57 -07:00
Eugene Dementiev
406e980fae
install and init script for el5
...
Fixes #186
Closes #203
2015-09-16 14:19:57 -07:00
Oliver Buschjost
211065565f
Add HTTP 5xx stats to HAProxy plugin. Closes #194
2015-09-16 14:10:09 -07:00
Cameron Sparr
d979ee5573
AMQP routing tag doc & add routing tag for Kafka
...
closes #200
2015-09-16 12:10:26 -07:00
Roman Plessl
c843b53c30
added docker image unit test with OpenTSDB
2015-09-16 11:01:17 -07:00