MXS-2540 Use new conf. mech. in Clustrix monitor

This commit is contained in:
Johan Wikman
2019-06-03 15:36:09 +03:00
parent ceb58d615e
commit 8fa8181009
5 changed files with 84 additions and 79 deletions

View File

@ -233,7 +233,7 @@ private:
std::string m_ip;
int m_mysql_port {DEFAULT_MYSQL_PORT};
int m_health_port {DEFAULT_HEALTH_PORT};
int m_health_check_threshold {DEFAULT_HEALTH_CHECK_THRESHOLD_VALUE};
int m_health_check_threshold {DEFAULT_HEALTH_CHECK_THRESHOLD};
int m_nRunning {0};
SERVER* m_pServer {nullptr};
MYSQL* m_pCon {nullptr};