|
From: Marcelo M. G. <mar...@go...> - 2009-02-11 16:15:32
|
Berkay Mollamustafaoglu wrote: > Hi Marcelo, > > Couple of things. I think you need to restart OpenNMS after modifying > capsd-configuration.xml file, if you haven't done it already. This will > enable OpenNMS to discover the service. > You also need to define ldap service in poller-configuration.xml file > (also requires restart) for OpenNMS to start monitoring it. You can take > a look at the poller-configuration.xml file in the examples directory > for this. > > > Hope this helps, > Berkay Mollamustafaoglu > http://www.mberkay.com <http://www.mberkay.com/> > http://www.ifountain.com <http://www.ifountain.com/> > Voip: + 1 703 349 0538 > mberkay on yahoo, google and skype > > > > On Mon, Feb 9, 2009 at 5:36 PM, Marcelo M. Garcia > <mar...@go... > <mailto:mar...@go...>> wrote: > > Hi > > I noticed in my capsd-configuration.xml there isn't the entry for > scanning LDAP. > > I putted by hand[1], but how do I force opennms to monitor this service? > I search for the node, and clicked in the "rescan" link, but LDAP > service is not appearing. > > I'm using opennms-1.6.2-1 on a CentOS-5.2 (x86) machine. > > Thnaks > > Marcelo > > > [1] > <protocol-plugin protocol="LDAP" > class-name="org.opennms.netmgt.capsd.plugins.LdapPlugin" scan="on"> > <property key="port" value="398" /> > <property key="timeout" value="5000" /> > <property key="retry" value="1" /> > </protocol-plugin> Hi I edited[1] poller-configuration.xml, but the server (node) doesn't show a LDAP service. I mean, if I open "Home > Search > Node", I would expect to find a LDAP service. I restarted opennms. Should be enough? Regards Marcelo [1] (...) <service name="LDAP" interval="300000" user-defined="false" status="on"> <parameter key="retry" value="1" /> <parameter key="port" value="389" /> <parameter key="timeout" value="3000" /> </service> (...) <monitor service="LDAP" class-name="org.opennms.netmgt.poller.monitors.LdapMonitor" /> |