|
Revision 3075, 0.9 KB
(checked in by khali, 5 years ago)
|
|
Drop all references to the old mailing list.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | This is tellerstats Version 1.9.2 |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | Author: Phil Edelbrock <phil@netroedge.com> |
|---|
| 5 | with Changes by |
|---|
| 6 | Mark D. Studebaker <mdsxyz123@yahoo.com> and |
|---|
| 7 | Hans Ecke <hans@ecke.ws> |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | Required Utilities and Packages: |
|---|
| 11 | |
|---|
| 12 | apache or other web server |
|---|
| 13 | |
|---|
| 14 | 'convert' from ImageMagick or X11 |
|---|
| 15 | http://www.imagemagick.org |
|---|
| 16 | |
|---|
| 17 | 'bc' command line calculator |
|---|
| 18 | |
|---|
| 19 | gnuplot |
|---|
| 20 | http://www.gnuplot.org |
|---|
| 21 | |
|---|
| 22 | lm_sensors |
|---|
| 23 | |
|---|
| 24 | perl |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | Follow those steps to install tellerstats: |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | * Put the following line into your /etc/crontab file |
|---|
| 31 | |
|---|
| 32 | */5 * * * * root /usr/local/install/tellerstats/gather.sh |
|---|
| 33 | |
|---|
| 34 | (change the directory to reflect where you installed gather.sh) |
|---|
| 35 | |
|---|
| 36 | * Link tellerstats.sh to /etc/cron.hourly/tellerstats.sh |
|---|
| 37 | |
|---|
| 38 | * move index.shtml into a directory accessible with a webbrowser |
|---|
| 39 | and configure your webserver for SSI (server side includes) |
|---|
| 40 | |
|---|
| 41 | * move tellerstats.conf to /etc and edit it to reflect correct directories |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | |
|---|