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 e29eba7d authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update README.md

parent 96de470f
No related branches found
No related tags found
No related merge requests found
...@@ -2,47 +2,55 @@ ...@@ -2,47 +2,55 @@
**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.** **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: Monitors status of Cisco WLC connected APs. It checks for:
* missing APs * AP/LWAP uptime
* ssh/telnet enabled APS * Number of connected clients
* CPAWAP encryption disabled APS * ssh/telnet enabled APs
* CPAWAP encryption disabled APs
* APs not on full PoE * APs not on full PoE
* admin/operational state of APS * admin/operational state of APs
* missing APs
Check Info: Check Info:
---
* *service*: this check will create on service for each AP * *service*: this check will create one service for each AP
---
* *state*:\ * *state*:\
**critical** **critical**
* if AP is not operational * if AP has telnet enabled
* if AP has telnet/ssh enabled
* if CPAWAP tunnel encryption is not enabled or enabled but not active
* if AP is not on full power * if AP is not on full power
* if APs CDP state is half duplex
* if AP is missing
**warning** **warning**
* if AP is missing
* if AP admin status disabled * if AP admin status disabled
* if APs CDP info is changed * if AP is not operational
* if APs serial number has changed * if AP has ssh enabled
* if Wireless IPS not enabled * if CPAWAP tunnel encryption is not enabled or enabled but not active
* if APs CDP state is half duplex
* *wato*: you can configure the check to ignore the following states: admin, Telent, SSH, encryption enabled/active, power, IPS, duplex, CDP, missing APs * if APs CDP info is changed/missing
* if APs H/W has changed
---
* *wato*: see sample screenshot
---
* *perfdata*: * *perfdata*:
* AP uptime (s) * AP uptime (s)
* Active clients (count) * LWAP uptime (s)
* Reassoiation success (count)
* Reassoiation failure (count)
* Reassoiation failure rate (count)
* Echo request (count)
* Echo response loss (count)
* Associations (count)
* Associated clients (count) * Associated clients (count)
* Association fail rssi low (count) * Active clients (count)
* Association fail times (count) * Reassoiation success (1/s)
* Reassoiation failure (1/s)
**Testetd with**: Cisco 2500, 5508, 5520 Series Wireless LAN Controller * 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
![sample output](/doc/sample.png?raw=true "sample output") ![sample output](/doc/sample.png?raw=true "sample output")
......
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