# Poll the temperature sensor array every five minutes.
*/5 * * * * root /usr/bin/get_temperature

# Append the last poll to the history file after each whole hour.
4 * * * * root cat /var/lib/temperature/current >> /var/log/temperature.log
