# SHORT DESCRIPTION # # all entries have to be of the form: # SENSOR=,,,,,, # # path to the file under /proc which holds the device-data # # an unique filename for the database # # a brief description for the webpage # # 2 for fan-speed and 3 for temperature and voltage # this represents the position of the value in the # proc-file # # correction-factor to scale the data correctly # ( to understand this look at the lm_sensors howto ) # # value to add to shift the data correctly # ( for e.g. +12V - see lm_sensors howto ) # # unit to be shown in diagrams and on webpage # ( for example Ž°C, V, Volts, RPM etc... ) # # Example: # # SENSOR=/proc/sys/dev/sensors/gl518sm-i2c-0-2d/temp,temp,CPU temp,3,1,0,Ž°C # SENSOR=/proc/sys/dev/sensors/it87-isa-0290/temp1,cputemp,CPU temp,3,1,0,ÅÙ SENSOR=/proc/sys/dev/sensors/it87-isa-0290/temp2,mbtemp,MB temp,3,1,0,ÅÙ