CoreTempTelegraf is a Windows program that outputs data collected by CoreTemp (https://www.alcpu.com/CoreTemp/) in a format that can be consumed by Telegraf (https://www.influxdata.com/time-series-platform/telegraf/). The program is written in Delphi, and utilizes a library developed by Michal Kokorceny from http://74.cz/.
In order for the program to run as expected, the following is required:
In order for Telegraf to consume the data output by the program, the following is also required:
You can check the output of the program in a command prompt or PowerShell. CD to the directory where the program resides, and then enter the command: CoreTempTelegraf
To collect the data in Telegraf, add an entry to your Telegraf config like this:
[[inputs.exec]] commands = ["C:\path\to\program\CoreTempTelegraf"] data_format = "influx"
You can place the program in a Windows System Path location, allowing you to run the program from any directory. This simplifies the "commands" line to:
commands = ["CoreTempTelegraf"]
Download CoreTempTelegraf - v1.01
SHA1 Checksum: 16D4415144A60B60D0F764FE228C2153F233EE66