From ea98ae502a309f7ca26914156fa0e5d06de4057c Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Tue, 13 Jun 2023 05:03:53 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58c84d2..52cd7e1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # BGP Peer -Check plugin to monitors status of BGP peers and inventory plugin for static BGP peer data. +Check plugin to monitor the status of BGP peers and inventory plugin for static BGP peer data. -**NOTE**: This check was originally written by Thomas Wollner (tw[at]wollner-net[dot]de). I have rewritten this plugin for CMK 2.0 and extended it to be the base for all my other BGP plugins. +This plugin is the base for the [Arista](https://thl-cmk.hopto.org/gitlab/checkmk/arista_networks/arista_bgp_peer), [Cisco](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/cisco_bgp_peer), [Huawei](https://thl-cmk.hopto.org/gitlab/checkmk/huawei/huawei_bgp_peers) and [Juniper](https://thl-cmk.hopto.org/gitlab/checkmk/juniper-networks/juniper_bgp_peer) BGP peer addons. -**NOTE**: this check is the base for the [Arista](https://thl-cmk.hopto.org/gitlab/checkmk/arista_networks/arista_bgp_peer), [Cisco](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/cisco_bgp_peer), [Huawei](https://thl-cmk.hopto.org/gitlab/checkmk/huawei/huawei_bgp_peers) and [Juniper](https://thl-cmk.hopto.org/gitlab/checkmk/juniper-networks/juniper_bgp_peer) BGP peer addons. +#### Acknowledgement +This check was originally written by Thomas Wollner (tw[at]wollner-net[dot]de) for [CMK 1.x](https://exchange.checkmk.com/p/bgp-peer "see CheckMK Excchange"). +I have rewritten this plugin for CMK 2.0 and extended it to be the base for all my other BGP plugins. --- ### Check Info -- GitLab