oposs/Build Checkmk MKP Package
Build a Checkmk MKP package from local directory structure
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Package version (e.g., 1.2.3) | yes | — |
| package-name | Package name (default: auto-detect from directory structure) | no | — |
| title | Package title (default: from config file) | no | — |
| author | Author name and email (default: from config file) | no | — |
| description | Package description (default: from config file) | no | — |
| version-min-required | Minimum Checkmk version (default: from config file) | no | — |
| version-packaged | Checkmk version used for packaging (default: from config file) | no | — |
| download-url | Download URL (default: from config file) | no | — |
| version-usable-until | The last Checkmk version this plugin is compatible with (default: from config file) | no | — |
| output-dir | Output directory for MKP file (default: current directory) | no | . |
| validate-python | Validate Python files before packaging (true/false) | no | true |
| verbose | Enable verbose output (true/false) | no | false |
Outputs
| name | description |
|---|---|
| package-file | Path to the created MKP package file |
| package-name | Name of the package that was built |
| package-size | Size of the created package |