MaxScale/server/modules/monitor/CMakeLists.txt
Markus Makela 25138f6081 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.
2016-08-19 15:13:14 +03:00

6 lines
139 B
CMake

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