Initial commit

This commit is contained in:
2025-08-21 21:38:06 +02:00
commit c855ca2633
6 changed files with 883 additions and 0 deletions

12
minecraft.manifest.temp Normal file
View File

@@ -0,0 +1,12 @@
{'author': '[Project-Name-Here]',
'description': 'This MKP adds Minecraft monitoring to Checkmk. It includes an agent plugin that collects JSON data from the server and a check plugin that discovers services. Standard data such as players, MOTD, version, and ping is gathered via the server query interface, which is enabled by default on most servers. RCON is optional and only used for per-world performance metrics like TPS and tick times. At the moment only NeoForge is supported and tested; if you need other implementations or encounter problems, please open an issue. Error handling uses a fail counter to suppress short outages, and metrics are available for graphing and performance analysis.',
'download_url': 'https://git.project-name-here.de/Project-Name-Here/checkmk-minecraft',
'files': {'agents': ['plugins/minecraft.py'],
'cmk_addons_plugins': ['minecraft/agent_based/minecraft.py',
'minecraft/graphing/graph_minecraft.py']},
'name': 'minecraft',
'title': 'Minecraft',
'version': '1.0.0',
'version.min_required': '2.3.0p30',
'version.packaged': 'cmk-mkp-tool 0.2.0',
'version.usable_until': None}