-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[monit][dualtor] Periodically check mux neighbors consistency #15769
Conversation
Signed-off-by: Longxiang Lyu <[email protected]>
# dualtor_neighbor_check.py: script to check if the neighbor entries in APPL_DB | ||
# has correct neighbor or tunnel route entries in ASIC_DB based on the mux | ||
# states. | ||
check program dualtorNeighborCheck with path "/usr/local/bin/dualtor_neighbor_check.py -o SYSLOG -s ERROR" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking at routeCheck above, there is no -o
or -s
option. Why do we need to explicitly set here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those arguments are to set the log output destination(-o
) and log level(-s
)
/azp run |
Commenter does not have sufficient privileges for PR 15769 in repo sonic-net/sonic-buildimage |
/azp run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
Hi @prsunny, could you please help merge it? |
…net#15769) Signed-off-by: Longxiang Lyu <[email protected]>
Cherry-pick PR to 202211: #15953 |
…net#15769) Signed-off-by: Longxiang Lyu <[email protected]>
Cherry-pick PR to 202205: #15954 |
…net#15769) Signed-off-by: Longxiang Lyu <[email protected]>
Cherry-pick PR to 202305: #16055 |
Signed-off-by: Longxiang Lyu <[email protected]>
#15954) Signed-off-by: Longxiang Lyu <[email protected]> Co-authored-by: Longxiang Lyu <[email protected]>
2 similar comments
…net#15769) Signed-off-by: Longxiang Lyu <[email protected]>
Why I did it
This depends on PR sonic-net/sonic-utilities#2840.
And it is to enable
dualtor_neighbor_check.py
as a periodical check.Work item tracking
How I did it
How to verify it
Verify on testbed, for any inconsistencies,
monit
will writeERROR
syslogs:Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)