---------------------------------------------
Sensor Sweep (sensor_sweep_applet)
Dan Siemon (Coverfire) <dan@coverfire.com>
---------------------------------------------
Sensor Sweep is a Gnome panel applet that monitors your computers
sensors through the lm_sensors kernel modules.
Requires:
	Gnome (tested on Gnome 1.0.53)
	lm_sensors (http://www.netroedge.com/~lm78/)

----------------------------------------------
Configuration
----------------------------------------------
Once you have Sensor Sweep installed you need to configure
the sensors that you wish to monitor. Before you setup Sensor Sweep 
you need to have the lm_sensors configured properly. Run the "sensors"
program included with lm_sensors to verify proper operation of lm_sensors.
Sensor Sweep requires three pieces of information to monitor a sensor. It
requires a Display Name, Chip Name and Sensor Name. Most of this information
can be found in the output of the "sensors" program included with lm_sensors.
Here is the output from "sensors" on my system.
---------------------Example------------------------
lm80-i2c-0-28
Adapter: SMBus PIIX4 adapter at 5000
Algorithm: Non-I2C SMBus adapter
+5V:       +5.03 V  (min =  +4.50 V, max =  +5.50 V)   
VTT:       +1.46 V  (min =  +1.71 V, max =  +2.09 V)   ALARM
+3.3V:     +3.37 V  (min =  +2.97 V, max =  +3.63 V)   
+Vcore:    +2.02 V  (min =  +2.52 V, max =  +3.08 V)   ALARM
+12V:     +10.20 V  (min =  +9.37 V, max = +11.46 V)   
-12V:     -11.74 V  (min = -13.16 V, max = -11.08 V)   
-5V:       -4.92 V  (min =  -5.66 V, max =  -4.44 V)   
fan1:        0 RPM  (min = 3000 RPM, div = 2)          ALARM
fan2:     3970 RPM  (min = 3000 RPM, div = 2)          
temp:     +2800.00 C (hot:limit = +60000 C,  hysteresis = +50000 C) ALARM
         (os: limit = +60000 C,  hysteresis = +50000 C) ALARM

eeprom-i2c-0-51
Adapter: SMBus PIIX4 adapter at 5000
Algorithm: Non-I2C SMBus adapter

eeprom-i2c-0-52
Adapter: SMBus PIIX4 adapter at 5000
Algorithm: Non-I2C SMBus adapter
---------------------End Example----------------------
To add a sensor to Sensor Sweep right click on the applet, click on
"Properties". Press the "Add Sensor" button.
To monitor the temperature using the above output as an example we would
enter in "Temp" as the Display Name, "lm80-i2c-0-28" as the Chip Name and "temp" as the Sensor Name.

More docs to come. Eventually
