Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
This works well, but perfdata would be nice when debugging possible overheating problems.
My current hack: PERFDATA=$(echo “$sensordata” | grep “°C”| sed -r ‘s/:[ ]+[+]?([0-9.]+)°C.*$/=1/;s/ /_/g;’ | sed ‘s/./L&/g’ | tr “n” ‘, ‘ | sed “s/,/, /g;s/, *$/n/”) echo “sensor ok $PERFDATA | $PERFDATA” exit $STATE_OK