mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

coulbeck
02.50.2007 0f942fb22a49820dacbc16bd9769fbb479e0e4f2
opends/src/server/org/opends/server/synchronization/plugin/SynchronizationMonitor.java
@@ -97,6 +97,10 @@
    attr = new Attribute("connected-to", domain.getChangelogServer());
    attributes.add(attr);
    /* get number of lost connections */
    addMonitorData(attributes, "lost-connections",
                   domain.getNumLostConnections());
    /* get number of received updates */
    addMonitorData(attributes, "received-updates", domain.getNumRcvdUpdates());