Show
Ignore:
Timestamp:
04/20/07 15:32:53 (2 years ago)
Author:
khali
Message:

More rrd cleanups:
* Update Makefile and README to mention hwmon class for newer

2.6 kernels

* Add missing shell declarations
* Update URI

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/prog/rrd/README

    r3075 r4373  
    77The RRD (Round Robin Database) package is REQUIRED. 
    88Get this package from 
    9          http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ 
     9         http://oss.oetiker.ch/rrdtool 
    1010 
    1111A web server with CGI support is required. 
     
    2727that does not require RRD, try ../tellerstats. 
    2828 
    29 The RRD scripts read /proc entries and do not use libsensors. 
     29The RRD scripts read /proc or /sys entries and do not use libsensors. 
    3030Therefore the scale factors in /etc/sensors.conf are not used, 
    3131and you may have to change the scale factors in the cgi scripts. 
     
    4646          before you try this! 
    4747        - Get RRD, make and install it 
    48         - cd /usr/local; ln -s rrdtool-x.y.z rrdtool 
    49         - cd back to here 
    5048        - Edit the top of the Makefile. Do NOT skip this step. 
    5149          The defaults will probably not work for you. 
     
    6462                The sensor device in your system 
    6563                (isa recommended over i2c if both are available) 
    66                         SENSDEV=w83781d-isa-0290 (2.4 kernel - look in /proc/sys/dev/sensors) 
    67                         SENSDEV=0-0290           (2.6 kernel - look in /sys/i2c/bus/devices) 
     64                2.4 kernel - look in /proc/sys/dev/sensors: 
     65                        SENSDEV=w83781d-isa-0290 
     66                2.6 kernel up to 2.6.13 - look in /sys/i2c/bus/devices: 
     67                        SENSDEV=0-0290 
     68                2.6.14+ kernel - look in /sys/class/hwmon: 
     69                        SENSDEV=hwmon0 
    6870        - make 
    6971        - (as root) make install, which does the following.