Files
MaxScale/server/modules/monitor/CMakeLists.txt
Markus Mäkelä 364789abde MXS-1404: Add experimental Group Replication monitor
The monitor performs simple monitoring of a group replication cluster. It
expects no extra parameters in addition to the common monitor parameters
and will only set master and slave status bits on the servers. It is a
part of the experimental package as it is a very experimental module.

Further improvements would be to add the usage of the synced state.
2017-09-19 09:50:29 +03:00

7 lines
163 B
CMake

add_subdirectory(galeramon)
add_subdirectory(mmmon)
add_subdirectory(mysqlmon)
add_subdirectory(ndbclustermon)
add_subdirectory(auroramon)
add_subdirectory(grmon)