~jfi/ubuntu/quantal/psensor/fix-LP1029065

« back to all changes in this revision

Viewing changes to src/description.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Philippe Orsini
  • Date: 2011-04-21 15:19:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110421151935-njh7oq0o7e49oz8c
Tags: 0.6.1.8-1
* New upstream release
* debian/control:
    - removed empty paragraphs. (Closes: #624236)
    - added build-dep to autoconf,automake,gettext,autopoint
    - switched to Standards-Version 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
temperature alert is raised.
9
9
 
10
10
It can monitor:
11
 
  * the temperature of the motherboard and CPU sensors (using lm-sensors).
 
11
  * the temperature of the motherboard and CPU sensors (using lm\-sensors).
12
12
  * the temperature of the NVidia GPUs (using XNVCtrl).
13
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).
 
14
  * the rotation speed of the fans (using lm\-sensors).
 
15
  * the sensors of a remote computer (using psensor\-server).
16
16
 
17
 
Psensor requires lm-sensors to be correctly installed and configured,
 
17
Psensor requires lm\-sensors to be correctly installed and configured,
18
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
 
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
21
more information.
22
22
 
23
23
To retrieve the temperature of the Hard Disk Drives, the hddtemp
24
24
daemon must be running.
25
25
 
26
26
For remote monitoring:
27
 
  * start psensor-server(1) on the remote computer
28
 
  * run psensor with '--url' option: 'psensor --url=http://localhost:3131'
 
27
  * start psensor\-server(1) on the remote computer
 
28
  * run psensor with '\-\-url' option: 'psensor \-\-url=http://localhost:3131'
29
29
 
30
30
[SEE ALSO]
31
31
 
32
 
psensor-server(1), sensors(1), sensors-detect(8), hddtemp(8)
 
32
psensor\-server(1), sensors(1), sensors\-detect(8), hddtemp(8)