#-----------------------------------------------------------------------------
# lmsensors.txt - fli4l hardware sensor modules                   Fli4l 2.1.12
#																		 v 0.6
#
# Creation:     03.03.2005  gero
# Last Update:  25.11.2005  bgehl
#
#-----------------------------------------------------------------------------
# Optional package: lmsensors
#-----------------------------------------------------------------------------

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'        
#LMSENSORS_ALGO='algo-pcf'


#LMSENSORS_BUS='piix4'            # choose one bus adapter
#LMSENSORS_BUS='ali1535'
#LMSENSORS_BUS='ali15x3'
#LMSENSORS_BUS='amd756'
#LMSENSORS_BUS='amd8111'
#LMSENSORS_BUS='i801'
#LMSENSORS_BUS='i810'
#LMSENSORS_BUS='savage4'
#LMSENSORS_BUS='sis5595'
#LMSENSORS_BUS='sis630'
LMSENSORS_BUS='via'
#LMSENSORS_BUS='viapro'
#LMSENSORS_BUS='voodoo3'
#LMSENSORS_BUS='philips-par'
#LMSENSORS_BUS='elektor'
#LMSENSORS_BUS='velleman'
#LMSENSORS_BUS='pport'

LMSENSORS_N='1'                   # number of hardware sensor chips
LMSENSORS_1='gl518sm'
#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=''          # 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