Hello,
I'm looking for solution how to create LLD with SNMP of NetApp cDOT 8.3 OS.
I've tried to create LLD to find NetApp's CPU and then create items (each CPU - additional item) but I wasn't successful.
Here is my output from Zabbix:
snmp_parse_oid(): cannot parse OID "NETAPP-MIB::cDOTCpuBusyTimePerCent.\'FAS-NODE-01\'".
LLD item:
OID: NETAPP-MIB::cDOTCpuBusyTimePerCent.\'{#SNMPVALUE}\'
SNMPWALK:
NETAPP-MIB::cDOTCpuBusyTimePerCent.'FAS-NODE-01' = INTEGER: 22
NETAPP-MIB::cDOTCpuBusyTimePerCent.'FAS-NODE-02' = INTEGER: 3
SNMPGET:
[root@host ~]# snmpget -v 2c -c community IP_ADDDRESS NETAPP-MIB::cDOTCpuBusyTimePerCent.\'FAS-NODE-02\'
NETAPP-MIB::cDOTCpuBusyTimePerCent.'FAS-NODE-02' = INTEGER: 46
Does anyone faced the problem of SNMP with apostrophes?
How to correctly parse SNMP with apostrophes in Zabbix?
Thanks
I'm looking for solution how to create LLD with SNMP of NetApp cDOT 8.3 OS.
I've tried to create LLD to find NetApp's CPU and then create items (each CPU - additional item) but I wasn't successful.
Here is my output from Zabbix:
snmp_parse_oid(): cannot parse OID "NETAPP-MIB::cDOTCpuBusyTimePerCent.\'FAS-NODE-01\'".
LLD item:
OID: NETAPP-MIB::cDOTCpuBusyTimePerCent.\'{#SNMPVALUE}\'
SNMPWALK:
NETAPP-MIB::cDOTCpuBusyTimePerCent.'FAS-NODE-01' = INTEGER: 22
NETAPP-MIB::cDOTCpuBusyTimePerCent.'FAS-NODE-02' = INTEGER: 3
SNMPGET:
[root@host ~]# snmpget -v 2c -c community IP_ADDDRESS NETAPP-MIB::cDOTCpuBusyTimePerCent.\'FAS-NODE-02\'
NETAPP-MIB::cDOTCpuBusyTimePerCent.'FAS-NODE-02' = INTEGER: 46
Does anyone faced the problem of SNMP with apostrophes?
How to correctly parse SNMP with apostrophes in Zabbix?
Thanks
Comment