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

coulbeck
02.50.2007 11859d9a6e466bab4ab73e1e46d092c6052acf68
opendj-sdk/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());