From d2bdb48caff712cffe5488fb17e6de83154d228b Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Thu, 18 Apr 2024 17:26:15 +0000 Subject: [PATCH] Update README.md --- README.md | 42 +++++++++++++++++++++++++++++++++--------- 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4fa2cab..67a969e 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,32 @@ Collection of Cisco AsyncOS checks * *cisco_asyncos_cache*: (only for WSA) * *cisco_asyncos_conn*: (only for WSA) ++ adds host label `cmk/os_family:AsyncOS` + +--- +### Download + +* [Download latest mkp file][PACKAGE] + +**Note**: before you update to a newer version, alway 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 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") --- @@ -37,7 +61,7 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut Sample output - + --- ### Check Info *cisco_asyncos_raid* @@ -50,7 +74,7 @@ Sample output Sample output - + --- ### Check Info *cisco_asyncos_temp* @@ -65,7 +89,7 @@ Sample output Sample output - + --- ### Check Info *cisco_asyncos_power* @@ -78,7 +102,7 @@ Sample output Sample output - + --- ### Check Info *cisco_asyncos_license* @@ -90,7 +114,7 @@ Sample output * *perfdata*: none Sample output - + --- ### Check Info *cisco_asyncos_queue* @@ -101,7 +125,7 @@ Sample output * *perfdata*: number of messages in the work queue Sample output - + --- ### Check Info *cisco_asyncos_update* @@ -114,5 +138,5 @@ Sample output Sample output - ---- + + -- GitLab