archer31

Results 4 issues of archer31

I'm having some issues with getting the languages to download. ``` #10 128.0 (URLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1131)')),) #10 128.0 Updating language...

possible bug

the get_cluster_status function checks that the services are running/not dead. but it appears that the check makes sure that there are at least 2 pids for each service rather than...

Based on system type it is possible for the application to attempt to save a video with too long of a file name length. see [this post](https://serverfault.com/questions/9546/filename-length-limits-on-linux) for a reference...

bug

Line 6 in the build script appears to have a typo. ```diff - /omd/sites/cmk/var/cat check_mk/packages/${NAME}-*.mkp \ + /omd/sites/cmk/var/check_mk/packages/${NAME}-*.mkp \ ```