|
Revision 1051, 0.8 KB
(checked in by mds, 11 years ago)
|
|
the famous "tellerstats" package of Phil's with updates
from me and Hans Ecke <hans@…>.
Intent is a simple package which can be customized, configured,
and installed easily.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | # this is the tellerstats config file. Please be sure to |
|---|
| 2 | # edit these for your setup!!! |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | # where we keep the log of sensor data |
|---|
| 6 | DBPATH="/var/local/LM78DB/data" |
|---|
| 7 | |
|---|
| 8 | # where we get the sensor data from |
|---|
| 9 | SENSORPATH="/proc/sys/dev/sensors/w83781d-isa-0290" |
|---|
| 10 | |
|---|
| 11 | # where temporary plots and files are kept |
|---|
| 12 | TEMPPATH="/usr/tmp/lm78plots" |
|---|
| 13 | |
|---|
| 14 | # the root of the webserver |
|---|
| 15 | HTMLROOT="/home/httpd/html" |
|---|
| 16 | |
|---|
| 17 | # where all the web-visible files are |
|---|
| 18 | HTMLPATH="$HTMLROOT/tellerstats" |
|---|
| 19 | |
|---|
| 20 | # the template of the gnuplot script |
|---|
| 21 | GNUPLOTSCRIPT_TMPL=/usr/local/install/tellerstats/gnuplotscript.tmpl |
|---|
| 22 | |
|---|
| 23 | # linewidth of the plots |
|---|
| 24 | LINEWIDTH=5 |
|---|
| 25 | |
|---|
| 26 | # format (fileextensions) for primary plots |
|---|
| 27 | PLOTFORMAT=ps |
|---|
| 28 | # terminal and options for primary plots (should match above) as give to gnuplot. |
|---|
| 29 | # Please see gnuplot online help for "set terminal" |
|---|
| 30 | PLOTTERMINAL="postscript eps enhanced color \"Helvetica\" 22" |
|---|