Re: Please check the data collection configuration for this node.
Robert Smith <[email protected]> Thu, 23 Aug 2018 15:30:31 +0000
| Newsgroups | gmane.network.opennms.general |
|---|---|
| Message-ID | <beea6f89f48c4cc7bb04dc2792e99b60@JfEdVM2012Ex01.jennisfabrics.org> |
The first node, node ID 44, is a Linux machine that is properly reporting everything from ICMP response times to SNMP information. Node ID 88 is the Aruba switch that isn't able to graph anything. I have at least 30 other nodes collecting a variety of information, and that are able to properly graph that information for me, it is just the two HP Aruba/Procurve switches that are causing me issues. select * from node where nodeid=44; -[ RECORD 1 ]------+--------------------------------------------------------------------------------------------- nodeid | 44 nodecreatetime | 2016-11-10 12:09:24.394-07 nodeparentid | nodetype | A nodesysoid | .1.3.6.1.4.1.8072.3.2.10 nodesysname | otrscsc.jennisfabrics.org nodesysdescription | Linux otrscsc.jennisfabrics.org 2.6.32-358.el6.i686 #1 SMP Thu Feb 21 21:50:49 UTC 2013 i686 nodesyslocation | Unknown (edit /etc/snmp/snmpd.conf) nodesyscontact | Root <root@localhost> (configure /etc/snmp/snmp.local.conf) nodelabel | Edmonton Customer Service OTRS nodelabelsource | U nodenetbiosname | nodedomainname | operatingsystem | lastcapsdpoll | 2018-08-22 10:57:00.136-06 foreignsource | Edmonton foreignid | 1478804879307 location | Default hasflows | f opennms=> select * from node where nodeid=88; -[ RECORD 1 ]------+--------------------------- nodeid | 88 nodecreatetime | 2018-08-21 11:50:31.641-06 nodeparentid | nodetype | A nodesysoid | nodesysname | nodesysdescription | nodesyslocation | nodesyscontact | nodelabel | Edmonton Aruba Switch nodelabelsource | U nodenetbiosname | nodedomainname | operatingsystem | lastcapsdpoll | 2018-08-22 10:29:12.088-06 foreignsource | Edmonton foreignid | 1534873765354 location | Edmonton hasflows | f opennms=> select * from ipinterface where nodeid=44; -[ RECORD 1 ]---+--------------------------- id | 3746 nodeid | 44 ipaddr | 172.16.1.76 iphostname | 172.16.1.76 ismanaged | M ipstatus | iplastcapsdpoll | 2018-08-22 10:57:00.136-06 issnmpprimary | P snmpinterfaceid | 4114 netmask | 255.255.255.0 opennms=> select * from ipinterface where nodeid=88; -[ RECORD 1 ]---+--------------------------- id | 30831 nodeid | 88 ipaddr | 172.16.12.254 iphostname | 172.16.12.254 ismanaged | M ipstatus | iplastcapsdpoll | 2018-08-22 10:29:12.088-06 issnmpprimary | P snmpinterfaceid | netmask | Robert Smith Network Administrator [Logo] <http://www.ennisfabrics.com> 6111 - 91 Street | Edmonton, AB, T6E 6V6 t: 780-665-0453 m: w: ennisfabrics.com [Facebook icon] <https://www.facebook.com/jennisfabrics> [Twitter icon] <https://twitter.com/J_Ennis_Fabrics> [Pinterest icon] <https://pinterest.com/JEnnisFabrics> Confidentiality Note: This email may contain confidential and/or private information. If you received this email in error please delete and notify sender. Note de confidentialit?: Ce courriel peut contenir des informations confidentielles et/ou priv?es. Si vous avez re?u ce message par erreur, veuillez s'il vous pla?t le supprimer et en informer l'exp?diteur. From: Seibold, Michael [mailto:[email protected]] Sent: August-23-18 8:47 AM To: General OpenNMS Discussion Subject: Re: [opennms-discuss] Please check the data collection configuration for this node. Hi Robert, > Is there a package in datacollection-config, in collectd defining the data you want to have and is the node in the correct package, defined by ip or category or something else? That's where you have to define what values opennms should collect. If there is nothing defined you probably will get only response times. Thos config files reside somewhere like /opt/opennms/etc, depending on your operating system. As you don't even get response times - can you please provide the output from the following commands on the (linux??) command line? echo "select * from node where nodeid=xxx;" |psql echo "select * from ipinterface where nodeid=xxx;" |psql You should see the nodeid on the node's page in the GUI just behind the node name. You can change the ip's to something like 1.1.1.2 to hide them as long as you keep the changes consistent. As you can ping the devices and make snmpwalks the problem obviously is how the nodes are configured in OpenNMS. -Michael ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ 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