| 27 | } |
| 28 | |
| 29 | void PhxSQLOssConfig::ReadConfig() { |
| 30 | ReadPaxosPluginMonitorConfig(); |
| 31 | ReadSqlProxyMonitorConfig(); |
| 32 | ReadBinLogSvrMonitorConfig(); |
| 33 | ReadMysqlMonitorConfig(); |
| 34 | return; |
| 35 | } |
| 36 | |
| 37 | void PhxSQLOssConfig::ReadSqlProxyMonitorConfig() { |
| 38 | sql_proxy_svrkit_ossid_ = GetInteger("phxsqlproxy", "SvrkitOssAttrID", 0); |
nothing calls this directly
no outgoing calls
no test coverage detected