summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.conf
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-04 17:34:25 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-04 17:34:25 +0200
commit71a7aae2c7e3451293ad7e96b07efa5329e12b86 (patch)
treef2d75b369ca4f5ec9fb44e9a19566e70d87735d3 /src/system/dlt-system.conf
parentc37ecb5031eebc36bfba8be0d741ec858e8898f7 (diff)
downloadDLT-daemon-71a7aae2c7e3451293ad7e96b07efa5329e12b86.tar.gz
First version of DLT system mamager.
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