UPS MIB doesn't work

Hi,
we import the MIB for new UPS and, also after that, we aren’t able to monitor it via SNMP.

Starting job…

  • FETCHING DATA
    [snmp] Execute data source
    ERROR: SNMP error
    Error in packet
    Reason: (noSuchName) There is no such variable name in this MIB.

ERROR: SNMP error
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.

ERROR: SNMP error
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.

ERROR: SNMP error
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.

ERROR: SNMP error
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.

ERROR: SNMP error
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.

[snmp] ERROR: list index out of range
[piggyback] Execute data source
No piggyback files for ‘HQ-UPS-RK09’. Skip processing.
No piggyback files for ‘192.168.98.229’. Skip processing.
Completed.

We tried to import via CLI, we also tested it and this is the result:

020-10-20 17:43|root@pdnagios11:/usr/share/snmp/mibs|⇒ snmpwalk -m UPSv4.mib -v 1 -c ROcommunity 192.168.98.229

MIB search path: /root/.snmp/mibs:/usr/share/snmp/mibs
Cannot find module (UPSv4.mib): At line 0 in (none)
iso.3.6.1.2.1.1.1.0 = STRING: “UPS SNMP Agent”
iso.3.6.1.2.1.1.2.0 = OID: iso.3.6.1.4.1.2254.2.4
iso.3.6.1.2.1.1.3.0 = Timeticks: (2040195) 5:40:01.95
iso.3.6.1.2.1.1.4.0 = STRING: “iDigital”
iso.3.6.1.2.1.1.5.0 = STRING: “HQ_UPS_RK09”
iso.3.6.1.2.1.1.6.0 = STRING: “italy”
iso.3.6.1.2.1.1.7.0 = INTEGER: 0
iso.3.6.1.2.1.2.1.0 = INTEGER: 0
End of MIB

2020-10-20 17:43|root@pdnagios11:/usr/share/snmp/mibs|⇒ snmpwalk -v 1 -c ROcommunity 192.168.98.229

SNMPv2-MIB::sysDescr.0 = STRING: UPS SNMP Agent
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.2254.2.4
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (2042760) 5:40:27.60
SNMPv2-MIB::sysContact.0 = STRING: iDigital
SNMPv2-MIB::sysName.0 = STRING: HQ_UPS_RK09
SNMPv2-MIB::sysLocation.0 = STRING: italy
SNMPv2-MIB::sysServices.0 = INTEGER: 0
IF-MIB::ifNumber.0 = INTEGER: 0
End of MIB

We found the MIB into the supplier site, we are still not able to monitor the new device via SNMP, do you have any tips?

Regards

Hi,
for checking the USP you don’t need the MIB file. You need to create the host with the SNMP credeitals and rund the test. Normally you get the data as needed.
You can debug this by running 'cmk --debug -vvII '. The output should show the bulkwalk for dicovery.
Cheers,
Christian

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.