~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to prog/tellerstats/README

  • Committer: mmach
  • Date: 2020-02-05 20:28:34 UTC
  • Revision ID: netbit73@gmail.com-20200205202834-zc3sla47j9e700w5
3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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