Changeset 4373 for lm-sensors/trunk/prog/rrd/README
- Timestamp:
- 04/20/07 15:32:53 (2 years ago)
- Files:
-
- lm-sensors/trunk/prog/rrd/README (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/prog/rrd/README
r3075 r4373 7 7 The RRD (Round Robin Database) package is REQUIRED. 8 8 Get this package from 9 http:// people.ee.ethz.ch/~oetiker/webtools/rrdtool/9 http://oss.oetiker.ch/rrdtool 10 10 11 11 A web server with CGI support is required. … … 27 27 that does not require RRD, try ../tellerstats. 28 28 29 The RRD scripts read /proc entries and do not use libsensors.29 The RRD scripts read /proc or /sys entries and do not use libsensors. 30 30 Therefore the scale factors in /etc/sensors.conf are not used, 31 31 and you may have to change the scale factors in the cgi scripts. … … 46 46 before you try this! 47 47 - Get RRD, make and install it 48 - cd /usr/local; ln -s rrdtool-x.y.z rrdtool49 - cd back to here50 48 - Edit the top of the Makefile. Do NOT skip this step. 51 49 The defaults will probably not work for you. … … 64 62 The sensor device in your system 65 63 (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 68 70 - make 69 71 - (as root) make install, which does the following.
