-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.yaml
178 lines (158 loc) · 5.19 KB
/
config.yaml
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
default:
command:
history:
filename: ../../cmdhist.pcap
port: 3075
sequence:
directory: ../../seq/
script:
directory: ../../script
cmddict:
filename: cmd.yaml
evrdict:
filename: evr.yaml
tlmdict:
filename: tlm.yaml
limits:
filename: limits/limits.yaml
table:
filename: table.yaml
bsc:
filename: bsc.yaml
dsn:
sle:
initiator_id: LSE
# password only matters if we're doing auth and can stay as 'pw'
password: pw
responder_id: SSC
# peer password only matters if we're doing auth and can stay as 'pw'
peer_password: pw
downlink_frame_type: TMTransFrame
heartbeat: 25
deadfactor: 5
buffer_size: 256000
responder_port: 'default'
rcf:
inst_id: sagr=LSE-SSC.spack=Test.rsl-fg=1.rcf=onlc2
hostnames:
- example.hostname.1
- example.hostname.2
port: None
version: 4
spacecraft_id: 250
trans_frame_ver_num: 0
auth_level: 'none'
raf:
inst_id: sagr=LSE-SSC.spack=Test.rsl-fg=1.raf=onlc1
hostnames:
- example.hostname.1
- example.hostname.2
port: None
version: 4
auth_level: 'none'
fcltu:
inst_id: None
hostnames:
- example.hostname.1
- example.hostname.2
port: None
version: 4
auth_level: 'none'
aos:
frame_header_error_control_included: false
transfer_frame_insert_zone_len: 0
operational_control_field_included: false
frame_error_control_field_included: false
virtual_channels:
1: "b_pdu"
2: "m_pdu"
3: "vca_sdu"
4: "idle"
cfdp:
mib:
path: ./mib
datasink:
outgoing:
path: ../ait/dsn/cfdp/datasink/outgoing
incoming:
path: ../ait/dsn/cfdp/datasink/incoming
tempfiles:
path: ../ait/dsn/cfdp/datasink/tempfiles
pdusink:
path: ../ait/dsn/cfdp/datasink/pdusink
max_file_name_length: 64
max_entity_id_length: 8
max_transaction_id_length: 8
logging:
name: ait
hostname: yourCustomHostForLogging
leapseconds:
filename: leapseconds.dat
notifications:
email:
# Specifies the triggers for which a type of notification
# (email, text) will be emitted.
triggers:
- limit-warn
- limit-error
recipients:
- email@address.com
text:
triggers:
- limit-warn
- limit-error
# Most wireless carriers provide SMS gateways for sending
# texts via email. You can look up the address format for your
# given carrier. A list of some popular carriers is below:
# AT&Tnumber@txt.att.net
# Sprintnumber@messaging.sprintpcs.com
# T-Mobilenumber@tmomail.net
# Verizonnumber@vtext.com
recipients:
- phonenumber@service.com
# Notifications require connection to an SMTP server for sending
# both emails and texts. You should configure this to point to
# your SMTP server with your credentials. You can use GMails
# servers if you have a GMail account.
smtp:
server: smtp.gmail.com
port: 465
username: yourSMTPServerUsername
password: yourSMTPServerPassword
options:
frequency: 25
threshold: 1
phase: 'dev'
data:
'1553':
path: /gds/${phase}/data/${hostname}/%Y/%Y-%j/downlink/1553
bad:
path: /gds/${phase}/data/${hostname}/%Y/%Y-%j/downlink/bad
lehx:
path: /gds/${phase}/data/${hostname}/%Y/%Y-%j/downlink/lehx
planning:
path: /gds/${phase}/data/${hostname}/%Y/%Y-%j/planning
sdos:
path: /gds/${phase}/data/${hostname}/%Y/%Y-%j/sdos
uplink:
path: /gds/${phase}/data/${hostname}/%Y/%Y-%j/uplink
ats:
path: /gds/${phase}/data/${hostname}/%Y/%Y-%j/ats
server:
plugins: []
inbound-streams:
- stream:
name: log_stream
input:
- 2514
- stream:
name: telem_stream
input:
- 3076
handlers:
- name: ait.core.server.handlers.PacketHandler
packet: 1553_HS_Packet
outbound-streams:
- stream:
name: command_stream
output: 3075