You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[telegraf/raspberrypi/weather]
format = openweathermap_format()
targets = smtp:user, file:mqttwarnlog, log:info
title = "Weather forecast"
Routes messages only to the first target (smtp), although the documentation states that all the targets should receive messages. If I change the order of the targets, like
[telegraf/raspberrypi/weather]
format = openweathermap_format()
targets = file:mqttwarnlog, smtp:user, log:info
title = "Weather forecast"
Then the file target only would receive the messages.
The text was updated successfully, but these errors were encountered:
omg, thank you for reporting that flaw. Why don't we have a corresponding test case, and why didn't anyone else report this problem before? We will look into it on the next development iteration.
The following configuration
Routes messages only to the first target (smtp), although the documentation states that all the targets should receive messages. If I change the order of the targets, like
Then the file target only would receive the messages.
The text was updated successfully, but these errors were encountered: