From 9c34b2a8d900c452aa0d89e15e04dbc4d2a77069 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Wed, 21 Jul 2021 16:06:17 +0000
Subject: [PATCH] Update cisco_bgp_peer

---
 checks/cisco_bgp_peer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/cisco_bgp_peer b/checks/cisco_bgp_peer
index cc5fdb6..f9602d8 100644
--- a/checks/cisco_bgp_peer
+++ b/checks/cisco_bgp_peer
@@ -21,7 +21,7 @@
 # 24.02.2020: added workaround for missing cbgpPeer2AddrFamily (example L2VPN EVPN peers, Fix for jonale82[at]gmail[dot]com)
 # 02.03.2020: changed handling of perfdata, add only data the are really there (not None, instead of setting them to 0)
 # 04.06.2020: code cleanup --> changed isdigit test to try/except loop, changed peer.get test to try/except loop
-#
+# 21.07.2021: fixed parse section for missing oid_end
 
 #
 # snmpwalk sample
-- 
GitLab