Skip to content

Commit

Permalink
Enable debug logs for the dualtor_neighbor_check.py
Browse files Browse the repository at this point in the history
Signed-off-by: vadymhlushko-mlnx <vadymh@nvidia.com>
  • Loading branch information
vadymhlushko-mlnx committed Oct 11, 2023
1 parent 0772884 commit 36d7387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/image_config/monit/conf.d/sonic-host
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ check program routeCheck with path "/usr/local/bin/route_check.py"
# 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"
check program dualtorNeighborCheck with path "/usr/local/bin/dualtor_neighbor_check.py -o SYSLOG -s DEBUG"
every 5 cycles
if status != 0 for 3 cycle then alert repeat every 1 cycles

Expand Down

0 comments on commit 36d7387

Please sign in to comment.