Changeset 1050
- Timestamp:
- 03/31/01 06:11:18 (11 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r1048 r1050 47 47 Program mkpatch.pl: Fix adm9240 typos, add more chips to Configure.help, 48 48 remove ltc1710 49 Program sens_update_rrd: new 49 50 Program sensord: Add -d (debug) and -p (pid-file) options 50 51 Program sensors: Change reported version from 1.3 to the lm_sensors version; … … 53 54 Program sensors-detect: Recognize lm78 with chipid=0x20 54 55 Recognize SMSC Victory66 South Bridge 56 Program tellerstats: new 55 57 56 58 2.5.5 (20010115) -
lm-sensors/trunk/doc/progs
r988 r1050 84 84 you run it, as you may need to set some variables first. 85 85 86 * prog/rrd/sens_update_rrd (written in bash, not installed) 87 This script gathers sensors data and adds it to a round robin database 88 (RRD). RRD is then used to display the graphed data in web pages 89 86 90 * prog/sensord/sensord (written in C, installed by `make install-prog-sensord') 87 91 This daemon can be used to periodically log sensor readings from … … 96 100 file into account. 97 101 102 * prog/tellerstats/gather.sh, tellerstats.sh (written in bash, not installed) 103 These scripts gather sensors data and graph the data for web pages 104 98 105 * prog/xeon/decode-xeon.pl (written in Perl, not installed) 99 106 ID ROM data decoding for Xeon processors.
