#-----------------------------------------------------------------------------------
# Optional package: OPT_TRAFFICMON					v0.4X
#
# Creation:     01.07.2002
# Last Update:  2002.08.21  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_REFRESHINTERVAL='*/15 * * * *'	# alle 15 minuten die Traffic-Daten aktualisieren (im cron-syntax)
TRAFFICMON_UNIT=''				# Unit of the Trafic-data
						# set this to 'MB' or 'KB'
						# otherwise it will write in bytes

TRAFFICMON_BACKUP='yes'				# make backup yes/no
TRAFFICMON_BACKUPDIR='/usr/local/data/backup'	# path to your backup-directory
						# In case of a reset the current logfile is saved too
						# with a "_reset<currenttime>" extension to the normal filename
TRAFFICMON_BACKUPINTERVAL='00 0,6,12,18 * * *'	# alle 6 Stunden ein Backup machen (im cron-syntax)

TRAFFICMON_LCD='yes'				# save LCD-Files yes/no
TRAFFICMON_FILE_DOWN='/etc/lcd_text_down.txt'	# store download here (for LCD display)
TRAFFICMON_FILE_UP='/etc/lcd_text_up.txt'	# store upload here (for LCD display)
						
TRAFFICMON_HTTPD='yes'				# shows the trafficmon.log in the httpd
TRAFFICMON_RESET='01'				# Day of month the Logfile should be
						# resetted. (0 = no reset) Time=18:00

# weitere Informationen zum cron-Syntax unter
# http://www.pl-berichte.de/t_system/crontab.html
# oder http://www.linuxfibel.de/time.htm
# oder http://www.linux-magazin.de/ausgabe/1998/08/Cron/cron.html
# oder http://www.newbie-net.de/anleitung_cron.html
