1000, monitorPeriod, TimeUnit.MILLISECONDS);
}
}
if (conf.getBoolean("bsp.monitor.enabled", false)) {
new Monitor(conf, zk, this.groomServerName).start();
}
if (conf.getBoolean("bsp.monitor.fd.enabled", false)) {
this.sensor.set(FDProvider.createSensor(conf.getClass(
"bsp.monitor.fd.sensor.class", UDPSensor.class, Sensor.class),