Skip to content

Instantly share code, notes, and snippets.

@lucassardois
Created November 21, 2020 19:03
Show Gist options
  • Save lucassardois/73d2371a65b27a10933f9e72032d97ef to your computer and use it in GitHub Desktop.
Save lucassardois/73d2371a65b27a10933f9e72032d97ef to your computer and use it in GitHub Desktop.
medium-iot-telegraf-conf
[[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