-
Notifications
You must be signed in to change notification settings - Fork 53
/
ToolChainConfig
30 lines (23 loc) · 1.06 KB
/
ToolChainConfig
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
#ToolChain dynamic setup file
##### Runtime Paramiters #####
verbose 0 ## Verbosity level of ToolChain
error_level 0 # 0= do not exit, 1= exit on unhandeled errors only, 2= exit on unhandeled errors and handeled errors
attempt_recover 1 ## 1= will attempt to finalise if an execute fails
remote_port 24002
IO_Threads 1 ## Number of threads for network traffic (~ 1/Gbps)
###### Logging #####
log_mode Local # Interactive=cout , Remote= remote logging system "serservice_name Remote_Logging" , Local = local file log;
log_local_path /monitoringplots/log
log_service LogStore
###### Service discovery ##### Ignore these settings for local analysis
service_discovery_address 239.192.1.1
service_discovery_port 5000
service_name Monitoring
service_publish_sec 5
service_kick_sec 60
##### Tools To Add #####
Tools_File configfiles/Monitoring/ToolsConfig ## list of tools to run and their config files
##### Run Type #####
Inline 0 ## number of Execute steps in program, -1 infinite loop that is ended by user
Interactive 0 ## set to 1 if you want to run the code interactively
Remote 1