Graphs and custom units (KB/KiB, MB/MiB, ...)

The check plugins need to return metrics in the base unit. Checkmk uses base units and the graphs may scale these to MB, GB or TB.

You may need to change the check plugin to multiply the metric by 1024 * 1024.

1 Like