Files
MaxScale/server/modules/monitor/grmon/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

5 lines
171 B
CMake

add_library(grmon SHARED grmon.cc)
target_link_libraries(grmon maxscale-common)
set_target_properties(grmon PROPERTIES VERSION "1.0.0")
install_module(grmon experimental)