From cc4db6120d817e23f818e00ebb5e5f08c0be298f Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Tue, 17 Jan 2023 20:06:05 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5447062..9af952d 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ -# Title +# BGP peer -A short description about the plugin +Monitors status of Arista Networks BGP peers (IPv4 and IPv6) -if there are more than on plugin put it in collapsable sections -<details><summary>check_plugin_1</summary> +**Note**: this plugin will supersede the original `arista_bgp` plugin. + +<details><summary>arista_bgp_peer</summary> </details> -<details><summary>check_pluhin_2</summary> +<details><summary>inv_arista_bgp_peer</summary> </details> --- ### Download -* [PACKAGE_NAME.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/PATH_TO_THE_PACKAGE/-/raw/master/PACKAGE_NAME.mkp "Download the MKP file") +* [arista_bgp_peer.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/arista_networks/arista_bgp_peer/-/raw/master/arista_bgp_peer.mkp "Download the MKP file") --- ### Installation @@ -22,6 +23,8 @@ You can install the package by uploading it to your CheckMK site and as site use In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_) +In addition to this package you need to install the vendor independent plugin [BGP Peer](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/bgp_peer "BGP Peer") as well. + --- ### Want to Contribute? Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing") -- GitLab