Created
November 21, 2020 19:03
-
-
Save lucassardois/73d2371a65b27a10933f9e72032d97ef to your computer and use it in GitHub Desktop.
medium-iot-telegraf-conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[outputs.influxdb]] | |
urls = ["http://influxdb:8086"] | |
[[outputs.file]] | |
files = ["stdout", "/tmp/metrics.out"] | |
[[inputs.mqtt_consumer]] | |
servers = ["tcp://mosquitto:1883"] | |
topics = [ | |
"bedroom/#" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment