/sbin/sysctl -a |grep temperature |/usr/bin/awk '{print "CPU Temperature: " $2 ", " ((9*$2)/5)+32 "F"}'| /usr/bin/logger -p local0.notice