MXS-2219 Address review comments

This commit is contained in:
Johan Wikman
2019-01-07 12:59:57 +02:00
parent 4512295e40
commit f8545a0b7f
3 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ bool ClustrixMonitor::configure(const MXS_CONFIG_PARAMETER* pParams)
return true;
}
void ClustrixMonitor::pre_tick()
void ClustrixMonitor::pre_loop()
{
m_http = mxb::http::get_async(m_health_urls);