Werk #19851: wlc_clients: skip empty SSID names during discovery
| Component | Checks & agents | ||||
| Title | wlc_clients: skip empty SSID names during discovery | ||||
| Date | Apr 23, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
The wlc_clients discovery yielded a Service(item="") when a WLC
controller exposed an SSID with an empty name. The agent-based v2 API
rejects empty item strings, so discovery crashed with TypeError: 'item'
must be a non empty string or ommited entirely, got ''.
Empty SSID names are now skipped so the rest of the WLC SSIDs can still be discovered.