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

mrossign
18.13.2008 1cbdc977757ddaac9f678b5e8fab6013c9356e5d
opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationMonitor.java
@@ -210,6 +210,15 @@
      attributes.add(builder.toAttribute());
    }
    addMonitorData(attributes, "received-assured-sr-updates",
      domain.getReceivedAssuredSrUpdates());
    addMonitorData(attributes, "received-assured-sr-updates-acked",
      domain.getReceivedAssuredSrUpdatesAcked());
    addMonitorData(attributes, "received-assured-sr-updates-not-acked",
      domain.getReceivedAssuredSrUpdatesNotAcked());
    addMonitorData(attributes, "assured-sd-sent-updates",
      domain.getAssuredSdSentUpdates());