MXS-2219 Address review comments
This commit is contained in:
@ -35,7 +35,7 @@ For a list of optional parameters that all monitors support, read the
|
|||||||
|
|
||||||
## Clustrix Monitor optional parameters
|
## Clustrix Monitor optional parameters
|
||||||
|
|
||||||
These are optional parameters specific to the Galera Monitor.
|
These are optional parameters specific to the Clustrix Monitor.
|
||||||
|
|
||||||
### `cluster_monitor_interval`
|
### `cluster_monitor_interval`
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ bool ClustrixMonitor::configure(const MXS_CONFIG_PARAMETER* pParams)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClustrixMonitor::pre_tick()
|
void ClustrixMonitor::pre_loop()
|
||||||
{
|
{
|
||||||
m_http = mxb::http::get_async(m_health_urls);
|
m_http = mxb::http::get_async(m_health_urls);
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
ClustrixMonitor(MXS_MONITOR* pMonitor);
|
ClustrixMonitor(MXS_MONITOR* pMonitor);
|
||||||
|
|
||||||
void pre_tick();
|
void pre_loop() override;
|
||||||
|
|
||||||
void tick();
|
void tick();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user