File tree Expand file tree Collapse file tree 7 files changed +38
-0
lines changed Expand file tree Collapse file tree 7 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 44## orchagent
55## portsyncd
66## neighsyncd
7+ ## fdbsyncd
78## vrfmgrd
89## vlanmgrd
910## intfmgrd
@@ -22,6 +23,9 @@ check program swss|portsyncd with path "/usr/bin/process_checker swss /usr/bin/p
2223check program swss|neighsyncd with path "/usr/bin/process_checker swss /usr/bin/neighsyncd"
2324 if status != 0 for 5 times within 5 cycles then alert repeat every 1 cycles
2425
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+
2529check program swss|vrfmgrd with path "/usr/bin/process_checker swss /usr/bin/vrfmgrd"
2630 if status != 0 for 5 times within 5 cycles then alert repeat every 1 cycles
2731
Original file line number Diff line number Diff line change 11program:orchagent
22program:portsyncd
33program:neighsyncd
4+ program:fdbsyncd
45program:vlanmgrd
56program:intfmgrd
67program:portmgrd
Original file line number Diff line number Diff line change @@ -184,3 +184,14 @@ stdout_logfile=syslog
184184stderr_logfile=syslog
185185dependent_startup=true
186186dependent_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
5858echo " Start neighsyncd"
5959supervisorctl start neighsyncd
6060
61+ echo " Start fdbsyncd"
62+ supervisorctl start fdbsyncd
63+
6164echo " Start teamsyncd"
6265supervisorctl start teamsyncd
6366
Original file line number Diff line number Diff line change @@ -131,3 +131,11 @@ autostart=false
131131autorestart=unexpected
132132stdout_logfile=syslog
133133stderr_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
103103
104104supervisorctl start neighsyncd
105105
106+ supervisorctl start fdbsyncd
107+
106108supervisorctl start teamsyncd
107109
108110supervisorctl start fpmsyncd
Original file line number Diff line number Diff line change @@ -220,3 +220,12 @@ autostart=false
220220autorestart=false
221221stdout_logfile=syslog
222222stderr_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