|
Revision 1955, 367 bytes
(checked in by khali, 5 years ago)
|
Update rrdtool URI.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
Daemon that periodically logs sensor readings to syslog or a round-robin |
|---|
| 2 |
database, and warns of sensor alarms. |
|---|
| 3 |
|
|---|
| 4 |
Compile this program by making lm_sensors with the following argument: |
|---|
| 5 |
make PROG_EXTRA:=sensord |
|---|
| 6 |
|
|---|
| 7 |
The RRD (Round Robin Database) development headers and libraries are |
|---|
| 8 |
REQUIRED. Get this package from: |
|---|
| 9 |
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ |
|---|