summaryrefslogtreecommitdiff
path: root/cleopatre/application/fw_wd/fwwatchd.default
blob: a3a847978323cee22ef1171a2666abb3bb5459b9 (plain)
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
# Configure fwwatchd behavior.

#
# Life saving procedures.
#

# Authorize automatic system reboot on watchdog expiration.
REBOOT=true

#
# Traces.
#

# Get trace from firmware and keep them compressed.
TRACE_ENABLED=true

# Where to store compressed traces.
TRACE_FOLDER="/usr/local/trace/"

# List of files to add to trace (separator is ':').
TRACE_FILES="/proc/net/plc/version:/etc/hpav.info:/proc/uptime"

# List of commands to get output with traces (separator is ':').
TRACE_CMDS=""

# Size limit for traces, in kilobytes.
TRACE_SIZE_LIMIT_KB=200

# Filesystem free space limit for traces, in kilobytes.
TRACE_FREE_LIMIT_KB=100