You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix monit connection failure when doing routeCheck/contianerCheck monitor enable after config reload (#3698)
Fix:
sonic-net/sonic-buildimage#21268
How I did:
Reorder the sequence of doing enabling container_cheek and routeCheck before doing monit reload to avoid transient issue of monit sock error.
Also I add a sleep of 1 sec to make sure monitor enable configuration takes effect before we do reload.
0 commit comments