Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LDAP replication monitoring

Status
Not open for further replies.

gabik

Technical User
Jan 24, 2011
1
UA
I have a question.

I am going to check ldap replication with nagios. I have found a script for this.
The main goal is to check contextCSN on master and slave servers. Then it compares both.

To check this I tried to do it myself with the command ldapsearch.
On master:
ldapsearch -h ip_address -x -b "dc=my_domain,dc=com" '(contextCSN=*)' contextCSN
The result was like this:
contextCSN: 20110120102349.633165Z#000000#000#000000

But on slave server I didn`t get anything :(

Help me please. I will be very grateful to you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top