File tree 7 files changed +38
-0
lines changed
7 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 4
4
## orchagent
5
5
## portsyncd
6
6
## neighsyncd
7
+ ## fdbsyncd
7
8
## vrfmgrd
8
9
## vlanmgrd
9
10
## intfmgrd
@@ -22,6 +23,9 @@ check program swss|portsyncd with path "/usr/bin/process_checker swss /usr/bin/p
22
23
check program swss|neighsyncd with path "/usr/bin/process_checker swss /usr/bin/neighsyncd"
23
24
if status != 0 for 5 times within 5 cycles then alert repeat every 1 cycles
24
25
26
+ check program swss|fdbsyncd with path "/usr/bin/process_checker swss /usr/bin/fdbsyncd"
27
+ if status != 0 for 5 times within 5 cycles then alert repeat every 1 cycles
28
+
25
29
check program swss|vrfmgrd with path "/usr/bin/process_checker swss /usr/bin/vrfmgrd"
26
30
if status != 0 for 5 times within 5 cycles then alert repeat every 1 cycles
27
31
Original file line number Diff line number Diff line change 1
1
program:orchagent
2
2
program:portsyncd
3
3
program:neighsyncd
4
+ program:fdbsyncd
4
5
program:vlanmgrd
5
6
program:intfmgrd
6
7
program:portmgrd
Original file line number Diff line number Diff line change @@ -184,3 +184,14 @@ stdout_logfile=syslog
184
184
stderr_logfile=syslog
185
185
dependent_startup=true
186
186
dependent_startup_wait_for=swssconfig:exited
187
+
188
+ [program:fdbsyncd]
189
+ command=/usr/bin/fdbsyncd
190
+ priority=17
191
+ autostart=false
192
+ autorestart=false
193
+ stdout_logfile=syslog
194
+ stderr_logfile=syslog
195
+ dependent_startup=true
196
+ dependent_startup_wait_for=swssconfig:exited
197
+
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ supervisorctl start portsyncd
58
58
echo " Start neighsyncd"
59
59
supervisorctl start neighsyncd
60
60
61
+ echo " Start fdbsyncd"
62
+ supervisorctl start fdbsyncd
63
+
61
64
echo " Start teamsyncd"
62
65
supervisorctl start teamsyncd
63
66
Original file line number Diff line number Diff line change @@ -131,3 +131,11 @@ autostart=false
131
131
autorestart=unexpected
132
132
stdout_logfile=syslog
133
133
stderr_logfile=syslog
134
+
135
+ [program:fdbsyncd]
136
+ command=/usr/bin/fdbsyncd
137
+ priority=16
138
+ autostart=false
139
+ autorestart=false
140
+ stdout_logfile=syslog
141
+ stderr_logfile=syslog
Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ supervisorctl start coppmgrd
103
103
104
104
supervisorctl start neighsyncd
105
105
106
+ supervisorctl start fdbsyncd
107
+
106
108
supervisorctl start teamsyncd
107
109
108
110
supervisorctl start fpmsyncd
Original file line number Diff line number Diff line change @@ -220,3 +220,12 @@ autostart=false
220
220
autorestart=false
221
221
stdout_logfile=syslog
222
222
stderr_logfile=syslog
223
+
224
+ [program:fdbsyncd]
225
+ command=/usr/bin/fdbsyncd
226
+ priority=25
227
+ autostart=false
228
+ autorestart=false
229
+ stdout_logfile=syslog
230
+ stderr_logfile=syslog
231
+
You can’t perform that action at this time.
0 commit comments