christmart
christmart
You also need some more code in ssllabs_datasource_programs.py: ``` from cmk.gui.i18n import _ from cmk.gui.valuespec import ( Dictionary, Integer, TextAscii, Transform, ) from cmk.gui.watolib.rulespecs import ( register_rule, ) ``` before...
There is a new version 3.1.1 on exchange which has the fixes for ssllabs_check_pameters.py and agent_ssllabs but it misses the fixes to ssllabs_datasource_programs.py
It only runs error-free if you have mkp packages installed which get called before your plugin and already define these imports. Try to load ssllabs mkp with no other mkps...
Is there a list of NFS features / options which are implemented in nfs-ganesha?
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `./tests/rpcping tcp localhost --count=1000 --threads=4 --workers=2'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007fe048ee0760 in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0 [Current...
> Own package built by @christmart By the way, one more change with the newer version is that the --daemon argument has to be dropped in the ExecStart of the...
@GhaziTriki > @Ithanil Did you just follow the instructions compiling it to proceed with the updates https://github.com/coturn/coturn#building ? No. I used the debian/master branch from https://github.com/coturn/coturn.git. From this branch the...