- Apr 05, 2017
-
-
James authored
-
- Mar 29, 2017
-
-
Daniel Nelson authored
-
- Mar 21, 2017
-
-
Leandro Piccilli authored
-
- Mar 08, 2017
-
-
Cameron Sparr authored
hopefully this will fix #2472
-
- Feb 22, 2017
-
-
Cameron Sparr authored
closes #2071
-
- Feb 10, 2017
-
-
Cameron Sparr authored
-
Cameron Sparr authored
-
- Feb 03, 2017
-
-
Cameron Sparr authored
-
- Feb 02, 2017
-
-
Cameron Sparr authored
closes #2356
-
- Jan 27, 2017
-
-
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.
-
- Jan 24, 2017
-
-
James authored
that handles them properly
-
- Jan 11, 2017
-
-
Emil Haugbergsmyr authored
* Fixes change to the error api in the kafka project. * Updated test to reflect the change. * Update kafka to match master branch.
-
- Nov 16, 2016
-
-
Guillem Jover authored
The old gonuts fork has no License and has not seen any commits differing from the original project, while the original has seen some activity, even if low. Having no license is a problem for distributors, as by default, such projects are undistributable.
-
- Nov 03, 2016
-
-
Cameron Sparr authored
primarily for a fix in Windows network counter getting code closes #1949
-
- Oct 12, 2016
-
-
Cameron Sparr authored
-
- Oct 05, 2016
-
-
Patrick Hemmer authored
-
- Oct 03, 2016
-
-
Cameron Sparr authored
in this commit: - centralize logging output handler. - set global Info/Debug/Error log levels based on config file or flags. - remove per-plugin debug arg handling. - add a I!, D!, or E! to every log message. - add configuration option to specify where to send logs. closes #1786
-
- Sep 06, 2016
-
-
Paulo Pires authored
Added NATS server container needed for tests. Added NATS output plug-in. Fixes #1487 NATS output plug-in use internal.GetTLSConfig to instrument TLS configuration. Added NATS output plug-in to changelog. closes #1487 closes #1697
-
- Aug 24, 2016
-
-
Cameron Sparr authored
* Update README and CHANGELOG with 1.0 RC 1 * Increase circleci test docker sleep * update aerospike dependency
-
- Aug 22, 2016
-
-
Patrick Hemmer authored
* Add a new and improved snmp plugin * update gosnmp for duplicate packet fix https://github.com/soniah/gosnmp/issues/68 https://github.com/soniah/gosnmp/pull/69
-
- Aug 09, 2016
-
-
Dennis Bellinger authored
Updated windows dependencies Updated the windows dependencies so that the versions matched the dependencies for Mac OS and Linux. Additionally added some that were complained about being missing at compile time. Incorporated kardianos/service for management Incorporated the library github.com/kardianos/service to manage the service on the various platforms (including Windows). This required an alternate main function. The original main function was renamed to reloadLoop (as that is what the main loop in it does) (it also got a couple of parameters). The service management library calls it as the main body of the program. Merged service.go into telegraf.go Due to compilation issues on Windows, moved the code from service.go into telegraf.go and removed service.go entirely. Updated dependencies and fixed Windows service Updated the dependencies so that it builds properly on Windows, additionally, fixed the registered command for starting it as a service (needed to add the config file option). This currently standardizes it as a C:\telegraf\telegraf.conf on Windows. Added dependency for github.com/kardianos/service Removed the common dependencies from _windows file Removed all the common dependencies from the Godeps_windows file and modified Makefile to load Godeps and then Godeps_windows when building for Windows. This should reduce problems caused by the Godeps_windows file being forgotten when updating dependencies. Updated CHANGELOG.md with changes Ran `go fmt ./...` to format code Removed service library on all but Windows The service library [kardianos/service](github.com/kardianos/service) has been disabled on all platforms but windows, as there is already existing infrastructure for other platforms. Removed the dependency line for itself It appears that gdm accidentally added the project itself to the dependency list. This caused the dependency restoration to select an earlier version of the project during build. This only affected windows. This only affected builds after 020b2c70 Updated documentation for Windows Service Removed the documentation about using NSSM and added documentation on installing telegraf directly as a Windows Service. Added license info for kardianos/service Added the license information for github.com/kardianos/service which is licensed under the ZLib license, although that name is never mentioned the license text matches word for word. Changed the Windows Config file default location Updated the default location of the configuration file on Windows from C:\telegraf\telegraf.conf to C:\Program Files\Telegraf\telegraf.conf. With this change includes updating the directions, including directing that the executable be put into that same directory. Additionally, as noted in the instructions, the location of the config file for the service may be changed by specifying the location with the `-config` flag at install time. Fixed bug - Wrong data type: svcConfig svcConfig service.Config => svcConfig *service.Config (It needed to be a pointer)
-
- Aug 05, 2016
-
-
Cameron Sparr authored
closes #1584
-
- Jul 22, 2016
-
-
Patrick Hemmer authored
Results in adding the io_time metric to FreeBSD, and adjusts the read_time and write_time metrics to be in milliseconds like linux.
-
- Jul 18, 2016
-
-
Cameron Sparr authored
-
- Jul 16, 2016
-
-
Cameron Sparr authored
-
- Jun 21, 2016
-
-
Cameron Sparr authored
closes #102 closes #328
-
- Jun 03, 2016
-
-
Cameron Sparr authored
closes #1322
-
- Jun 01, 2016
-
-
Łukasz Harasimowicz authored
-
- May 26, 2016
-
-
Cameron Sparr authored
closes #1275
-
- May 21, 2016
-
-
Cameron Sparr authored
closes #1215
-
- May 20, 2016
-
-
Cameron Sparr authored
closes #1233
-
- May 10, 2016
-
-
Cameron Sparr authored
-
- Apr 26, 2016
-
-
Cameron Sparr authored
-
- Apr 19, 2016
-
-
Cameron Sparr authored
closes #1058 closes #1059 also see https://github.com/influxdata/influxdb/pull/6425
-
- Apr 16, 2016
-
-
Cameron Sparr authored
closes #706
-
- Apr 08, 2016
-
-
Cameron Sparr authored
this might fix #921 see https://github.com/eclipse/paho.mqtt.golang/issues/32
-
- Apr 06, 2016
-
-
Sergio Jimenez authored
-
Sergio Jimenez authored
* Added required deps for engine-api * Removed fsouza/go-dockerclient
-