
'mysqlmon' is still accepted but 'mariadbmon' is loaded instead. This is done at runtime instead of e.g. by using a symbolic link, so that a warning can be logged. The warning is logged and the translation of the module name is made by the code that loads the modules so that it's easy to do the same thing for other modules as well. In a subsequent commit the documentation is updated.
7 lines
165 B
CMake
7 lines
165 B
CMake
add_subdirectory(galeramon)
|
|
add_subdirectory(mmmon)
|
|
add_subdirectory(mariadbmon)
|
|
add_subdirectory(ndbclustermon)
|
|
add_subdirectory(auroramon)
|
|
add_subdirectory(grmon)
|