Daniel Nelson
84139cf890
Use gofmt from Go 1.11 ( #5259 )
2019-01-07 17:14:07 -08:00
Daniel Nelson
6e5c2f8bb6
Remove outputs blocking inputs when output is slow ( #4938 )
2018-11-05 13:34:28 -08:00
Daniel Nelson
2e59e4dd6c
Add deprecation version for MetricBuffer
2018-10-22 17:16:24 -07:00
Daniel Nelson
152365ae06
Rework mqtt_consumer connect/reconnect ( #4846 )
2018-10-15 13:03:52 -07:00
Rodney Gitzel
9efe7c12f0
Expand documentation of 'qos' configuration in mqtt_consumer input ( #4784 )
2018-10-03 17:21:30 -07:00
maxunt
2729378b7f
Add name, time, path and string field options to JSON parser ( #4351 )
2018-08-22 19:26:48 -07:00
Daniel Nelson
de355b76d6
Simplify testing with TLS ( #4095 )
2018-05-04 16:33:23 -07:00
Daniel Nelson
fcfcc803b1
Use explicit schemas in mqtt_consumer input ( #3401 )
2017-10-30 15:33:20 -07:00
Daniel Nelson
cdca81c999
Fix mqtt_consumer connection_timeout test
2017-10-02 12:28:31 -07:00
Daniel Nelson
3d62e045af
Fix format of connection_timeout in mqtt_consumer ( #3286 )
2017-09-29 15:58:38 -07:00
DanKans
5488f4b3ac
Fix MQTT input exits if Broker is not available on startup ( #3202 )
2017-09-11 12:24:51 -07:00
Daniel Nelson
052e88ad5e
Fix grammar
2017-04-27 14:59:18 -07:00
Patrick Hemmer
1402c158b7
remove sleep from tests ( #2555 )
2017-03-24 12:03:36 -07:00
Cameron Sparr
54cfbb5b87
metric: Fix negative number handling
...
closes #2324
2017-02-01 10:07:31 +00:00
Cameron Sparr
e5c7a71d8e
Fix unit tests for new metric implementation
2016-12-01 18:17:02 +00:00
Cameron Sparr
c7834209d2
Major Logging Overhaul
...
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
2016-10-03 17:13:03 +01:00
Cameron Sparr
aeadc2c43a
Update etc/telegraf.conf, mqtt_cons readme
2016-05-10 14:18:55 -07:00
chaton78
93f57edd3a
Better logging for MQTT consumer
...
closes #1023
closes #921
2016-04-18 11:27:50 -06:00
chaton78
8ec8ae0587
Added onConnection and connectionLost Handlers
2016-04-18 11:25:03 -06:00
Pascal Larin
ce94e636bb
Resubscribe if not using persistent sessions
2016-04-18 11:25:03 -06:00
Pascal Larin
21c7378b61
Handle onConnect
2016-04-18 11:25:03 -06:00
Cameron Sparr
4dd364e1c3
Update all readme instances of data formats
2016-04-05 14:42:20 -06:00
Cameron Sparr
e436b2d720
Cleanup & standardize config file
...
changes:
- -sample-config will now comment out all but a few default plugins.
- config file parse errors will output path to bad conf file.
- cleanup 80-char line-length and some other style issues.
- default package conf file will now have all plugins, but commented
out.
closes #199
closes #944
2016-04-01 10:59:53 -06:00
Cameron Sparr
62105bb353
Use github paho mqtt client instead of gerrit
...
this might fix #921
2016-03-30 11:54:01 -06:00
Cameron Sparr
41534c73f0
mqtt_consumer: option to set persistent session and client ID
...
closes #797
2016-03-07 14:34:42 +01:00
Pascal Larin
8464be691e
Username not set for mqtt_consumer plugin
...
Username parameter for the mqtt_consumer plugin was not pass to the client because an incorrect empty check.
closes #781
2016-03-03 12:17:19 +00:00
Cameron Sparr
8d2e5f0bda
Seems to be a toml parse bug around triple pounds
2016-02-18 14:36:03 -07:00
Cameron Sparr
7def6663bd
Root directory cleanup
2016-02-18 13:37:36 -07:00
Cameron Sparr
ee468be696
Flush based on buffer size rather than time
...
this includes:
- Add Accumulator to the Start() function of service inputs
- For message consumer plugins, use the Accumulator to constantly add
metrics and make Gather a dummy function
- rework unit tests to match this new behavior.
- make "flush_buffer_when_full" a config option that defaults to true
closes #666
2016-02-16 22:25:22 -07:00
Cameron Sparr
8d0f50a6fd
MQTT Consumer Input plugin
2016-02-12 11:13:32 -07:00