-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check raises login error on "UniFi OS 3.2.7" #19
Comments
same here! please update ;-) |
Same issue here, can we please get an updated check? |
Have the same issue. UniFi OS 3.2.7 on Cloudkey+ with Unifi Network Version 8.0.26. @thorstenspille Will this project still be supported? |
The issue can be resolved by modifying the def check_unifi_os(self):
_response = self.request("GET", url=self.url, allow_redirects=False)
self.is_unifios = _response.status_code == 200 As you've observed, the |
Removed X-CSRF as bashclub#19
/share/check_mk/agents/special/agent_unifi_controller
Header
x-csrf-token
is no longer available, so it is not possible to correctly determine whether unifiOS is being used. The wrong login URL is therefore used indef login()
The text was updated successfully, but these errors were encountered: