CMK 2.2#24
Conversation
Unfortunately the rquired changes make it incompatible with versions before 2.2.0.
special agent returns <<<uptime>>> section
…ntroller into cmk2.2
Removed X-CSRF as bashclub#19
|
when I try your patch I get the following error message (checkmk 2.3.0-p13-1) Agent exited with code 1: /omd/sites/t/local/share/check_mk/agents/special/agent_unifi_controller:441: SyntaxWarning: invalid escape sequence '\d' would love to see a functional vesion for 2.3.0! :-) |
|
Hi Robert, tried that already and now I get this error: Agent exited with code 1: Traceback (most recent call last): |
|
There is half of the Traceback missing. I have this current version running on a CMK 2.2 site without issues. |
|
Had it already running but since update to 2.3.0-p13 it failed and I tried your mkp :-) OMD[t]:~$ cmk --debug UDMPro |
|
I am not able to debug login issue in this pull request. |
|
found the solution and the reason why it did work until I installed your new package: def check_unifi_os(self): now it works perfect! |
Update agent_unifi_controller
CMK 2.2 and 2.3 compatability