From 0357c9facf2aa39533badc4b7511f8aaf2b7f25c Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Wed, 11 May 2022 11:45:50 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3a994d..fd36ae2 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Check plugin to monitors 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 for CMK 2.0 and extended it to be the base for all my other BGP plugins. +**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. -**NOTE**: this check is the base for [Cisco BGP peer](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/cisco_bgp_peer) and for [Huawei BGP peer](https://thl-cmk.hopto.org/gitlab/checkmk/huawei/huawei_bgp_peers). It will soon become the base for the Juniper BGP peer addon. +**NOTE**: this check is the base for the [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_peers) BGP peer addons. --- -- GitLab