diff --git a/README.md b/README.md index 35d11ce9b0fa582c96d7d441d3a41e217f756997..91b0bf086430fa0d751836c88d62e9b77f5cf83a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,12 @@ THX to Jeff Fern (jeff[dash]cmk[at]fcse[dot]co[dot]uk) for testing and providing --- ### Insallation -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 juniper_bgp_peer.mkp`. On CMK 2.2.x and above use `mkp add juniper_bgp_peer.mkp` and `mkp enable juniper_bgp_peer.mkp`. + + +In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_) + +**Note**: This plugin is based on [BGP Peer](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/bgp_peer "BGP Peer"). To use **juniper_bgp_peer** you need to install **_bgp_peer_** as well. --- #### Want to contribute?