MXS-1775 Add MonitorInstanceSimple class
MonitorInstanceSimple is intended for simple monitors that probe servers in a straightforward fashion. More complex monitors can be derived directly from MonitorInstance.
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
* @file grmon.hh A MySQL Group Replication cluster monitor
|
||||
*/
|
||||
|
||||
class GRMon : public maxscale::MonitorInstance
|
||||
class GRMon : public maxscale::MonitorInstanceSimple
|
||||
{
|
||||
public:
|
||||
GRMon(const GRMon&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user