Issue 2345: global replication monitoring
https://opends.dev.java.net/issues/show_bug.cgi?id=2345
Feature description:
** Before these changes, the monitoring information for the replication contain the information for the replication server itself, and for the LDAP server that are currently connected to it, not for the
LDAP servers connected to other RS.
** With these changes, each RS exposes the delay informations for all RSes in the topology. In addition the delay for each server is consolidated across the whole topology.
see details in
https://www.opends.org/wiki//page/MonitoringReplication
Note:
- This feature is loosely tested by unit tests. We should probably add more tests in the future but I think it is a good idea to commit the feature and basic tests right now.
- The UI part of this feature still need some adaptations to the changes done in the server.