Reports information from the JetBrains Floating License Server
Checks the status of the Floating License Server.
Reports informations about individual licenses. One check is discoverd for each installed license.
For the best development experience use VSCode with the Remote Containers extension. This maps your workspace into a checkmk docker container giving you access to the python environment and libraries the installed extension has.
The repository is mounted into /omd/sites/cmk/local/lib/python3/cmk_addons/plugins/jb_fls
To build the package hit Crtl
+Shift
+B
to execute the build task in VSCode.
pytest
can be executed from the terminal or the test ui.
The provided Github Workflows run pytest
and flake8
in the same checkmk docker conatiner as vscode.