From 71a7aae2c7e3451293ad7e96b07efa5329e12b86 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Tue, 4 Oct 2011 17:34:25 +0200 Subject: First version of DLT system mamager. --- src/system/dlt-system.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/system/dlt-system.conf (limited to 'src/system/dlt-system.conf') 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 -- cgit v1.2.1