Simon Zeyer 19cf015e95
Some checks failed
build / Build Checkmk package (push) Failing after 36s
build-release / Build Release Package (push) Failing after 35s
Lint / flake8_py3 (push) Failing after 18s
pytest / pytest (push) Failing after 32s
init first version of pbs_special_agent
2026-03-10 19:28:57 +00:00

19 lines
624 B
Plaintext

{
'author': u'Simon Zeyer',
'description': u'Proxmox Backup Server Checks via REST API',
'download_url': 'https://gitea.simonzeyer.de/simon/cmk_pbs_special_agent',
'files': {
'cmk_addons_plugins': [
'agent_based/plugin_name.py',
'checkman/plugin_name',
'rulesets/pbs_special_agent.py',
'server_side_calls/pbs_special_agent.py'
'libexec/agent_pbs_special_agent'
],
},
'name': 'pbs_special_agent',
'title': u'Proxmox PBS',
'version': '0.1',
'version.min_required': '2.1.0',
'version.packaged': '2.3.0p42.cce'
}