summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.conf
blob: 59571bfd0cb977eb922a5fd10b40c07aa222f5bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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