Skip to content

Template for new Checkmk Extensions

Notifications You must be signed in to change notification settings

thl-cmk/checkmk_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Template for new Checkmk Extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 78.3%
  • Dockerfile 21.7%