Enrich performance data output

This commit is contained in:
kikniknik 2019-05-28 02:24:23 +03:00
parent 8e88c82517
commit 1912395135

View File

@ -229,7 +229,7 @@ ${SENSORPROG}
fi fi
# Get performance data for Nagios "Performance Data" field # Get performance data for Nagios "Performance Data" field
PERFDATA="temperature=$TEMP" PERFDATA="$sensor=$TEMP;$thresh_warn;$thresh_crit"
# And finally check the temperature against our thresholds # And finally check the temperature against our thresholds