- May 26, 2016
-
-
Pierre Fersing authored
-
Kostas Botsas authored
Added write_consistency to InfluxDB output documentation
-
Martin Seener authored
closes #1278 closes #1277
-
Jari Sukanen authored
Allow using glob pattern in the command list in configuration. This enables for example placing all commands in a single directory and using /path/to/dir/*.sh as one of the commands to run all shell scripts in that directory. Glob patterns are applied on every run of the commands, so matching commands can be added without restarting telegraf. closes #1142
-
Pierre Fersing authored
-
Cameron Sparr authored
closes #1275
-
- May 25, 2016
-
-
Rene Zbinden authored
closes #1265
-
Cameron Sparr authored
closes #1272
-
Cameron Sparr authored
closes #1264
-
Cameron Sparr authored
closes #1268
-
Cameron Sparr authored
closes #1258
-
John Engelman authored
* Use shared AWS credential configuration. * Cloudwatch dimension wilcards * Allow configuring cache_ttl for cloudwatch metrics. * Allow for wildcard in dimension values to select all available metrics. * Use internal.Duration for CacheTTL and go fmt * Refactor to not use embedded structs for config. * Update AWS plugin READMEs with credentials details, update Changelog. * Fix changelog after rebasing to master and 0.13.1 release. * Fix changelog after rebase.
-
Cameron Sparr authored
closes #1221
-
Nick authored
Replace ":" with "_" in tags. This should make the mysql plugin work with the opentsdb output (it uses a "server" tag like "127.0.0.1:3306") (#1256)
-
- May 24, 2016
-
-
Cameron Sparr authored
-
Cyril Duez authored
* Report rollbar events. Signed-off-by:
Cyril Duez <cyril@stormz.me> Signed-off-by:
François de Metz <francois@stormz.me> * Fix indent with go fmt. * Add test for rollbar webhooks. * Report more data from new_item event. * Handle new deploy webhook. Signed-off-by:
Cyril Duez <cyril@stormz.me> Signed-off-by:
François de Metz <francois@stormz.me> * Update default port. * Add readme. * Add rollbar_webhooks to the readme. * Add rollbar_webhooks to plugins list. * Add tag level for new_item event. * Update readme. * Update changelog.
-
Cameron Sparr authored
-
Rene Zbinden authored
-
Cameron Sparr authored
-
Cameron Sparr authored
-
robinpercy-xm authored
* Adding Varnish HTTP Cache input plugin * Applying PR feedback - Linked to varnish in input README - Updated README/CHANGELOG - Cleaned up sampleConfig to remove formatting - Shorted lines to 80 chars (except where test input requires long strings) - Using internal.RunTimeout to wrap call to varnishtat - Added dummy file for windows
-
Cameron Sparr authored
closes #1249
-
Rene Zbinden authored
* add chrony support * remove path definition * add changelog
-
- May 23, 2016
-
-
Cameron Sparr authored
closes #1243
-
Cameron Sparr authored
Also changing the net_response and http_response plugins to only accept duration strings for their timeout parameters. This is a breaking config file change. closes #1214
-
Klaudiusz Staniek authored
This update adds support for strings values. Not sure why this was missed.
-
François de Metz authored
* Fix a typo. * Extract similar code to generateEvent function. * Remove functions to use generateEvent in the switch. * Refactor tests.
-
Rene Zbinden authored
closes #1190
-
- May 21, 2016
-
-
Cameron Sparr authored
Changing the internal behavior around running plugins. Each plugin will now have it's own goroutine with it's own ticker. This means that a hung plugin will not block any other plugins. When a plugin is hung, we will log an error message every interval, letting users know which plugin is hung. Currently the input interface does not have any methods for killing a running Gather call, so there is nothing we can do but log an "ERROR" and move on. This will give some visibility into the plugin that is acting up. closes #1230 fixes #479
-
Cameron Sparr authored
closes #1215
-
- May 20, 2016
-
-
Cameron Sparr authored
closes #1233
-
- May 19, 2016
-
-
Cameron Sparr authored
closes #1198
-
Cameron Sparr authored
closes #1227 closes #1210
-
Cameron Sparr authored
-
Jared Biel authored
Being able to override the process_name in the procstat module is useful for daemonized perl, ruby, erlang etc. processes. This allows for manually setting process_name rather than it being set to the interpreter/VM of the process.
-
- May 18, 2016
-
-
Cameron Sparr authored
closes #1223
-
Kane Dou authored
closes #1211
-
Cameron Sparr authored
closes #1221
-
Cameron Sparr authored
-
robinpercy-xm authored
- records metrics from the output of mon and osd socket perf dumps.
-