
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.
5 lines
171 B
CMake
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)
|