![]() |
![]() |
Subject: | Graphs not collecting data on APC environmental sensors |
Author: | [Not Specified] |
Posted: | 2015-05-07 09:09 |
I added my own graph to my zenoss apc devices. When I let it sit and wait for data I only get -nan in the graphs. However when I snmpwalk (v3) the OIDs (.1.3.6.1.4.1.318.1.1.25.1.2.1.6.1) and (.1.3.6.1.4.1.318.1.1.25.1.2.1.6.2) I get the response I am expecting:
SNMPv2-SMI::enterprises.318.1.1.25.1.2.1.6.1.1 = INTEGER: 24
SNMPv2-SMI::enterprises.318.1.1.25.1.2.1.6.2.1 = INTEGER: 25
All other SNMP data on the device is received.
Can someone give me an idea of where I should start looking to figure out why its not picking up the data
Subject: | Not sure what these OIDs are |
Author: | Jane Curry |
Posted: | 2015-05-14 10:43 |
Not sure what these OIDs are for If they are scalar values (ie they apply to the overall device, rather than a component), then you will almost certainly need a .0 on the end of the OID. snmpwalk gets values starting from the OID you give it but the zenperfsnmp daemon actually does an snmpget so it needs the precise OID.
Alternatively, if these OIDs are for a component (so the OID is part of a table with an answer per instance), then you may have too much OID in your template datasource.
oidview shows
uioSensorStatusTemperatureDegC 1.3.6.1.4.1.318.1.1.25.1.2.1.6
If this is the value you are trying to get, then make sure 1.3.6.1.4.1.318.1.1.25.1.2.1.6 is the OID you have in your template. A component template will append the instance number automatically for each component.
Cheers,
Jane
Email: jane.curry@skills-1st.co.uk Web: https://www.skills-1st.co.uk
Subject: | Thanks Jane for the info, |
Author: | [Not Specified] |
Posted: | 2015-05-18 10:03 |
Thanks Jane for the info, learn something every day.
I was able to narrow the OIDs (I think I had the wrong ones) down to where testing with snmpget accepted the comands:
(output from snmpget at CLI of zenoss server)
.1.3.6.1.4.1.318.1.1.10.2.3.2.1.4.1 = INTEGER: 27
.1.3.6.1.4.1.318.1.1.10.2.3.2.1.4.2 = INTEGER: 27
And the data is flowing, I guess I got really lucky on the few new graphs I created, thank you!
< |
Previous More jobs in parallel? |
Next Collector |
> |