Hello there,
I’m running zabbix server version 6.4.14.1. I am following the documentation from “2 SNMP Agent” to add an item for SNMP monitoring in zabbix. Below is the URL.
https://www.zabbix.com/documentation...itemtypes/snmp
I created an SNMP item for a Liebert PDU device from information gathered via snmpwalk and snmpget. Below is the output of the the OIDs I want to add from snmpwalk and snmpget.
After adding the OID ".1.3.6.1.4.1.476.1.42.3.8.40.20.1.130.1.1" per the documentation, I receive the following error in the “info” column of the new item for the device.
OID "get[.1.3.6.1.4.1.476.1.42.3.8.40.20.1.130.1.1]" contains unsupported parameters.
Any ideas on what I may be doing wrong or any help would be greatly appreciated. Thanks.
=-=-=-=-=
SNMPWALK:
# snmpwalk -v 1 -c LiebertEM 10.90.xxx.xxx 1.3.6.1.4.1
.
.
SNMPv2-SMI::enterprises.476.1.42.3.8.40.20.1.130.1.1 = Gauge32: 229
SNMPv2-SMI::enterprises.476.1.42.3.8.40.20.1.130.1.2 = Gauge32: 296
SNMPv2-SMI::enterprises.476.1.42.3.8.40.20.1.130.1.3 = Gauge32: 113
# snmpwalk -v 1 -c LiebertEM 10.90.xxx.xxx 1.3.6.1.4.1.476
.
.
LIEBERT-GP-PDU-MIB::lgpPduRbEntryEcHundredths.1.1 = Gauge32: 230 0.01 Amp-AC-RMS
LIEBERT-GP-PDU-MIB::lgpPduRbEntryEcHundredths.1.2 = Gauge32: 285 0.01 Amp-AC-RMS
LIEBERT-GP-PDU-MIB::lgpPduRbEntryEcHundredths.1.3 = Gauge32: 112 0.01 Amp-AC-RMS
SNMPGET:
# snmpget -v 1 -c LiebertEM -On 10.90.xxx.xxx SNMPv2-SMI::enterprises.476.1.42.3.8.40.20.1.130.1.1
.1.3.6.1.4.1.476.1.42.3.8.40.20.1.130.1.1 = Gauge32: 228 0.01 Amp-AC-RMS
# snmpget -v 1 -c LiebertEM -On 10.90.xxx.xxx LIEBERT-GP-PDU-MIB::lgpPduRbEntryEcHundredths.1.1
.1.3.6.1.4.1.476.1.42.3.8.40.20.1.130.1.1 = Gauge32: 230 0.01 Amp-AC-RMS
I’m running zabbix server version 6.4.14.1. I am following the documentation from “2 SNMP Agent” to add an item for SNMP monitoring in zabbix. Below is the URL.
https://www.zabbix.com/documentation...itemtypes/snmp
I created an SNMP item for a Liebert PDU device from information gathered via snmpwalk and snmpget. Below is the output of the the OIDs I want to add from snmpwalk and snmpget.
After adding the OID ".1.3.6.1.4.1.476.1.42.3.8.40.20.1.130.1.1" per the documentation, I receive the following error in the “info” column of the new item for the device.
OID "get[.1.3.6.1.4.1.476.1.42.3.8.40.20.1.130.1.1]" contains unsupported parameters.
Any ideas on what I may be doing wrong or any help would be greatly appreciated. Thanks.
=-=-=-=-=
SNMPWALK:
# snmpwalk -v 1 -c LiebertEM 10.90.xxx.xxx 1.3.6.1.4.1
.
.
SNMPv2-SMI::enterprises.476.1.42.3.8.40.20.1.130.1.1 = Gauge32: 229
SNMPv2-SMI::enterprises.476.1.42.3.8.40.20.1.130.1.2 = Gauge32: 296
SNMPv2-SMI::enterprises.476.1.42.3.8.40.20.1.130.1.3 = Gauge32: 113
# snmpwalk -v 1 -c LiebertEM 10.90.xxx.xxx 1.3.6.1.4.1.476
.
.
LIEBERT-GP-PDU-MIB::lgpPduRbEntryEcHundredths.1.1 = Gauge32: 230 0.01 Amp-AC-RMS
LIEBERT-GP-PDU-MIB::lgpPduRbEntryEcHundredths.1.2 = Gauge32: 285 0.01 Amp-AC-RMS
LIEBERT-GP-PDU-MIB::lgpPduRbEntryEcHundredths.1.3 = Gauge32: 112 0.01 Amp-AC-RMS
SNMPGET:
# snmpget -v 1 -c LiebertEM -On 10.90.xxx.xxx SNMPv2-SMI::enterprises.476.1.42.3.8.40.20.1.130.1.1
.1.3.6.1.4.1.476.1.42.3.8.40.20.1.130.1.1 = Gauge32: 228 0.01 Amp-AC-RMS
# snmpget -v 1 -c LiebertEM -On 10.90.xxx.xxx LIEBERT-GP-PDU-MIB::lgpPduRbEntryEcHundredths.1.1
.1.3.6.1.4.1.476.1.42.3.8.40.20.1.130.1.1 = Gauge32: 230 0.01 Amp-AC-RMS
Comment