[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: Xymon syncrepl monitoring



> On Thursday, 5 May 2011 20:19:51 Johan Karlsson wrote:
> > Hi!
> >
> > While looking for OpenLDAP monitoring solutions, i found Buchan's
> > Xymon/Hobbit script at http://staff.telkomsa.net/~bgmilne/xymon/ol/
> >
> > I saw some previous discussion about it on this list so I thought I'd
> > give it a shot.
> >
> > I'm wondering how it determines a syncrepl slave, cause when I added
> > the test in Xymon on my syncrepl slave I get "Not a syncrepl slave".
> > The graphs and counters are working though.
> 
> It looks under cn=monitor for databases with a MonitorUpdateRef, which it
> uses to determine the provider it should check the contextCSN against.
> 
> Regards,
> Buchan

Thanks for the fast reply! 

It immediately put me on the right track. I hadn't added an UpdateRef to my slave. Now it works :)

dn: olcDatabase={1}hdb,cn=config
changetype: modify
add: olcUpdateRef
olcUpdateRef: ldap://<fqdn>

Regards,
Johan