#-----------------------------------------------------------------------------------
# Optional package: OPT_TRAFFICMON					v0.3X
#
# Creation:     01.07.2002
# Last Update:  2002.08.11  bue
#
# Please read the documentation in /doc/deutsch/opt/trafficmon_v0.xX.txt
#-----------------------------------------------------------------------------------

OPT_TRAFFICMON='yes'

TRAFFICMON_DEVICE='ppp0'			# device to get rates from (ppp0=dsl)
TRAFFICMON_DATAPATH='/usr/local/data/trafficmon.log'	# path to your logfile on your hd
TRAFFICMON_BACKUPDIR='/usr/local/data/backup'	# path to your backup-directory
						# a backup is created for each day
						# In case of a reset the current logfile is saved too
						# with a "_reset<currenttime>" extension to the normal filename
TRAFFICMON_FILE_DOWN='/etc/lcd_text_down.txt'	# store download here
TRAFFICMON_FILE_UP='/etc/lcd_text_up.txt'	# store upload here
TRAFFICMON_UNIT=''				# Unit of the data written in
						# TRAFFICMON_FILE_DOWN and TRAFFICMON_FILE_UP
						# set this to 'MB' or 'KB'
						# otherwise it will write in bytes
#TRAFFICMON_RESET=''				# read the doku for this feature :-)