Error in mysql plugin for windows mk_mysql.vbs

CMK version: 2.4.0p19 (I guess?)
Client OS version: Windows Server 2022 + MariaDB 10.11 as replica server w/ mk_mysql.vbs

Expected: After setting up the mysql plugin and next service discovery the service “MySQL DB Slave MariaDB” should appear

Actual behaviour: The service did not appear while all other expected services (like “MySQL InnoDB IO MariaDB”) did appear.

Fix: After comparing the output of the linux script with the manual output of the vbs script ( Monitoring MySQL ), I changed line 138 from

wscript.echo "<<<mysql_slave>>>"

to

wscript.echo "<<<mysql_replica_slave>>>"

Result: After the next service discovery the “MySQL DB Slave MariaDB” appeared