Ronald Bartelshubandspoke.amastelek.com·Sep 27, 2024🌡️Recording the CPU Temperature on a SD-WAN edge🥵The following script uses the push notification facility of Uptime Kuma to record the temperature on Fusion’s SD-WAN edge. #!/bin/bash acceptable="60.0" temperature=$( sensors | sed -n '/^temp1:/s/temp1:[[:space:]]{1,}+//p' | sed 's/°C.*//' ) echo $t...Network OperationsUptime-KumaAdd a thoughtful commentNo comments yetBe the first to start the conversation.