From 0af1de210ce3ce42a2aae0c940bbd549ff96d58d Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sat, 15 Jun 2024 08:09:29 +0000 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 60aceee..f0e4fc5 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,25 @@ Collection of OSPFv3 checks * [Download latest mkp file][PACKAGE] -**Note**: before you update to a newer version, alway check the [CHANGELOG](CHANGELOG). There migth be incompatible changes. +**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 ospfv3.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? + Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing") --- @@ -47,7 +54,7 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut Sample output - + --- ### Check Info *ospfv3_area* @@ -64,7 +71,7 @@ Sample output Sample output - + --- ### Check Info *ospfv3_interface* @@ -81,7 +88,7 @@ Sample output Sample output - + --- ### Check Info *ospfv3_neighbor* @@ -97,7 +104,7 @@ Sample output Sample output - + --- ### Check Info *ospfv3_virtuallink* @@ -112,5 +119,5 @@ Sample output Sample output - + -- GitLab