CEPH pool df wrong metrics

CMK version: Raw Edition 2.3.0p29
OS version: Debian Stable

deleted

The check plugin included in Checkmk 2.3 adds “max_avail” and “bytes_used” for the total size and then uses “max_avail” as free space, from which the used percentage is then calculated.

The check plugin in Checkmk 2.4 uses “stored” instead of “bytes_used”, which is more correct:

1 Like

deleted. I have no hope checkmk will do anything with feedback here

Because the underlying function “df.df_check_filesystem_single” has “size_mb” and “avail_mb” as arguments and not percentage.
By using that function the team did not have to re-invent the wheel.

As an end user i rather have ‘the team’ not to invent checks with bogus data. False positives are killing for the trust in an monitoring system. As an end user, i don’t care about underlying functions.

Without even a simple acknowledgment of this odd behavior, why would i even bother to give feedback to checkmk? Why would i ever bother testing a beta? Why would i ever bother to pay for this?