From 818e1dda0c11aae09a85ece3b9a131ef2d8a1a45 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sat, 15 Jun 2024 08:57:56 +0000 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9d1d932..2a9ac40 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Monitors status of Check Point Orchestrator (MHO) port RX buffers * *state*: always OK -* *wato*: [(see WATO options)](/../../../-/raw/master/doc/wato.png "see sample screenshot") +* *wato*: [(see WATO options)](/../../../-/raw/masterimg/wato.png "see sample screenshot") * *perfdata (if avilable)*: * RX buffer 0 discards/s @@ -41,29 +41,38 @@ Monitors status of Check Point Orchestrator (MHO) port RX buffers --- ### Download -* [checkpoint_mho_buffers.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/check-point/maestro/checkpoint_mho_buffers/-/raw/master/checkpoint_mho_buffers.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 checkpoint_mho_buffers.mkp`. - - -In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_) +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? +### Want to contribute? + Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing") --- ### Sample output - + WATO - + WATO options (discovery) -") +") -- GitLab