telegraf_extra_config: | [[inputs.multifile]] base_dir = "/sys/class/thermal" ## If true discard all data when a single file can't be read. ## Else, Telegraf omits the field generated from this file. # fail_early = true ## Files to parse each interval. [[inputs.multifile.file]] file = "thermal_zone0/temp" dest = "zone0" conversion = "float(3)" [[inputs.multifile.file]] file = "thermal_zone1/temp" dest = "zone1" conversion = "float(3)"