Network monitoring #2: Logging CPU temps with InfluxDB and Grafana

My previous method of logging the CPU temperatures of machines on the network involved a Bash script sending out a message via MQTT. This was intercepted and logged by a Python script running on a server, which wrote the data to text files in a place where the intranet server could see them. Phew! It’s a miracle it worked. But… Read more »