##########################################################################
#
#  tellerstats.conf   --  tellerstats.conf for the local variation
#                         of tellerstats
#
#  $Id: tellerstats.conf,v 1.1.0.12 2004/09/14 03:59:16 floyd Exp floyd $
#
#  See file ChangeLog for the RCS history.
#
##########################################################################
#
#  Copyright 2004 by Floyd Davidson, floyd@barrow.com
#  File created:  Mon Sep  6 03:57:49 2004
#  Last updated:  Mon Sep 13 18:55:08 2004
#
##########################################################################

# where we keep the log of sensor data
DBPATH="/var/log/sensordata"

# where we get the sensor data from
SENSORPATH1="/sys/bus/i2c/devices/0-002d"
SENSORPATH2="/sys/bus/i2c/devices/0-002c"

# where temporary plots and files are kept
TEMPPATH="/usr/tmp/sensordata"

# the root of the webserver
HTMLROOT="/home/homepage"

# where all the web-visible files are
HTMLPATH="$HTMLROOT/sensors"

# the template of the gnuplot script
GNUPLOTSCRIPT_TMPL=/usr/local/stats/gnuplotscript.tmpl

# linewidth of the plots
LINEWIDTH=10

# format (fileextensions) for primary plots
PLOTFORMAT=ps
# terminal and options for primary plots (should match above) as give to gnuplot.
# Please see gnuplot online help for "set terminal"
PLOTTERMINAL="postscript eps enhanced color solid \"Helvetica\" 26"

#  Thumbnail images are displayed 2 across by the browser.
#
#  Note:  The HTTP code to display the thumbnail images resizes
#         them, hence this is *not* the place to actually change
#         the size of displayed thumbnail images.  These should
#         probably be as small as possible to allow short load
#         times on a browser over the Internet, yet large enough
#         that not much definition is lost when they are
#         expanded for display.
#
#
# size of thumbnail images (not displayed size)
IMAGE_TSIZE="214x160"  #too crumby
IMAGE_TSIZE="320x240"

# Low resolution (fits into Netscape fullsized on an 800x600 window)
IMAGE_LSIZE="780x450"

# High resolution
IMAGE_HSIZE="1009x622"