summaryrefslogtreecommitdiff
path: root/cleopatre/application/fw_wd/fwwatchd.default
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/fw_wd/fwwatchd.default')
-rw-r--r--cleopatre/application/fw_wd/fwwatchd.default24
1 files changed, 24 insertions, 0 deletions
diff --git a/cleopatre/application/fw_wd/fwwatchd.default b/cleopatre/application/fw_wd/fwwatchd.default
new file mode 100644
index 0000000000..f91e2b14c0
--- /dev/null
+++ b/cleopatre/application/fw_wd/fwwatchd.default
@@ -0,0 +1,24 @@
+# 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=""