- Feb 06, 2017
-
-
Cameron Sparr authored
-
- Feb 03, 2017
-
-
Cameron Sparr authored
-
Cosmo Petrich authored
closes #2339
-
Cameron Sparr authored
-
Nick Irvine authored
Also, ensure pidfile perms are 644
-
- Feb 02, 2017
-
-
Patrick Hemmer authored
closes #1516 closes #1711 closes #1721 closes #1526
-
Yaron de Leeuw authored
* Procstat: don't cache PIDs Changed the procstat input plugin to not cache PIDs. Solves #1636. The logic of creating a process by pid was moved from `procstat.go` to `spec_processor.go`. * Procstat: go fmt * procstat: modify changelog for #2206
-
Patrick Hemmer authored
-
Matteo Cerutti authored
closes #2244 closes #1547
-
Cameron Sparr authored
this defer function was causing telegraf to call os.Exit(0) instead of panicking when it was supposed to. closes #2341
-
Cameron Sparr authored
closes #2356
-
Cameron Sparr authored
-
- Feb 01, 2017
-
-
Nathan Haugo authored
-
Jérôme Vizcaino authored
* ceph: maps are already refs, no need to use a pointer * ceph: pgmap_states are represented in a single metric "count", differenciated by tag * Update CHANGELOG
-
Cameron Sparr authored
-
James Gregory authored
-
Cameron Sparr authored
-
ldep30 authored
* Update README.md * Add lock support to the IPtables input plugin * Update iptables.go Doc cleaning
-
Cameron Sparr authored
-
Len Smith authored
* Add in support for looking for substring in response * Add note to CHANGELOG.md * Switch from substring match to regex match * Requested code changes * Make requested changes and refactor to avoid nested if-else. * Convert tabs to space and compile regex once
-
Pierre Fersing authored
* Keep -config-directory when running as Windows service * Update changelog
-
njwhite authored
* Make Logparser Plugin Check For New Files Check in the Gather metric to see if any new files matching the glob have appeared. If so, start tailing them from the beginning. * changelog update for #2141
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
closes #2324
-
Martin authored
-
Cameron Sparr authored
-
Cameron Sparr authored
fixes #2317
-
- Jan 29, 2017
-
-
John Engelman authored
-
- Jan 28, 2017
-
-
Patrick Hemmer authored
closes #1453 closes #1386 closes #1428
-
Cameron Sparr authored
-
- Jan 27, 2017
-
-
Cameron Sparr authored
-
Fabio Berchtold authored
* rename to riemann_legacy Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * initial draft for Riemann output plugin rewrite Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * add unit tests Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * add option to send string metrics as states Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * add integration tests Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * add plugin README.md Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * bump riemann library * clarify settings description Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * update Readme.md with updated description Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * add Riemann event examples Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * use full URL for Riemann server address Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> closes #1878
-
- Jan 26, 2017
-
-
Cameron Sparr authored
-
- Jan 25, 2017
-
-
Cameron Sparr authored
This changes the current use of the InfluxDB client to instead use a baked-in client that uses the fasthttp library. This allows for significantly smaller allocations, the re-use of http body buffers, and the re-use of the actual bytes of the line-protocol metric representations.
-
Cameron Sparr authored
closes #2256
-
- Jan 24, 2017
-
-
Jonas Hahnfeld authored
The changes in #1848 resulted in lines being dropped if they had an empty tag. Let's allow all lines that have empty or missing tags!
-
Kali Hernandez authored
Fixes #2106
-
Will Pearson authored
We were having problems with telegraf talking to carbon-relay-ng using the graphite output. When the carbon-relay-ng server restarted the connection the telegraf side would go into CLOSE_WAIT but telegraf would continue to send statistics through the connection. Reading around it seems you need to a read from the connection and see a EOF error. We've implemented this and added a test that replicates roughly the error we were having. Pair: @whpearson @joshmyers
-
Pierre Fersing authored
-