From b3f226d3e6d5dbba3df18507efef201723da4343 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Fri, 30 Sep 2022 16:20:40 +0000
Subject: [PATCH] Update README.md

---
 README.md | 71 +++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 59 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index f0307bf..e2be47a 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,71 @@
-# Hardware inventory [(Download the MKP package)](/../../../-/raw/master/inv_opengear_base.mkp "Download MKP package")
+# Tittle
 
-This plugin adds the serial number, model, manufacturer and firmware version of opengear console servers to the inventory.
+some description
+Monitors status of {REPLACE_WITH_PACKAGE_TITLE}
 
 ---
+### Download
+[package_name.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/testing/-/raw/main/agent_cisco_ise-20210304_v.0.1.mkp)
 
-### Plugin Info:
+---
+### Installation
 
-Supported models:
-- IM4216
-- CM7116
-- CM7132
-- CM7148
+You can install the package by uploading it to your CheckMK site and as site user run `mkp install package_name.mkp`.
 
----
 
-### Want to contribute?
+In the Enterprise/Free edition 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")
 
 ---
+### Check Info
+
+* *service*: creates the service **_SERVICENAME_**  with the XXXXXXXX as item
+
+---
+* *state*:
+    * **warning**: 
+        * if 
+        * if 
+
+    * **critical**/**warning**: 
+        * if 
+---
+* *wato*: 
+    * check plugin
+        * option 1
+        * option 2
+        * option 3
+
+    * discovery
+        * option 1
+        * option 2
+
+    * inventory
+        * option 1
+        * option 2
+
+---
+* *perfdata (if avilable)*: 
+    * Offset (s)
+    * Delay (s)
+    * Jitter (s)
+    * Protocol errors (/s)
+    * Version errors (/s)
+
+---
+### Sample Output and WATO
+
+Sample output
+
+![sample output](/doc/sample.jpg?raw=true "sample output")
+
+Sample output details
+
+![sample output details](/doc/sample-details.jpg?raw=true "sample output details")
 
-Sample inventory output
+WATO
 
-![sample inventory output](/doc/sample-inventory.png?raw=true "sample inventory output")
+![WATO options](/doc/wato.png?raw=true "WATO options")
-- 
GitLab