Missing Agent Rule "ORACLE databases (Linux, Solaris, AIX, Windows)"

CMK version:
Checkmk Raw Edition 2.2.0p25

OS version:
Debian GNU/Linux 12 (bookworm)

Error message:
Exception ‘Failed to compare two elements in the array.’ during check ‘d:\oracle\product\19.3\dbhome_1\bin\sqlplus.exe’ - Execution is blocked because you try to run unsafe binary as an administrator. Please, disable ‘Write’, ‘Modify’ and ‘Full control’ access to the the file by non-admin users. Alternatively, you can try to adjust the settings in ‘ORACLE databases (Linux, Solaris, AIX, Windows)’.

I am trying to set up a Checkmk Raw instance for testing and I want to monitor an oracle database with it. I’ve managed to configure the plugins on the agent on the database host, but cannot find any of the settings required as per this guide: Monitoring Oracle databases

I’m missing the ‘ORACLE databases (Linux, Solaris, AIX, Windows)’ setting, I can’t even see the Agent Rules category even though my user has all permissions (even though I removed the default cmkadmin user…). Having to change the permissions for sqlplus.exe on the host as suggested by the error message wouldn’t be ideal. Is there a workaround to this?

Raw edition doesn’t have the bakery feature that’s why you don’t get the agent rule option.

Please check here

We have also defined a way on how to define those settings without the bakery.

Thank you! This is sufficient for a test environment.