-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_forwarder.json
70 lines (69 loc) · 2.28 KB
/
config_forwarder.json
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
62
63
64
65
66
67
68
69
70
[
{
"processname": "Monitoring",
"monitoring_forwarder":"on",
"forwarder_frontend_socket": "tcp://127.0.0.1:5561",
"forwarder_backend_socket": "tcp://127.0.0.1:5562",
"monitoring_socket": "tcp://127.0.0.1:5562"
},
{
"processname": "CommandCenter",
"command_socket": "tcp://127.0.0.1:5568"
},
{
"processname": "RTADP1",
"dataflow_type": "string",
"processing_type": "thread",
"datasocket_type": "pubsub",
"data_lp_socket": "tcp://127.0.0.1:5564",
"data_hp_socket": "tcp://127.0.0.1:5565",
"command_socket": "tcp://127.0.0.1:5568",
"monitoring_socket": "tcp://127.0.0.1:5561",
"manager": [
{
"result_socket_type": "pubsub",
"result_dataflow_type": "string",
"result_lp_socket": "tcp://127.0.0.1:5566",
"result_hp_socket": "tcp://127.0.0.1:5567",
"num_workers": 5,
"name": "Rate",
"name_workers": "worker"
},
{
"result_socket_type": "none",
"result_dataflow_type": "none",
"result_lp_socket": "none",
"result_hp_socket": "none",
"num_workers": 2,
"name": "S22Mean",
"name_workers": "worker"
}
],
"logs_path": "/tmp/",
"logs_level": 5,
"comment": "datasockettype=pushpull|pubsub|custum dataflowtype=binary|filename|string processingtype=process|thread"
},
{
"processname": "RTADP2",
"dataflow_type": "string",
"processing_type": "thread",
"datasocket_type": "pubsub",
"data_lp_socket": "tcp://127.0.0.1:5566",
"data_hp_socket": "tcp://127.0.0.1:5567",
"command_socket": "tcp://127.0.0.1:5568",
"monitoring_socket": "tcp://127.0.0.1:5561",
"manager": [
{
"result_socket_type": "none",
"result_dataflow_type": "none",
"result_lp_socket": "none",
"result_hp_socket": "none",
"num_workers": 2,
"name": "Rate",
"name_workers": "worker"
}],
"logs_path": "/tmp/",
"logs_level": 5,
"comment": "datasockettype=pushpull|pubsub|custum dataflowtype=binary|filename|string processingtype=process|thread"
}
]