An open API service indexing awesome lists of open source software.

https://github.com/logan-connolly/cmk-ctl

Developer utility for performing common Checkmk actions.
https://github.com/logan-connolly/cmk-ctl

checkmk checkmk-plugin

Last synced: 5 months ago
JSON representation

Developer utility for performing common Checkmk actions.

Awesome Lists containing this project

README

          

# cmk-ctl

> a developer utility for performing common Checkmk actions

## concepts

The following commands would be supported by the tool:

- [check_plugin](./docs/concepts/check_plugin.md): improve custom check plugin development.

## inspiration

Inspired by [GitHub's CLI](https://cli.github.com/) tool for how one can develop an interactive TUI to supplement existing functionality in Checkmk's GUI and API.