summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/dlt-system.conf')
-rw-r--r--src/system/dlt-system.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/system/dlt-system.conf b/src/system/dlt-system.conf
new file mode 100644
index 0000000..59571bf
--- /dev/null
+++ b/src/system/dlt-system.conf
@@ -0,0 +1,30 @@
+# Configuration file of DLT system manager
+#
+
+########################################################################
+# General configuration
+########################################################################
+
+# The application Id used for the System manager (Default: SYS)
+ApplicationId = SYS
+
+########################################################################
+# Kernel version
+########################################################################
+
+# Log the file /proc/version (Default: 1)
+# 0 = off, 1 = startup only, 2 = regular
+KernelVersionMode = 2
+
+# The Context Id of the kernel version (Default: VERS)
+KernelVersionContextId = VERS
+
+########################################################################
+# Syslog Adapter configuration
+########################################################################
+
+# The Context Id of the syslog adapter (Default: SYSL)
+SyslogContextId = SYSL
+
+# The UDP port opened by DLT system mamager to receive system logs (Default: 47111)
+SyslogPort = 47111