Empty / unconfigured ceph_status / mk_ceph leads to error on discovery 2.2.0p34cre

CMK version: 2.2.0p34cre
OS version: Debian 12 / ProxMox 8.2.7 (that is Debian12)

Error message:

Starting job...
WARNING: Parsing of section ceph_status failed - please submit a crash report! (Crash-ID: 03ad9f06-80b0-11ef-a862-ce4c54ef5037)
Completed.

Output of “cmk --debug -vvn hostname”: omitted

So i just lost an hour or two to “ansible deployed the mk_ceph check to an host w/o ceph and i did not understand what produces this error”…
As far as i understand a barely configured¹ mk_ceph produces (only) a <<<ceph_status>>> line, and the discovery seems to be unhappy if that section is present but empty.
I think it would be nice to have the discovery say “hey, empty section, double-check your configuration” instead of reporting a crash. Nothing urgent though : )

Regards,
Matthias

¹: of course my ansible script places a value for USER and KEYRING automagically -.-