From e29eba7d0cedb05daba619555e561fcdc10bca0f Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Sat, 17 Jul 2021 14:30:55 +0000
Subject: [PATCH] Update README.md

---
 README.md | 64 +++++++++++++++++++++++++++++++------------------------
 1 file changed, 36 insertions(+), 28 deletions(-)

diff --git a/README.md b/README.md
index 731ee21..0de0537 100644
--- a/README.md
+++ b/README.md
@@ -2,47 +2,55 @@
 
 **Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**
 
+**Note: This is a replacement for the original CMK 'cisco_wlc' plugin.**
+
+**Testetd with: Cisco 2500, 5508, 5520 Series Wireless LAN Controlles, basic support for C9800 series**
+
+
 Monitors status of Cisco WLC connected APs. It checks for:
-*  missing APs
-*  ssh/telnet enabled APS
-*  CPAWAP encryption disabled APS
+*  AP/LWAP uptime
+*  Number of connected clients
+*  ssh/telnet enabled APs
+*  CPAWAP encryption disabled APs
 *  APs not on full PoE
-*  admin/operational state of APS
+*  admin/operational state of APs
+*  missing APs
 
 Check Info:
-
-* *service*: this check will create on service for each AP
+---
+* *service*: this check will create one service for each AP
+---
 * *state*:\
     **critical**
-    *  if AP is not operational
-    *  if AP has telnet/ssh enabled
-    *  if CPAWAP tunnel encryption is not enabled or enabled but not active
+    *  if AP has telnet enabled
     *  if AP is not on full power
-    *  if APs CDP state is half duplex
-    *  if AP is missing
 
     **warning**
+    *  if AP is missing
     *  if AP admin status disabled
-    *  if APs CDP info is changed
-    *  if APs serial number has changed
-    *  if Wireless IPS not enabled
-
-* *wato*: you can configure the check to ignore the following states: admin, Telent, SSH, encryption enabled/active, power, IPS, duplex, CDP, missing APs
+    *  if AP is not operational
+    *  if AP has ssh enabled
+    *  if CPAWAP tunnel encryption is not enabled or enabled but not active  
+    *  if APs CDP state is half duplex
+    *  if APs CDP info is changed/missing
+    *  if APs H/W has changed
+---
+* *wato*: see sample screenshot
+---
 * *perfdata*:
     * AP uptime (s)
-    * Active clients (count)
-    * Reassoiation success (count)
-    * Reassoiation failure (count)
-    * Reassoiation failure rate (count)
-    * Echo request (count)
-    * Echo response loss (count)
-    * Associations (count)
+    * LWAP uptime (s)
     * Associated clients (count)
-    * Association fail rssi low (count)
-    * Association fail times (count)
-
-**Testetd with**: Cisco 2500, 5508, 5520 Series Wireless LAN Controller
-
+    * Active clients (count)
+    * Reassoiation success (1/s)
+    * Reassoiation failure (1/s)
+    * Reassoiation failure rate (1/s)
+    * Associations (1/s)
+    * Association fail rssi low (1/s)
+    * Association fail times (1//s)
+    * Echo request (1/s)
+    * Echo response loss (1/s)
+---
 Sample output
 
 ![sample output](/doc/sample.png?raw=true "sample output")
-- 
GitLab