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.
- Host: GitHub
- URL: https://github.com/logan-connolly/cmk-ctl
- Owner: logan-connolly
- Created: 2025-02-27T13:04:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-27T15:53:35.000Z (over 1 year ago)
- Last Synced: 2025-10-11T22:15:57.190Z (8 months ago)
- Topics: checkmk, checkmk-plugin
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.