MQTT Consumer fails with invalid connection_timeout value #3284
Labels
bug
unexpected problem or unintended behavior
regression
something that used to work, but is now broken
Milestone
telegraf stops working after the last update, in the log files i receive the follow message.
2017-09-29T21:17:00Z E! Service for input inputs.mqtt_consumer failed to start, exiting
MQTT Consumer, invalid connection_timeout value: {0}
2017-09-29T21:19:32Z E! Service for input inputs.mqtt_consumer failed to start, exiting
MQTT Consumer, invalid connection_timeout value: {30000000000}
2017-09-29T21:24:05Z E! Service for input inputs.mqtt_consumer failed to start, exiting
MQTT Consumer, invalid connection_timeout value: {30000000000}
The first time I did not configured the connection timeout the second time I did but I guess its not parsed right
my config is
[[inputs.mqtt_consumer]]
servers = ["localhost:1883"]
# ## MQTT QoS, must be 0, 1, or 2
qos = 0
connection_timeout = 30
The text was updated successfully, but these errors were encountered: