Re: Please check the data collection configuration for this node.
Robert Smith <[email protected]> Thu, 23 Aug 2018 13:23:07 +0000
| Newsgroups | gmane.network.opennms.general |
|---|---|
| Message-ID | <ecc14eff474b44ac9993bea60e4511a5@JfEdVM2012Ex01.jennisfabrics.org> |
I have a few nodes that just have ICMP configured. When I go to node and select resource graphs I can graph the latency of the pings for that device. Even this functionality doesn't work for the switch. It appears to be connected to HP Procurve switches as I've added a second node for a switch in one of our warehouses and it exhibiting the same behavior. I am running version 22.0.2 of Opennms. Unfortunately I don't fully understand your second question. 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 3:37 AM To: General OpenNMS Discussion Subject: Re: [opennms-discuss] Please check the data collection configuration for this node. Hi Robert, without configuring SNMP you probably won't see graphs for your device. Unless it's some very unusual system all network devices use SNMP for data collection. You wrote that snmp walk is working and that you already had defined the snmp community in opennms but removed it now. I would propose to add it again and then try tail -f provisiond.log followed by a rescan of the node (from the node's page in the GUI). There should be entries in provisiond.log when opennms tries to contact the node using snmp. If this is working, then check collectd.log. You may probably need to search for the nodes nodeid or his primary IP address. You can also check the DB how the node is defined echo "select * from node where nodeid=xxx;" |psql echo "select * from ipinterface where nodeid=xxx;" |psql The first query is just to be sure you have the correct device. The output from the second sql statement should show the IP you use for polling the node, e.g. for which you defined the snmp community, and issnmpprimary should have the value 'P'. BTW: - What version of opennms are you working with? - 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? -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