Tyler Walden | 1 Nov 2006 01:01

Re: [opennms-discuss] latest trunk build issues..


Answering my own question.. Cleaned up leftover junk from previous
builds in /tmp/opennms-* and /usr/src/redhat rebuilt the release and it
is working fine now.

Tyler

On Tue, 2006-10-31 at 14:49 -0800, Tyler Walden wrote:
> I checked out and compiled TRUNK this afternoon and upgraded my
> installation with the RPM's. I ran the 'install -disU' to upgrade the
> database and reinstalled the webapp with 'install -y -
> w /opt/tomcat/conf/Catalina/localhost' stopped opennms, tomcat,
> postgresql and started them all again one at a time. opennms seems to
> start fine and no errors are indicated in the /var/log/opennms files,
> but I am receiving the following erros in the tomcat catalina.out log
> and am not sure where to go from here. Did something break in the new
> build? There are no errors indicated in the build log.  I have compiled
> and upraded in a similar matter several times in the past on this box
> with no problems.
> 
> Any help would be apprechiated.
> 
> Tyler Walden
> tyler <at> swiftview.com
> 
> 
> 2006-10-31 14:41:48,907 ERROR [main] org.springframework.web.context.ContextLoader: Context
initialization failed
> org.springframework.beans.factory.BeanCreationException: Error creating bean with name
'.transactionAttributeSourceAdvisor': Cannot create inner bean '(inner bean)' while setting bean
(Continue reading)

Bohm, Louis | 1 Nov 2006 14:07

[opennms-discuss] Adding a UDP poller

Under 1.3.2 how do I add a UDP poller?  Specifically I want to look for RADIUS.  It shows me TCP but not UDP.
 
Louis
 
~~~~~~~~~~~~~~~~~~~~
Louis Bohm
System Administrator
ChipWrights Inc.
19 Crosby Dr, Suite 300
Bedford, MA 01730
781-271-4128
lbohm <at> chipwrights.com
~~~~~~~~~~~~~~~~~~~~
 
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
John Blake | 1 Nov 2006 14:53

Re: [opennms-discuss] SNMP partially discovered/No SNMP Performance

You’ll have to get all the nodeid’s thafor th eprimary interfaces

 Select nodeid, ipaddr from ipinterface where issnmpprimary = ‘P’.

Once you figure out which ones you need to change;

 

 

To change an ip from Primary;

 

 update ipinterface set issnmpprimary = 'N' where nodeid = 435 and ipaddr = 10.10.10.10’;

to set it to pirmary;

 update ipinterface set issnmpprimary = 'P' where nodeid = 435 and ipaddr = '10.10.10.10';

 

 

John

 

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of Michael Koprowski
Sent: Tuesday, October 31, 2006 3:57 PM
To: General OpenNMS Discussion
Subject: Re: [opennms-discuss] SNMP partially discovered/No SNMP Performance

 

I didn’t think of making the modification directly in the database and would agree that trying to create 800+ packages would be time consuming.

 

Do you have example queries to list and change the Primary interface?

 

Thanks,

Mike

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of John Blake
Sent: Tuesday, October 31, 2006 3:26 PM
To: General OpenNMS Discussion
Subject: Re: [opennms-discuss] SNMP partially discovered/No SNMP Performance

 

 The package would have to “include” the primary ip and “exclude” all the others.

 If it didn’t “exclude” the others, ONMS will still test them and go thru its normal procedure for marking the Primary IP.

 How often are you going to rescan the devices?

 

You might just do the normal discovery process and go into the dbase to set the primary interface for each node.

 

 

John

 

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of Michael Koprowski
Sent: Tuesday, October 31, 2006 3:19 PM
To: General OpenNMS Discussion
Subject: Re: [opennms-discuss] SNMP partially discovered/No SNMP Performance

 

Thanks for the quick response John. Since OpenNMS is multihomed on the client’s network and ours, I don’t have the option of creating an acl to restrict the “other IPs”.

 

Going on my other thought, if I create a collectd package specific for each device, would this effectively mark the specific defined address in the package the primary interface?

 

Regards,

Mike

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of John Blake
Sent: Tuesday, October 31, 2006 3:12 PM
To: General OpenNMS Discussion
Subject: Re: [opennms-discuss] SNMP partially discovered/No SNMP Performance

 

  1. No.

  2. No. The only way to do it is to not allow ONMS direct access to those other IP’s.

 

 

 John

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of Michael Koprowski
Sent: Tuesday, October 31, 2006 3:01 PM
To: General OpenNMS Discussion
Subject: [opennms-discuss] SNMP partially discovered/No SNMP Performance

 

I seem to keep running into the same situation when discovering our client’s Cisco equipment. I created an entry in the snmp-config.xml file containing the correct community string, and I validated I can walk SNMP for the device. I limited the capsd scan in the capsd-configuration.xml to only scan ICMP, SNMP and Router. During the discovery of the nodes, I see in the capsd.log OpenNMS correctly identifies SNMP is accessible on the device and obtains mib information. The information in the capsd.log seems to run as expected. Below is the output for the discovered host ip 10.255.252.211:

 

[root <at> NOCLI-ONMS007 etc]# cat ../logs/capsd.log |grep 10.255.252.211

2006-10-31 13:37:56,588 DEBUG [Capsd:BroadcastEventProcessor] BroadcastEventProcessor: onMessage: Adding interface to suspectInterface Q: 10.255.252.211

2006-10-31 13:59:33,997 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor: running collection for 10.255.252.211

2006-10-31 13:59:33,997 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: IfCollector.run: run method invoked to collect information for address 10.255.252.211

2006-10-31 13:59:33,998 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 testing plugin ICMP

2006-10-31 13:59:34,107 DEBUG [ICMPReceiver39966] ReplyReceiver: process: received matching echo reply from host 10.255.252.211

2006-10-31 13:59:34,107 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 protocol ICMP supported? true

2006-10-31 13:59:34,107 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 plugin ICMP completed!

2006-10-31 13:59:34,107 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 testing plugin SNMP

2006-10-31 13:59:34,524 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 protocol SNMP supported? true

2006-10-31 13:59:34,524 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 plugin SNMP completed!

2006-10-31 13:59:34,524 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 testing plugin Router

2006-10-31 13:59:34,940 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 protocol Router supported? false

2006-10-31 13:59:34,940 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 plugin Router completed!

2006-10-31 13:59:34,941 DEBUG [Capsd Suspect Pool-fiber0] IfSnmpCollector: run: collecting for: /10.255.252.211 with agentConfig: AgentConfig[Address: /10.255.252.211, Port: 161, Community: nocreadstring, Timeout: 1000, Retries: 3, MaxVarsPerPdu: 50, Max request size: 65535, Version: 2]

2006-10-31 13:59:34,941 DEBUG [Capsd Suspect Pool-fiber0] JoeSnmpWalker: Walking system/ifTable/ifXTable/ipAddrTable for /10.255.252.211 using version SNMPv2

2006-10-31 13:59:35,384 DEBUG [SnmpPortal--1] JoeSnmpWalker: Received a tracker pdu from /10.255.252.211 of size 56 errorStatus = 0, errorIndex = 0

2006-10-31 13:59:35,846 DEBUG [SnmpPortal--1] JoeSnmpWalker: Received a tracker pdu from /10.255.252.211 of size 68 errorStatus = 0, errorIndex = 0

2006-10-31 13:59:35,850 DEBUG [SnmpPortal--1] IpAddrTableEntry: Storing Result: alias: ipAdEntAddr [.1.3.6.1.2.1.4.20.1.1].[10.255.252.211] = 10.255.252.211

2006-10-31 13:59:35,850 DEBUG [SnmpPortal--1] IpAddrTableEntry: Storing Result: alias: ipAdEntIfIndex [.1.3.6.1.2.1.4.20.1.2].[10.255.252.211] = 4

2006-10-31 13:59:35,850 DEBUG [SnmpPortal--1] IpAddrTableEntry: Storing Result: alias: ipAdEntNetMask [.1.3.6.1.2.1.4.20.1.3].[10.255.252.211] = 255.255.255.255

2006-10-31 13:59:35,850 DEBUG [SnmpPortal--1] IpAddrTableEntry: Storing Result: alias: ipAdEntBcastAddr [.1.3.6.1.2.1.4.20.1.4].[10.255.252.211] = 1

2006-10-31 13:59:36,304 DEBUG [SnmpPortal--1] JoeSnmpWalker: Received a tracker pdu from /10.255.252.211 of size 66 errorStatus = 0, errorIndex = 0

2006-10-31 13:59:36,716 DEBUG [SnmpPortal--1] JoeSnmpWalker: Received a tracker pdu from /10.255.252.211 of size 71 errorStatus = 0, errorIndex = 0

2006-10-31 14:00:02,438 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: IfCollector.run: run method exiting after collecting information from address 10.255.252.211

2006-10-31 14:00:52,429 DEBUG [Capsd Suspect Pool-fiber0] CapsdConfigFactory: isInterfaceInDB: attempting to lookup interface 10.255.252.211 in the database.

2006-10-31 14:00:52,430 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: getExistingNodeEntry: checking for current target: /10.255.252.211

2006-10-31 14:00:52,430 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: getExistingNodeEntry: issuing SQL command: SELECT nodeId FROM ipinterface WHERE ipaddr='10.0.3.1' OR ipaddr='10.255.252.211' OR ipaddr='10.255.12.170' OR ipaddr='10.254.12.170'

2006-10-31 14:00:52,548 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor: 10.255.252.211 has sysName: r0003r

2006-10-31 14:00:52,549 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor: 10.255.252.211 has sysDescription: Cisco Internetwork Operating System Software

2006-10-31 14:00:52,549 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor: 10.255.252.211 has sysLocation:

2006-10-31 14:00:52,549 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor: 10.255.252.211 has sysContact:

2006-10-31 14:00:52,792 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: addInterfaces: 10.255.252.211/10.255.252.211 is managed

2006-10-31 14:00:52,806 DEBUG [Capsd Suspect Pool-fiber0] PollerConfigFactory: interfaceInPackage: Interface 10.255.252.211 passed filter for package example1?: true

2006-10-31 14:00:52,806 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: addInterfaces: 10.255.252.211/10.255.252.211 is to be polled = true

2006-10-31 14:00:52,806 DEBUG [Capsd Suspect Pool-fiber0] IfSnmpCollector: getIfIndex: retrieving ifIndex for 10.255.252.211

2006-10-31 14:00:52,806 DEBUG [Capsd Suspect Pool-fiber0] IpAddrTable: getIfIndex: got a match for address 10.255.252.211 index: 4

2006-10-31 14:00:52,806 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor: setting ifindex for 10.255.252.211/10.255.252.211 to 4

2006-10-31 14:00:52,815 DEBUG [Capsd Suspect Pool-fiber0] PollerConfigFactory: interfaceInPackage: Interface 10.255.252.211 passed filter for package example1?: true

2006-10-31 14:01:03,204 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor for 10.255.252.211 completed.

[root <at> NOCLI-ONMS007 etc]#

 

From the Web UI I click on the node but don’t see the option to view SNMP Performance. I click on Admin and click on “Configure SNMP Data Collection per Interface” but don’t see this IP as an option to collect data. In fact I only see 2. The first is a serial interface without an IP address and the second is a Fast Ethernet interface with an IP address, but neither is set to Primary.

 

I’ve been running into this more and more often. I would think if I’m discovering a device by its IP address, shouldn’t this signal to OpenNMS mark this interface as the Primary?

 

I’ve read the “Data Collection Configuration How-To” but don’t feel I’m encountering the issue the article speaks about where there are several interfaces that meet all 3 criteria to be eligible for the Primary.

 

The 2 questions I have are:

1)      Is there an easy way to limit interfaces eligible to be Primary for 800 devices other then creating a collectd-configuration.xml package for each device?

2)      Can OpenNMS be configured to mark the discovered IP as the Primary?

 

System Info:

Version: 1.3.1-1 – Downloaded from the SourceForge site

Server Time: Tue Oct 31 14:52:47 EST 2006

Client Time: document.write( new Date().toString()) Tue Oct 31 2006 14:52:52 GMT-0500 (Eastern Standard Time)

Java Version: 1.4.2_04 Sun Microsystems Inc.

Java Virtual Machine: 1.4.2_04-b05 Sun Microsystems Inc.

Operating System: Linux 2.6.9-5.ELsmp (i386)

Servlet Container: Apache Tomcat/4.1 (Servlet Spec 2.3)

User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0

Postgres 8.1.4

 

Regards,

Mike

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
johan edstrom | 1 Nov 2006 14:53
Picon
Favicon

Re: [opennms-discuss] Adding a UDP poller

There actually should be a radius poller.

org.opennms.netmgt.poller.monitors.RadiusAuthMonitor



----- Original Message ----
From: "Bohm, Louis" <lbohm <at> chipwrights.com>
To: General OpenNMS Discussion <opennms-discuss <at> lists.sourceforge.net>
Sent: Wednesday, November 1, 2006 8:07:49 AM
Subject: [opennms-discuss] Adding a UDP poller

Under 1.3.2 how do I add a UDP poller?  Specifically I want to look for RADIUS.  It shows me TCP but not UDP.
 
Louis
 
~~~~~~~~~~~~~~~~~~~~
Louis Bohm
System Administrator
ChipWrights Inc.
19 Crosby Dr, Suite 300
Bedford, MA 01730
781-271-4128
lbohm <at> chipwrights.com
~~~~~~~~~~~~~~~~~~~~
 
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
Bohm, Louis | 1 Nov 2006 15:05

Re: [opennms-discuss] Adding a UDP poller

I do not have it in my poller-configuration.xml.  Can I add it by adding the following lines:
 
        <service name="RADIUS" interval="300000" user-defined="false" status="on">
            <parameter key="retry" value="2"/>
            <parameter key="timeout" value="3000"/>
            <parameter key="rrd-repository" value="/opt/OpenNMS/share/rrd/response"/>
            <parameter key="ds-name" value="RADIUS"/>
        </service>
 
 
    <monitor service="RADIUS" class-name="org.opennms.netmgt.poller.monitors.RadiusAuthMonitor"/>
 
I believe I read somewhere that the RadiusAuthMonitor works by trying to login to Radius.  Meaning I have to create a login account it can use and then add that information to the <service> above.  I am not so sure I like that.  I will have to figure out how to create one that has no privileges.  (My RADIUS is really IAS on Win2003 talking to Active Directory.)
 
There are other ports that I want to monitor that are UDP.  How do I do them?  I just want to hit the port and make sure it is open.  Nothing more.
 
What would be fantastic, but is probably not reasonable (at least not yet), is a NMAP type monitor.  Where I could pass it NMAP arguments going after a specific port.
 
Louis
~~~~~~~~~~~~~~~~~~~~
Louis Bohm
System Administrator
ChipWrights Inc.
19 Crosby Dr, Suite 300
Bedford, MA 01730
781-271-4128
lbohm <at> chipwrights.com
~~~~~~~~~~~~~~~~~~~~
 

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of johan edstrom
Sent: Wednesday, November 01, 2006 8:54 AM
To: General OpenNMS Discussion
Subject: Re: [opennms-discuss] Adding a UDP poller

There actually should be a radius poller.

org.opennms.netmgt.poller.monitors.RadiusAuthMonitor



----- Original Message ----
From: "Bohm, Louis" <lbohm <at> chipwrights.com>
To: General OpenNMS Discussion <opennms-discuss <at> lists.sourceforge.net>
Sent: Wednesday, November 1, 2006 8:07:49 AM
Subject: [opennms-discuss] Adding a UDP poller

Under 1.3.2 how do I add a UDP poller?  Specifically I want to look for RADIUS.  It shows me TCP but not UDP.
 
Louis
 
~~~~~~~~~~~~~~~~~~~~
Louis Bohm
System Administrator
ChipWrights Inc.
19 Crosby Dr, Suite 300
Bedford, MA 01730
781-271-4128
lbohm <at> chipwrights.com
~~~~~~~~~~~~~~~~~~~~
 
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
Bohm, Louis | 1 Nov 2006 15:15

[opennms-discuss] Change the format of Node List in 1.3.2

Is it possible to change how the nodes are listed in the Node List page in 1.3.2?  I liked the multi column view that was in 1.2.8. 
 
If it is possible what do I need to do to change it???
 
Thanks,
Louis
 
~~~~~~~~~~~~~~~~~~~~
Louis Bohm
System Administrator
ChipWrights Inc.
19 Crosby Dr, Suite 300
Bedford, MA 01730
781-271-4128
lbohm <at> chipwrights.com
~~~~~~~~~~~~~~~~~~~~
 
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
Bohm, Louis | 1 Nov 2006 15:18

[opennms-discuss] What does Site Status provide in 1.3.2

What does it provide and it seems to be broken for me...  If it is still being worked on then I will wait until it is done...
 
Here is my error:
java.lang.IllegalArgumentException: Site status configured category not found: DEV_ROUTER at org.opennms.web.svclayer.support.DefaultSiteStatusViewService.getCategoriesForRowDef(DefaultSiteStatusViewService.java:139) at org.opennms.web.svclayer.support.DefaultSiteStatusViewService.getAggregateStatusDefinitionsForView(DefaultSiteStatusViewService.java:121) at org.opennms.web.svclayer.support.DefaultSiteStatusViewService.createAggregateStatusView(DefaultSiteStatusViewService.java:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:203) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:162) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:209) at $Proxy28.createAggregateStatusView(Unknown Source) at org.opennms.web.controller.SiteStatusViewController.handleRequestInternal(SiteStatusViewController.java:75) at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153) at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:45) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:806) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:736) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:396) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:350) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.extremecomponents.table.filter.AbstractExportFilter.doFilter(AbstractExportFilter.java:49) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:264) at org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107) at org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:81) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:181) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:217) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:108) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:191) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:148) at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:90) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Unknown Source)

Thanks,

Louis

 
~~~~~~~~~~~~~~~~~~~~
Louis Bohm
System Administrator
ChipWrights Inc.
19 Crosby Dr, Suite 300
Bedford, MA 01730
781-271-4128
lbohm <at> chipwrights.com
~~~~~~~~~~~~~~~~~~~~
 
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
johan edstrom | 1 Nov 2006 15:48
Picon
Favicon

Re: [opennms-discuss] Adding a UDP poller

I guess the problem is that UDP is not 'Open' per se.
Hence the login to actually verify that something is returned.

I think you atually with the GP Poller could do an NMAP scan

Check this :

http://www.opennms.org/index.php/CheckWebSite.pl

/je
----- Original Message ----
From: "Bohm, Louis" <lbohm <at> chipwrights.com>
To: General OpenNMS Discussion <opennms-discuss <at> lists.sourceforge.net>
Sent: Wednesday, November 1, 2006 9:05:26 AM
Subject: Re: [opennms-discuss] Adding a UDP poller

DIV { MARGIN:0px;}
I do not have it in my poller-configuration.xml.  Can I add it by adding the following lines:
 
        <service name="RADIUS" interval="300000" user-defined="false" status="on">
            <parameter key="retry" value="2"/>
            <parameter key="timeout" value="3000"/>
            <parameter key="rrd-repository" value="/opt/OpenNMS/share/rrd/response"/>
            <parameter key="ds-name" value="RADIUS"/>
        </service>
 
 
    <monitor service="RADIUS" class-name="org.opennms.netmgt.poller.monitors.RadiusAuthMonitor"/>
 
I believe I read somewhere that the RadiusAuthMonitor works by trying to login to Radius.  Meaning I have to create a login account it can use and then add that information to the <service> above.  I am not so sure I like that.  I will have to figure out how to create one that has no privileges.  (My RADIUS is really IAS on Win2003 talking to Active Directory.)
 
There are other ports that I want to monitor that are UDP.  How do I do them?  I just want to hit the port and make sure it is open.  Nothing more.
 
What would be fantastic, but is probably not reasonable (at least not yet), is a NMAP type monitor.  Where I could pass it NMAP arguments going after a specific port.
 
Louis
~~~~~~~~~~~~~~~~~~~~
Louis Bohm
System Administrator
ChipWrights Inc.
19 Crosby Dr, Suite 300
Bedford, MA 01730
781-271-4128
lbohm <at> chipwrights.com
~~~~~~~~~~~~~~~~~~~~
 

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of johan edstrom
Sent: Wednesday, November 01, 2006 8:54 AM
To: General OpenNMS Discussion
Subject: Re: [opennms-discuss] Adding a UDP poller

There actually should be a radius poller.

org.opennms.netmgt.poller.monitors.RadiusAuthMonitor



----- Original Message ----
From: "Bohm, Louis" <lbohm <at> chipwrights.com>
To: General OpenNMS Discussion <opennms-discuss <at> lists.sourceforge.net>
Sent: Wednesday, November 1, 2006 8:07:49 AM
Subject: [opennms-discuss] Adding a UDP poller

Under 1.3.2 how do I add a UDP poller?  Specifically I want to look for RADIUS.  It shows me TCP but not UDP.
 
Louis
 
~~~~~~~~~~~~~~~~~~~~
Louis Bohm
System Administrator
ChipWrights Inc.
19 Crosby Dr, Suite 300
Bedford, MA 01730
781-271-4128
lbohm <at> chipwrights.com
~~~~~~~~~~~~~~~~~~~~
 
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
Michael Koprowski | 1 Nov 2006 15:49

Re: [opennms-discuss] SNMP partially discovered/No SNMP Performance

I tried the queries you provided and they worked great! I’ll probably create a script to update the rest of the routers we are monitoring. Thanks again for the help.

 

Regards,

Mike

 

 

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of John Blake
Sent: Wednesday, November 01, 2006 8:53 AM
To: General OpenNMS Discussion
Subject: Re: [opennms-discuss] SNMP partially discovered/No SNMP Performance

 

You’ll have to get all the nodeid’s thafor th eprimary interfaces

 Select nodeid, ipaddr from ipinterface where issnmpprimary = ‘P’.

Once you figure out which ones you need to change;

 

 

To change an ip from Primary;

 

 update ipinterface set issnmpprimary = 'N' where nodeid = 435 and ipaddr = 10.10.10.10’;

to set it to pirmary;

 update ipinterface set issnmpprimary = 'P' where nodeid = 435 and ipaddr = '10.10.10.10';

 

 

John

 

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of Michael Koprowski
Sent: Tuesday, October 31, 2006 3:57 PM
To: General OpenNMS Discussion
Subject: Re: [opennms-discuss] SNMP partially discovered/No SNMP Performance

 

I didn’t think of making the modification directly in the database and would agree that trying to create 800+ packages would be time consuming.

 

Do you have example queries to list and change the Primary interface?

 

Thanks,

Mike

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of John Blake
Sent: Tuesday, October 31, 2006 3:26 PM
To: General OpenNMS Discussion
Subject: Re: [opennms-discuss] SNMP partially discovered/No SNMP Performance

 

 The package would have to “include” the primary ip and “exclude” all the others.

 If it didn’t “exclude” the others, ONMS will still test them and go thru its normal procedure for marking the Primary IP.

 How often are you going to rescan the devices?

 

You might just do the normal discovery process and go into the dbase to set the primary interface for each node.

 

 

John

 

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of Michael Koprowski
Sent: Tuesday, October 31, 2006 3:19 PM
To: General OpenNMS Discussion
Subject: Re: [opennms-discuss] SNMP partially discovered/No SNMP Performance

 

Thanks for the quick response John. Since OpenNMS is multihomed on the client’s network and ours, I don’t have the option of creating an acl to restrict the “other IPs”.

 

Going on my other thought, if I create a collectd package specific for each device, would this effectively mark the specific defined address in the package the primary interface?

 

Regards,

Mike

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of John Blake
Sent: Tuesday, October 31, 2006 3:12 PM
To: General OpenNMS Discussion
Subject: Re: [opennms-discuss] SNMP partially discovered/No SNMP Performance

 

  1. No.

  2. No. The only way to do it is to not allow ONMS direct access to those other IP’s.

 

 

 John

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of Michael Koprowski
Sent: Tuesday, October 31, 2006 3:01 PM
To: General OpenNMS Discussion
Subject: [opennms-discuss] SNMP partially discovered/No SNMP Performance

 

I seem to keep running into the same situation when discovering our client’s Cisco equipment. I created an entry in the snmp-config.xml file containing the correct community string, and I validated I can walk SNMP for the device. I limited the capsd scan in the capsd-configuration.xml to only scan ICMP, SNMP and Router. During the discovery of the nodes, I see in the capsd.log OpenNMS correctly identifies SNMP is accessible on the device and obtains mib information. The information in the capsd.log seems to run as expected. Below is the output for the discovered host ip 10.255.252.211:

 

[root <at> NOCLI-ONMS007 etc]# cat ../logs/capsd.log |grep 10.255.252.211

2006-10-31 13:37:56,588 DEBUG [Capsd:BroadcastEventProcessor] BroadcastEventProcessor: onMessage: Adding interface to suspectInterface Q: 10.255.252.211

2006-10-31 13:59:33,997 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor: running collection for 10.255.252.211

2006-10-31 13:59:33,997 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: IfCollector.run: run method invoked to collect information for address 10.255.252.211

2006-10-31 13:59:33,998 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 testing plugin ICMP

2006-10-31 13:59:34,107 DEBUG [ICMPReceiver39966] ReplyReceiver: process: received matching echo reply from host 10.255.252.211

2006-10-31 13:59:34,107 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 protocol ICMP supported? true

2006-10-31 13:59:34,107 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 plugin ICMP completed!

2006-10-31 13:59:34,107 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 testing plugin SNMP

2006-10-31 13:59:34,524 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 protocol SNMP supported? true

2006-10-31 13:59:34,524 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 plugin SNMP completed!

2006-10-31 13:59:34,524 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 testing plugin Router

2006-10-31 13:59:34,940 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 protocol Router supported? false

2006-10-31 13:59:34,940 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: 10.255.252.211 plugin Router completed!

2006-10-31 13:59:34,941 DEBUG [Capsd Suspect Pool-fiber0] IfSnmpCollector: run: collecting for: /10.255.252.211 with agentConfig: AgentConfig[Address: /10.255.252.211, Port: 161, Community: nocreadstring, Timeout: 1000, Retries: 3, MaxVarsPerPdu: 50, Max request size: 65535, Version: 2]

2006-10-31 13:59:34,941 DEBUG [Capsd Suspect Pool-fiber0] JoeSnmpWalker: Walking system/ifTable/ifXTable/ipAddrTable for /10.255.252.211 using version SNMPv2

2006-10-31 13:59:35,384 DEBUG [SnmpPortal--1] JoeSnmpWalker: Received a tracker pdu from /10.255.252.211 of size 56 errorStatus = 0, errorIndex = 0

2006-10-31 13:59:35,846 DEBUG [SnmpPortal--1] JoeSnmpWalker: Received a tracker pdu from /10.255.252.211 of size 68 errorStatus = 0, errorIndex = 0

2006-10-31 13:59:35,850 DEBUG [SnmpPortal--1] IpAddrTableEntry: Storing Result: alias: ipAdEntAddr [.1.3.6.1.2.1.4.20.1.1].[10.255.252.211] = 10.255.252.211

2006-10-31 13:59:35,850 DEBUG [SnmpPortal--1] IpAddrTableEntry: Storing Result: alias: ipAdEntIfIndex [.1.3.6.1.2.1.4.20.1.2].[10.255.252.211] = 4

2006-10-31 13:59:35,850 DEBUG [SnmpPortal--1] IpAddrTableEntry: Storing Result: alias: ipAdEntNetMask [.1.3.6.1.2.1.4.20.1.3].[10.255.252.211] = 255.255.255.255

2006-10-31 13:59:35,850 DEBUG [SnmpPortal--1] IpAddrTableEntry: Storing Result: alias: ipAdEntBcastAddr [.1.3.6.1.2.1.4.20.1.4].[10.255.252.211] = 1

2006-10-31 13:59:36,304 DEBUG [SnmpPortal--1] JoeSnmpWalker: Received a tracker pdu from /10.255.252.211 of size 66 errorStatus = 0, errorIndex = 0

2006-10-31 13:59:36,716 DEBUG [SnmpPortal--1] JoeSnmpWalker: Received a tracker pdu from /10.255.252.211 of size 71 errorStatus = 0, errorIndex = 0

2006-10-31 14:00:02,438 DEBUG [Capsd Suspect Pool-fiber0] IfCollector: IfCollector.run: run method exiting after collecting information from address 10.255.252.211

2006-10-31 14:00:52,429 DEBUG [Capsd Suspect Pool-fiber0] CapsdConfigFactory: isInterfaceInDB: attempting to lookup interface 10.255.252.211 in the database.

2006-10-31 14:00:52,430 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: getExistingNodeEntry: checking for current target: /10.255.252.211

2006-10-31 14:00:52,430 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: getExistingNodeEntry: issuing SQL command: SELECT nodeId FROM ipinterface WHERE ipaddr='10.0.3.1' OR ipaddr='10.255.252.211' OR ipaddr='10.255.12.170' OR ipaddr='10.254.12.170'

2006-10-31 14:00:52,548 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor: 10.255.252.211 has sysName: r0003r

2006-10-31 14:00:52,549 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor: 10.255.252.211 has sysDescription: Cisco Internetwork Operating System Software

2006-10-31 14:00:52,549 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor: 10.255.252.211 has sysLocation:

2006-10-31 14:00:52,549 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor: 10.255.252.211 has sysContact:

2006-10-31 14:00:52,792 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: addInterfaces: 10.255.252.211/10.255.252.211 is managed

2006-10-31 14:00:52,806 DEBUG [Capsd Suspect Pool-fiber0] PollerConfigFactory: interfaceInPackage: Interface 10.255.252.211 passed filter for package example1?: true

2006-10-31 14:00:52,806 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: addInterfaces: 10.255.252.211/10.255.252.211 is to be polled = true

2006-10-31 14:00:52,806 DEBUG [Capsd Suspect Pool-fiber0] IfSnmpCollector: getIfIndex: retrieving ifIndex for 10.255.252.211

2006-10-31 14:00:52,806 DEBUG [Capsd Suspect Pool-fiber0] IpAddrTable: getIfIndex: got a match for address 10.255.252.211 index: 4

2006-10-31 14:00:52,806 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor: setting ifindex for 10.255.252.211/10.255.252.211 to 4

2006-10-31 14:00:52,815 DEBUG [Capsd Suspect Pool-fiber0] PollerConfigFactory: interfaceInPackage: Interface 10.255.252.211 passed filter for package example1?: true

2006-10-31 14:01:03,204 DEBUG [Capsd Suspect Pool-fiber0] SuspectEventProcessor: SuspectEventProcessor for 10.255.252.211 completed.

[root <at> NOCLI-ONMS007 etc]#

 

From the Web UI I click on the node but don’t see the option to view SNMP Performance. I click on Admin and click on “Configure SNMP Data Collection per Interface” but don’t see this IP as an option to collect data. In fact I only see 2. The first is a serial interface without an IP address and the second is a Fast Ethernet interface with an IP address, but neither is set to Primary.

 

I’ve been running into this more and more often. I would think if I’m discovering a device by its IP address, shouldn’t this signal to OpenNMS mark this interface as the Primary?

 

I’ve read the “Data Collection Configuration How-To” but don’t feel I’m encountering the issue the article speaks about where there are several interfaces that meet all 3 criteria to be eligible for the Primary.

 

The 2 questions I have are:

1)      Is there an easy way to limit interfaces eligible to be Primary for 800 devices other then creating a collectd-configuration.xml package for each device?

2)      Can OpenNMS be configured to mark the discovered IP as the Primary?

 

System Info:

Version: 1.3.1-1 – Downloaded from the SourceForge site

Server Time: Tue Oct 31 14:52:47 EST 2006

Client Time: document.write( new Date().toString()) Tue Oct 31 2006 14:52:52 GMT-0500 (Eastern Standard Time)

Java Version: 1.4.2_04 Sun Microsystems Inc.

Java Virtual Machine: 1.4.2_04-b05 Sun Microsystems Inc.

Operating System: Linux 2.6.9-5.ELsmp (i386)

Servlet Container: Apache Tomcat/4.1 (Servlet Spec 2.3)

User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0

Postgres 8.1.4

 

Regards,

Mike

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
Mike Huot | 1 Nov 2006 16:40
Favicon

Re: [opennms-discuss] Adding a UDP poller

> I do not have it in my poller-configuration.xml.  Can I add it by adding
> the following lines:
>
>         <service name="RADIUS" interval="300000" user-defined="false"
> status="on">
>             <parameter key="retry" value="2"/>
>             <parameter key="timeout" value="3000"/>
>             <parameter key="rrd-repository"
> value="/opt/OpenNMS/share/rrd/response"/>
>             <parameter key="ds-name" value="RADIUS"/>
>         </service>
>
>
>
>     <monitor service="RADIUS"
> class-name="org.opennms.netmgt.poller.monitors.RadiusAuthMonitor"/>
Starting with 1.3.1+ the default configs have been trimmed down.  See the
examples dir for more complete configs.

> I believe I read somewhere that the RadiusAuthMonitor works by trying to
> login to Radius.  Meaning I have to create a login account it can use
> and then add that information to the <service> above.  I am not so sure
> I like that.  I will have to figure out how to create one that has no
> privileges.  (My RADIUS is really IAS on Win2003 talking to Active
> Directory.)
See my comments below.

> There are other ports that I want to monitor that are UDP.  How do I do
> them?  I just want to hit the port and make sure it is open.  Nothing
> more.
>
> What would be fantastic, but is probably not reasonable (at least not
> yet), is a NMAP type monitor.  Where I could pass it NMAP arguments
> going after a specific port.

Just a note on how NMAP "polls".  NMAP sends a UDP packet to each port,
and looks for an ICMP port unreachable.  When it sees that unreachable it
marks that port as down.  This is not a very reliable way of checking for
a port.  There is not a reliable way of monitoring an UDP port othjer than
basically being a client for the protocol.

Mike

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss


Gmane