Simon Zeyer 19cf015e95
Some checks failed
build / Build Checkmk package (push) Failing after 36s
build-release / Build Release Package (push) Failing after 35s
Lint / flake8_py3 (push) Failing after 18s
pytest / pytest (push) Failing after 32s
init first version of pbs_special_agent
2026-03-10 19:28:57 +00:00
2026-03-10 19:28:57 +00:00

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
Description
No description provided
Readme 45 KiB
v0.1.3 Latest
2026-03-10 19:45:39 +00:00
Languages
Python 87.4%
Shell 9.9%
Dockerfile 2.7%