summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.conf
blob: ee67a0bf6e021de1b2b2d7b8a10f74fcae2bd92b (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Configuration file of DLT system manager
#

########################################################################
# General configuration                                                
########################################################################

# The application Id used for the System manager (Default: SYS)
ApplicationId = SYS

########################################################################
# 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

########################################################################
# Filetransfer Manager                                                
########################################################################

# Directory which contains files to be transfered over DLT (Default: /tmp/filetransfer)
# Files are deleted after Filetransfer is finished and after TimeDelay expired
FiletransferDirectory = /tmp/filetransfer

# The Context Id of the filetransfer (Default: FILE)
FiletransferContextId = FILE

# Time after startup of dlt-system when first file is transfered (Default: 30)
# Time in seconds
FiletransferTimeStartup = 5

# Time to wait when transfered file is deleted and next file transfer starts (Default: 10)
# Time in seconds
FiletransferTimeDelay = 3

########################################################################
# Log Kernel version                                                
########################################################################

# Log the file /proc/version (Default: 1)
# 0 = off, 1 = startup only, 2 = regular
LogKernelVersionMode = 2

# The Context Id of the kernel version (Default: VERS)
LogKernelVersionContextId = KVER

########################################################################
# Log Processes                                                
########################################################################

# Log the processes in /proc with info from /proc/x/stat (Default: 1)
# 0 = off, 1 = startup only, 2 = regular
LogProcessesMode = 0

# The Context Id of the kernel version (Default: PROC)
LogProcessesContextId = PROC