From 2d91512e3276a2ec2eb16e846c26ff56f810d994 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Tue, 10 May 2022 17:50:43 +0000
Subject: [PATCH] Update README.md

---
 README.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index c0853bc..2c92a2c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
 # Juniper BGP Peer [(Download the MKP package)](/../../../-/raw/master/juniper_bgp_peer.mkp "Download MKP package")
 
 Monitors status of Juniper BGP peers (IPv4 and IPv6)
+
+THX to Jeff Fern (jeff[dash]cmk[at]fcse[dot]co[dot]uk) for testing and providing feedback to make this addon happen.
+
 ---
 ### Insallation
 
@@ -15,11 +18,11 @@ In addition to this package you need to install the vendor independent plugin [B
 * *wato*: [see bgp_peer WATO options](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/bgp_peer/-/raw/master/doc/wato.png?raw=true "BGP Peer WATO options")
    
 * *perfdata (if avilable)*: 
-    * Prefixes accepted (count)
-    * Prefixes advertised (/s)
-    * Prefixes denied (/s)
-    * Prefixes suppressed (/s)
-    * Prefixes withdrawn (/s)
+    * Prefixes in (count)
+    * Prefixes in accepted (count)
+    * Prefixes in rejected (count)
+    * Prefixes in active (count)
+    * Prefixes out (count)
     * Updates received (/s)
     * Updates send (/s)
     * Total messages received (/s)
-- 
GitLab