summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.conf
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-05 15:00:04 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-05 15:00:04 +0200
commitfbc90e0e3b7c6754cc426b183eeabea3e98359d8 (patch)
treef23203d80ae10237837f5541cd180585104b7694 /src/system/dlt-system.conf
parent71a7aae2c7e3451293ad7e96b07efa5329e12b86 (diff)
downloadDLT-daemon-fbc90e0e3b7c6754cc426b183eeabea3e98359d8.tar.gz
Functionality log of processes from /proc added.
Diffstat (limited to 'src/system/dlt-system.conf')
-rw-r--r--src/system/dlt-system.conf28
1 files changed, 20 insertions, 8 deletions
diff --git a/src/system/dlt-system.conf b/src/system/dlt-system.conf
index 59571bf..b47129d 100644
--- a/src/system/dlt-system.conf
+++ b/src/system/dlt-system.conf
@@ -9,22 +9,34 @@
ApplicationId = SYS
########################################################################
-# Kernel version
+# 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
+
+########################################################################
+# Log Kernel version
########################################################################
# Log the file /proc/version (Default: 1)
# 0 = off, 1 = startup only, 2 = regular
-KernelVersionMode = 2
+LogKernelVersionMode = 2
# The Context Id of the kernel version (Default: VERS)
-KernelVersionContextId = VERS
+LogKernelVersionContextId = VERS
########################################################################
-# Syslog Adapter configuration
+# Log Processes
########################################################################
-# The Context Id of the syslog adapter (Default: SYSL)
-SyslogContextId = SYSL
+# Log the processes in /proc with info from /proc/x/stat (Default: 1)
+# 0 = off, 1 = startup only, 2 = regular
+LogProcessesMode = 2
+
+# The Context Id of the kernel version (Default: PROC)
+LogProcessesContextId = PROC
-# The UDP port opened by DLT system mamager to receive system logs (Default: 47111)
-SyslogPort = 47111