bashclub / check-unifi-controller

Checkmk special agent for checking unifi controller
https://sysops.tv
MIT License
42 stars 16 forks source link

sometimes an SSID gets removed. #9

Closed gurubert closed 1 year ago

gurubert commented 1 year ago

When an SSID is deconfigured it may not be present in the data any more.

This patch checks if ssid is not None.

gurubert commented 1 year ago

nevermind, the patch is too large