import psensor trunk from private svn
[psensor.git] / src / description.txt
1 [description]
2
3 /psensor is a/
4
5 It displays a curve for each sensor, and uses Desktop Notification to
6 raise an alarm when a temperature is too high. On Ubuntu an
7 Application Indicator is also available, its icon changes when a
8 temperature alert is raised.
9
10 It can monitor:
11   * the temperature of the motherboard and CPU sensors (using lm\-sensors).
12   * the temperature of the NVidia GPUs (using XNVCtrl).
13   * the temperature of the Hard Disk Drives (using hddtemp).
14   * the rotation speed of the fans (using lm\-sensors).
15   * the sensors of a remote computer (using psensor\-server).
16
17 Psensor requires lm\-sensors to be correctly installed and configured,
18 it can be checked by running the command 'sensors'. If it has never be
19 done, you may need to run the command 'sensors\-detect' and follow the
20 instruction. See the manpages of sensors(1) and sensors\-detect(8) for
21 more information.
22
23 To retrieve the temperature of the Hard Disk Drives, the hddtemp
24 daemon must be running.
25
26 For remote monitoring:
27   * start psensor\-server(1) on the remote computer
28   * run psensor with '\-\-url' option: 'psensor \-\-url=http://localhost:3131'
29
30 [SEE ALSO]
31
32 psensor\-server(1), sensors(1), sensors\-detect(8), hddtemp(8)