From c3297e4d209e5da63594fb7d80ef8a7339914f65 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Mon, 1 Jan 2024 14:27:44 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 38f3de1..27512fc 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,12 @@ and in the deails --- ### Installation -You can install the package by uploading it to your CheckMK site and as site user run `mkp install check_ntp.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 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_) **Note**: before you can use this plugin you need to install the python **_ntplib_** into your CMK site. This can be done by issuing the command `pip3 install ntplib` as site user, as long as your CMK server has internet access. If you prefer not to download the ntplib from the internet you can also use the additional MKP package **_ntplib-0.4.0.mkp_** (see above). -- GitLab