From b6439f4e44e91131f243b67e8f42ce5baa3d97ac Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sat, 15 Jun 2024 11:47:07 +0000 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b7f9239..f2d0b58 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Monitors status of Cisco BGP peers (IPv4 and IPv6, with basic support for VRFs o * *service*: this check creates one service for each peer/address family (IPv4 and IPv6) [see bgp_peer service](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/bgp_peer/-/blob/master/README.md "BGP peer readme.md") * *state*: [see bgp_peer states](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/bgp_peer/-/blob/master/README.md "BGP peer readme.md") -* *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") +* *wato*: [see bgp_peer WATO options](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/bgp_peer/-/raw/masterimg/wato.png?raw=true "BGP Peer WATO options") * *perfdata (if avilable)*: * Prefixes accepted (count) @@ -35,17 +35,23 @@ Monitors status of Cisco BGP peers (IPv4 and IPv6, with basic support for VRFs o --- ### Download -* [cisco_bgp_peer.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/cisco_bgp_peer/-/raw/master/cisco_bgp_peer.mkp "Download latest version") +* [Download latest mkp file][PACKAGE] + +**Note**: before you update to a newer version, always check the [CHANGELOG](CHANGELOG). There might be incompatible changes. --- ### Installation -You can install the package by uploading it to your CheckMK site and as site user run `mkp install cisco_bgp_peer.mkp`. On CMK 2.2.x and above use `mkp add cisco_bgp_peer.mkp` and `mkp enable cisco_bgp_peer`. - - -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. +You can install the package by uploading it to your CheckMK site and as site user run +``` +mkp install PACKAGENAME-VERSION.mkp +``` +or beginning with CMK2.2.x +``` +mkp add PACKAGENAME-VERSION.mkp +mkp enable PACKAGENAME VERSION +``` +In the non RAW editions of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_) --- ### Want to contribute? @@ -55,5 +61,5 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut --- ### Sample output - + -- GitLab