MaKaNu / lnx_flexlm

CheckMK agent based FlexLM service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkmk extension devcontainer template

Description

This is a template to develop Checkmk Extensions derived from the original made by Marius Rieder

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 following directories in this repo are getting mapped into the Checkmk site.

  • agents, checkman, checks, doc, inventory, notifications, web are mapped into local/share/check_mk/
  • agent_based is mapped to local/lib/check_mk/base/plugins/agent_based
  • nagios_plugins is mapped to local/lib/nagios/plugins
  • bakery is mapped to local/lib/check_mk/base/cee/plugins/bakery
  • temp is mapped to local/tmp for storing precreated agent output

About

CheckMK agent based FlexLM service


Languages

Language:Shell 54.4%Language:Python 36.0%Language:Dockerfile 9.6%