🌡️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...
hubandspoke.amastelek.com1 min read