Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit c3297e4d authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update README.md

parent 61037d57
No related branches found
No related tags found
No related merge requests found
...@@ -39,10 +39,12 @@ and in the deails ...@@ -39,10 +39,12 @@ and in the deails
--- ---
### Installation ### Installation
You can install the package by uploading it to your CheckMK site and as site user run `mkp install check_ntp.mkp`. You can install the package by uploading it to your CheckMK site and as site user run
```
mkp add PACKAGENAME-VERSION.mkp
In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_) 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). **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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment