
Added the csmon monitor which supports both old and new ColumnStore servers. As older server versions aren't able to express their role, the master needs to be designated by the user. When a ColumnStore version is released that supports the mcsSystemPrimary() function, the master can be automatically found.
8 lines
189 B
CMake
8 lines
189 B
CMake
add_subdirectory(auroramon)
|
|
add_subdirectory(galeramon)
|
|
add_subdirectory(grmon)
|
|
add_subdirectory(mariadbmon)
|
|
add_subdirectory(mmmon)
|
|
add_subdirectory(ndbclustermon)
|
|
add_subdirectory(csmon)
|