MXS-796: Initial implementation of the Aurora monitor
The Aurora monitor inspects the status information in the `replica_host_status` table in the `information_schema` database. Using this information the monitor determines which of the nodes is the master for of this Aurora cluster. This monitor also supports monitor scripts as described in Monitor-Common.md.
This commit is contained in:
5
server/modules/monitor/auroramon/CMakeLists.txt
Normal file
5
server/modules/monitor/auroramon/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
add_library(auroramon SHARED auroramon.c)
|
||||
target_link_libraries(auroramon maxscale-common)
|
||||
add_dependencies(auroramon pcre2)
|
||||
set_target_properties(auroramon PROPERTIES VERSION "1.0.0")
|
||||
install_module(auroramon core)
|
Reference in New Issue
Block a user