Skip to content

Checkmk special Agent to check the JetBrains Floating License Server.

License

Notifications You must be signed in to change notification settings

jiuka/checkmk_jb_fls

Repository files navigation

Checkmk extension for JetBrains Floating License Server

build flake8 pytest

Description

Special Agent Plugin

Reports information from the JetBrains Floating License Server

Check jb_fls

Checks the status of the Floating License Server.

Check jb_fls_licenses

Reports informations about individual licenses. One check is discoverd for each installed license.

Development

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.

Directories

The repository is mounted into /omd/sites/cmk/local/lib/python3/cmk_addons/plugins/jb_fls

Continuous integration

Local

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.

Github Workflow

The provided Github Workflows run pytest and flake8 in the same checkmk docker conatiner as vscode.