void connectSensors() {
   SensorPropagatingEnricher.newInstanceListeningToAllSensorsBut(getCluster(), SERVICE_UP)
       .addToEntityAndEmitAll(this);
   SensorPropagatingEnricher.newInstanceListeningTo(getZookeeper(), SERVICE_UP)
       .addToEntityAndEmitAll(this);
 }