Revert "[monit] Periodically monitor VNET route consistency (#6819)" (#6975)

This reverts commit 2c6be7e0f5.
Reverts #6819
This commit is contained in:
Qi Luo 2021-03-06 06:56:26 -08:00 committed by GitHub
parent 2c6be7e0f5
commit 32e3cd9454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,3 @@ check program routeCheck with path "/usr/bin/route_check.py"
every 5 cycles
if status != 0 for 3 cycle then alert repeat every 1 cycles
# vnet_route_check.py: tool that verifies VNET routes consistancy between SONiC and vendor SDK DBs.
check program vnetRouteCheck with path "/usr/local/bin/vnet_route_check.py"
every 5 cycles
if status != 0 for 3 cycle then alert repeat every 1 cycles