Import from Clearcase LIV_TRC6500_V2.2.3
[debian6500.git] / install / cluster / slave / etc / default / hddtemp
CommitLineData
4e802319 1# Defaults for hddtemp initscript (/etc/init.d/hddtemp)
2# This is a POSIX shell fragment
3
4# [automatically edited by postinst, do not change line format ]
5
6# hddtemp network daemon switch. If set to true, hddtemp will listen
7# for incoming connections.
8RUN_DAEMON="false"
9
10# List of devices you want to use with hddtemp. If none specified,
11# hddtemp will probe standard devices.
12#DISKS="/dev/hda"
13
14# List of devices you want to use with hddtemp, but that would not be
15# probed for a working sensor.
16DISKS_NOPROBE=""
17
18# IP address of the interface on which you want hddtemp to be bound
19# on. If none specified, goes to 127.0.0.1. Use 0.0.0.0 to bind hddtemp
20# on all interfaces.
21INTERFACE="127.0.0.1"
22
23# Port number on which you want hddtemp to listen on. If none specified,
24# the port 7634 is used.
25PORT="7634"
26
27# Database file to use. If none specified, /etc/hddtemp.db is used.
28#DATABASE="/etc/hddtemp.db"
29
30# Separator to use between fields. The default separator is '|'.
31#SEPARATOR="|"
32
33# Logging period (in seconds) for the temperatures. If set to a value
34# different than 0, hddtemp will run as a daemon periodically logging
35# the temperatures through syslog
36RUN_SYSLOG="0"
37
38# Other options to pass to hddtemp
39OPTIONS=""