Changeset 661

Show
Ignore:
Timestamp:
12/03/99 01:48:25 (9 years ago)
Author:
merlin
Message:

(Merlin) Added simple sensord sensory logging daemon. Not installed by
default. Now uses libsensors. Ripped the display formatting code from
sensors (with some modification) but needless to say I've only tested
a single chip. Doesn't support alarms yet. With a bit of work, could
share the display formatting code with sensors so just one source needs
updating. Compiles on my machine.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CONTRIBUTORS

    r614 r661  
    3737* Fons Rademakers <Fons.Rademakers@cern.ch> 
    3838  Author of the maxilife module (which could only be written under NDA) 
     39* Merlin Hughes <merlin@merlin.org> 
     40  Author of the AMD756 module and sensord. 
    3941 
    4042* Simon Vogl <simon@tk.uni-linz.ac.at> 
  • lm-sensors/trunk/Makefile

    r581 r661  
    134134SRCDIRS += kernel kernel/busses kernel/chips kernel/include 
    135135endif 
    136 SRCDIRS += lib prog/sensors prog/dump prog/detect etc 
     136SRCDIRS += lib prog/sensors prog/sensord prog/dump prog/detect etc 
    137137 
    138138# Some often-used commands with default options 
  • lm-sensors/trunk/doc/progs

    r569 r661  
    5252  This script creates the /dev/i2c-* files. Please check the source before 
    5353  you run it, as you may need to set some variables first. 
     54* prog/sensord/sensord (written in C, installed by `make install-prog-sensord') 
     55  This daemon logs sensor information every 5 minutes to the log file 
     56  /var/log/sensors, in a similar format to sensors (below). This is a bit 
     57  more lightweight than executing sensors every 5 minutes, depending on how 
     58  you look at things. Automatically picks up configuration updates and 
     59  responds to SIGHUP. 
    5460* prog/sensors/sensors (written in C, installed by `make install') 
    5561  This pretty-prints the information provided by the modules. It is a normal