Re: Liebert Emerson Aircon SNMP
Jonathan Heard <[email protected]>
| Newsgroups | gmane.network.opennms.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Trev, I know nothing about these specific aircon units, but I'd suggest trying a few checks... 1) In your collectd-configuration.xml you should have at least one org.opennms.netmgt.collectd.SnmpCollector defined in a <collector> tag (at the bottom), and the service attribute of that collector will be referenced by at least one <service> tag higher up, which is contained within a <package> --- Please ensure that the <filter> for that <package> is inclusive of the devices you're monitoring. 2) For the <service> tag doing your SNMP collection, check that the <parameter> key/value pair for 'collection' matches the <snmp-collection> name in datacollection-config.xml I mention 1 and 2 because it's possible to carve up SNMP collection into different packages which and so it's important to make sure that the MIBS you want to include are assigned to the correct package. 3) Check your configuration using the config tester. The following example is on Ubuntu - the path's under /opt CentOS I believe, and I'm don't know about windows. # /usr/share/opennms/bin/config-tester collectd-configuration.xml (You can also run the tester with '-a' to check all config files) 4) Try doing an 'snmpwalk' of the device in question. You should be able to use the MIB to make the output more meaningful - It is worth checking that you do actually get the data you're seeking from this. 5) It's well worth checking that documentation for the Aircon system - make sure you're using the correct community name or SNMPv3 credentials (which must be added to snmp-config.xml), and that the username or community you're using has got Read access to the entire OID tree - Some devices allow you to limit access to only a small subset of the full information. 6) Log files in /var/log/opennms may help - especially, instrumentation.log and collectd.log for collection information, and output.log for any config errors picked up during startup. You can easily increase the verbosity of any of these logs in the bottom section of log4j2.xml by setting them to INFO, or DEBUG. Hope this helps Jonathan On 10/10/17 04:59, tdunstan wrote: > Hey guys, > > I have successfully uploaded the Liebert MIBS and generated data collection > however I am only seeing basic resource graphs ie Node-level performance > data and no data regarding temps or other useful information. > > I have looked in /opt/opennms/share/rrd/snmp/*Node* and there only appears > to be a limited amount of JRB files. > > I have looked in datacollection-config.xml I can see the 10 Liebert Mibs > that I have compiled as per below. > > <include-collection dataCollectionGroup="LIEBERT-GP-PDU-MIB"/> > <include-collection dataCollectionGroup="LIEBERT-GP-AGENT-MIB"/> > <include-collection dataCollectionGroup="LIEBERT-GP-CONDITIONS-MIB"/> > <include-collection dataCollectionGroup="LIEBERT-GP-SYSTEM-MIB"/> > <include-collection dataCollectionGroup="LIEBERT-GP-FLEXIBLE-MIB"/> > <include-collection dataCollectionGroup="LIEBERT-GP-POWER-MIB"/> > <include-collection > dataCollectionGroup="LIEBERT-GP-NOTIFICATIONS-MIB"/> > <include-collection > dataCollectionGroup="LIEBERT-GP-ENVIRONMENTAL-MIB"/> > <include-collection dataCollectionGroup="UPS-MIB"/> > <include-collection dataCollectionGroup="LIEBERT-GP-CONTROLLER-MIB"/> > > When I look in /opt/opennms/etc/datacollection all the above Liebert MIB XML > files are there. > > When I look in /opt/opennms/etc/snmp-graph.properties.d/ all the Liebert > graphs are there as per below: > > LIEBERT-GP-AGENT-MIB-graph.properties > LIEBERT-GP-ENVIRONMENTAL-MIB-graph.properties > LIEBERT-GP-FLEXIBLE-MIB-graph.properties > LIEBERT-GP-PDU-MIB-graph.properties > LIEBERT-GP-POWER-MIB-graph.properties > LIEBERT-GP-SYSTEM-MIB-graph.properties > liebert-graph.properties > > > Can someone provide some information on where I should look next ? I would > have thought that uploading the MIBS and generating data collection would be > enough to retrieve Aircon data. Do I need to create custom graphs ? > > Thanks > > Trev > > > > > -- > Sent from: http://opennms.530661.n2.nabble.com/OpenNMS-discuss-f529575.html > > ------------------------------------------------------------------------------ > 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 ------------------------------------------------------------------------------ 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