Esempio n. 1
0
void MonitorAnalyzerI::reload(const Current& current) {
  MCE_INFO("MonitorAnalyzerI::reload");
  PropertiesPtr properties = Ice::createProperties();
  properties->load(CONFIG);
  mashineavailablememoryanalyzer_->reload(properties);
  mashineloadanalyzer_->reload(properties);
  mashinediskanalyzer_->reload(properties);
}