/build-checkmk-extension

Github Action to build Checkmk Extensions

Primary LanguageJavaScriptMIT LicenseMIT

build-checkmk-extension

build-checkmk-extension status build-checkmk-extension status

This action builds a Checkmk extension package from a source directory.

Usage

Version 2 introduces support for the new agent_based Plugins introduced in Checkmk Version 2. For extensions for Checkmk Version 1.6 and below please use Version 1 of the action.

See action.yml

Basic

Build Extension for Checkmk 2

steps:
- uses: actions/checkout@v1
- uses: jiuka/build-checkmk-extension@v2

Build Extension for Checkmk 1

steps:
- uses: actions/checkout@v1
- uses: jiuka/build-checkmk-extension@v1

License

The scripts and documentation in this project are released under the MIT License

Contributions

Contributions are welcome!