[[outputs.influxdb_v2]] namepass = ["system_resource_art"] ## The URLs of the InfluxDB cluster nodes. urls = ["http://172.29.60.9:8086"] ## Token for authentication. token = "ASzi0c38b0_3H-mwsO8tlE_Wwovtlxu1Mvw39tyjKKj2zvsR611VolXfsxfoc4FzCKu-55cSSJ2G75w4ltLyKA==" ## Organization is the name of the organization you wish to write to; must exist. organization = "trunkport" ## Destination bucket to write into. bucket = "system_resource_art" ############################################################################### # INPUT PLUGINS # ############################################################################### [[inputs.mqtt_consumer]] ## Broker URLs for the MQTT server or cluster. To connect to multiple ## clusters or standalone servers, use a seperate plugin instance. ## example: servers = ["tcp://localhost:1883"] ## servers = ["ssl://localhost:1883"] ## servers = ["ws://localhost:1883"] ## servers = ["tcp://172.29.60.10:1883"] servers = ["tcp://172.29.60.10:1883"] ## Topics that will be subscribed to. topics = [ "vdcs/system/+" ] qos = 0 connection_timeout = "30s" max_undelivered_messages = 2000 ## If unset, a random client ID will be generated. client_id = "telegraf_system_resource_art" ## Data format to consume. ## Each data format has its own unique set of configuration options, read ## more about them here: ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md data_format = "json" tag_keys = ["name"] name_override = "system_resource_art"