graphing/graph_minecraft.py edited #2
Reference in New Issue
Block a user
Delete Branch "Tiippex/checkmk-minecraft:tiippex-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1
Thank you!
The migration generally looks good for Checkmk 2.5.0. Before merging, I would like you to check the following:
Please consider using the documented public import path:
This import layout is used in the official Checkmk 2.5 graphing examples.
Verify that all five graphs are displayed correctly: TPS, Tick Time, Players, Ping, and Protocol Version.
Please preserve the previous
msunits and the customOnlineandMaxlabels by adding the corresponding metric definitions for the new graphing API.Please also preserve the TPS threshold visualization. The existing TPS thresholds can be added as fixed constants directly to the graph definition. The new API provides
Constantobjects, which can be used as simple lines in the graph.Useful documentation:
https://docs.checkmk.com/latest/en/devel_check_plugins.html#metrics_advanced
https://docs.checkmk.com/plugin-api/master/cmk.graphing/v1.metrics.html
https://docs.checkmk.com/plugin-api/master/cmk.graphing/v1.graphs.html
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.