From 32e3cd94544abcab0251058ce90540d9cbb0bf15 Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Sat, 6 Mar 2021 06:56:26 -0800 Subject: [PATCH] Revert "[monit] Periodically monitor VNET route consistency (#6819)" (#6975) This reverts commit 2c6be7e0f57a594782a44e3d6a9b04393ab02a7f. Reverts #6819 --- files/image_config/monit/conf.d/sonic-host | 5 ----- 1 file changed, 5 deletions(-) diff --git a/files/image_config/monit/conf.d/sonic-host b/files/image_config/monit/conf.d/sonic-host index 0e51dfe11e..d191759b76 100644 --- a/files/image_config/monit/conf.d/sonic-host +++ b/files/image_config/monit/conf.d/sonic-host @@ -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 -