<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 04/13/2015 08:31 AM, Martin Kosek
      wrote:<br>
    </div>
    <blockquote cite="mid:552B62BD.3000303@redhat.com" type="cite">
      <pre wrap="">On 04/11/2015 11:34 AM, Christoph Kaminski wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hi All

with the cmd: 

ipa-replica-manage -v list myipaserver 

I can see the status of the replication... But I dont understand the field 
'last update ended'. What shows the field? The last SUCCESSFULLY update? 
The last TRY to update? Something else?
I want to code some monitoring (nagios/icinga) checks for IPA and I need a 
authoritative statement/information about the replica status. It is the 
right place?
</pre>
      </blockquote>
      <pre wrap="">
I think so, this shows the nsds5replicalastupdateend field.

<a class="moz-txt-link-freetext" href="https://access.redhat.com/documentation/en-US/Red_Hat_Directory_Server/8.0/html/Configuration_and_Command_Reference/Configuration_Command_File_Reference-Replication_Attributes_under_cnReplicationAgreementName_cnreplica_cnsuffixName_cnmapping_tree_cnconfig-nsDS5ReplicaLastUpdateEnd.html">https://access.redhat.com/documentation/en-US/Red_Hat_Directory_Server/8.0/html/Configuration_and_Command_Reference/Configuration_Command_File_Reference-Replication_Attributes_under_cnReplicationAgreementName_cnreplica_cnsuffixName_cnmapping_tree_cnconfig-nsDS5ReplicaLastUpdateEnd.html</a>

CCing Thierry to confirm.

</pre>
    </blockquote>
    <font face="Times New Roman, Times, serif">Hello,<br>
      <br>
      A master starts a replication session to a replica. During this
      session it checks which updates are missing and is sending them.
      Then it closes the replication session.<br>
      If the replica is already up to date, the master will send no
      update.<br>
      The timestamp nsds5replicalastupdateend, is the time when the
      master has sent all the missing updates (possibly 0 if the replica
      is up to date) and has no more update to send.<br>
      The master is waiting for the replica response (on each update)
      before setting this timestamp.<br>
      <br>
      If an error occurred while sending an update the master resets
      'nsds5replicaLastUpdateStart' timestamp. <br>
      <br>
      thanks<br>
      thierry<br>
    </font>
  </body>
</html>