Add trafficMonitor ping time to pingMap on connect

This commit is contained in:
kishan 2012-04-18 15:17:06 +05:30
parent 8e715856df
commit bf3f9b16c1
1 changed files with 1 additions and 2 deletions

View File

@ -235,8 +235,7 @@ public class AgentMonitor extends Thread implements Listener {
@Override
public void processConnect(HostVO host, StartupCommand cmd, boolean forRebalance) {
if (host.getType().equals(Host.Type.TrafficMonitor) ||
host.getType().equals(Host.Type.SecondaryStorage)) {
if (host.getType().equals(Host.Type.SecondaryStorage)) {
return;
}