#-----------------------------------------------------------------------------
# lmsensors.txt - fli4l hardware sensor modules                    Fli4l 3.2.1
#																		v 0.94
#
# Creation:     03.03.2005  gero
# Last Update:  04.07.2008  bgehl
#
#-----------------------------------------------------------------------------

OPT_LMSENSORS='no'

LMSENSORS_I2CTOOLS='no'           # Install I2C-Tools: i2cdetect,i2cdump,i2cset,
                                  #                    isadump,isaset

LMSENSORS_PRIVATECONFIGFILE='no'  # yes: uses private sensors.conf in 
                                  #      [$config_dir]/etc/sensors
                                  # no:  uses default sensors.conf in opt/etc

LMSENSORS_SETCONFIGVALUES='no'    # yes: call 'sensors -s' to set the values in 
                                  # sensors.conf 'set' statements

                                                                
LMSENSORS_ALGO=''                 # choose one algo if required
#LMSENSORS_ALGO='algo-bit'        # see documentation
#LMSENSORS_ALGO='algo-pcf'

LMSENSORS_BUS_N='1'				  # number of bus adapter
LMSENSORS_BUS_1='via'             # bus adapter, see documentation
LMSENSORS_BUS_1_ARGS=''			  # bus adapter arguments, see documentation
#LMSENSORS_BUS_2='parport-light'
#LMSENSORS_BUS_2_ARGS='base=0x0278 type=0'

LMSENSORS_N='1'                   # number of hardware sensor chips
LMSENSORS_1='gl518sm'			  # hardware sensor chip, see documentation
#LMSENSORS_2='lm75'

LMSENSORS_WEBGUI='no'             # install webgui to show sensors output in HTTP                              
                                  # needs opt_httpd

LMSENSORS_RRD='no'                # uses rrd Database, 
                                  # needs opt_rrd
LMSENSORS_RRD_CREATEDB='no'       # force new rrd database creation 
                                  # (only 1st time or feature change nessesary)
LMSENSORS_RRD_VALUE_INTERVAL='1'							# see rrdtool documentation: 
															# RRDTOOL_%_VALUE_INTERVAL
LMSENSORS_RRD_GRAPH_INTERVAL='10'							# see rrdtool documentation: 
															# RRDTOOL_%_GRAPH_INTERVAL
LMSENSORS_RRD_GRAPH_PATH='/usr/local/rrdtool/sensors'		# see rrdtool documentation: 
															# RRDTOOL_%_GRAPH_PATH
                                
LMSENSORS_RRD_TEMP_N='1'                  # number of temperatur values (max 6)
LMSENSORS_RRD_TEMP_1_LABEL='CPU Temp'     # sensors label of the value used for rrd-database

LMSENSORS_RRD_VOLT_N='4'                  # number of voltage values (max 6)
LMSENSORS_RRD_VOLT_1_LABEL='+ 3 V'        # sensors label of the value used for rrd-database
LMSENSORS_RRD_VOLT_2_LABEL='+ 5 V'        # sensors label of the value used for rrd-database
LMSENSORS_RRD_VOLT_3_LABEL='+12 V'        # sensors label of the value used for rrd-database
LMSENSORS_RRD_VOLT_4_LABEL='VCore'        # sensors label of the value used for rrd-database

LMSENSORS_RRD_FAN_N='0'                   # number of fan values (max 6)
LMSENSORS_RRD_FAN_1_LABEL='CPU Fan'       # sensors label of the value used for rrd-database
LMSENSORS_RRD_FAN_2_LABEL='Netzteil Fan'       # sensors label of the value used for rrd-database

LMSENSORS_LCD='no'                # support for OPT_LCD
LMSENSORS_LCD_1_LABEL='CPU Temp'  # sensors label of the value used for lcd datatype 40
LMSENSORS_LCD_2_LABEL=''          # sensors label of the value used for lcd datatype 41
LMSENSORS_LCD_3_LABEL=''          # sensors label of the value used for lcd datatype 42
LMSENSORS_LCD_4_LABEL=''          # sensors label of the value used for lcd datatype 43
