-
Notifications
You must be signed in to change notification settings - Fork 27
/
INSTALL
63 lines (44 loc) · 1.84 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
DESCRIPTION
===========
hddtemp will show you the hard drive temperature if the hard drive can
(modern drives support this feature).
I need feedback to make the supported drives database bigger.
COPYRIGHT
=========
This software is distributed under the GPL license.
Please see COPYING file.
INSTALLATION
============
Run ./configure (see --help for options), then just type 'make' and don't forget
to get the last hddtemp.db file on the site :
$ wget http://www.guzu.net/linux/hddtemp.db
By default, the hddtemp.db will we searched in /usr/share/misc directory but
you can change this at compilation time with the --with-db-path option:
$ ./configure --with-db-path=/etc/hddtemp.db
INFORMATION
===========
In deamon mode, hddtemp doesn't allow too much query at a time. If the interval
between two query is inferior to 1 minute, hddtemp will give the previous value
(hddtemp query the disk every at each connection, if the period is superior to
1 minute).
After starting hddtemp in deamon mode, you can test it with a simple telnet
or netcat:
$ telnet localhost 7634
or
$ netcat localhost 7634
(note: sometimes the netcat command is called nc).
If you know that your drive has a temperature sensor and is reported to be
unsupported tell me which model and which manufacturer it is, and/or just
add a new entry in hddtemp.db. Each line of hddtemp.db is either a commentary,
a blank line or a line containing:
- a regular expression that allow hddtemp to recognize a drive or a set of drives
from its model name or from a generic model name,
- a value (ATTRIBUTE_ID from S.M.A.R.T.),
- a description.
The separator option allows to specify a separator in the case the drive's name
contains the default separator. Be carefull not to use '?' or '*' which could
exists in the reply of hddtemp.
CONTACT
=======
Emmanuel Varagnat: [email protected]
http://www.guzu.net