# example config file for wmsorsen
# Description:
#   monitor1-monitor5 describe 5 different sensor values to display
#   format is monitor? = <sensorname> <limit1> <limit2>
#   Start wmsorsen with argument -p to display all available sensor values
#   limit1 and limit2 are either warn/fatal values for temperatures,
#   min value for fans or min/max for voltages
#
#   text1-text4 can be used for custom labels, up to 4 characters [a-zA-Z0-9]

monitor1 = k8temp_pci_temp1 60 65
monitor2 = k8temp_pci_temp3 60 65
monitor3 = it8716_isa_temp1 55 60
monitor4 = it8716_isa_fan1 500
monitor5 = it8716_isa_in0 1.3 1.4
text1 = cpu0
text2 = cpu1
text3 = sys
text4 = fan
