Hi.
I'm trying to monitor my SAN Switch with zabbix, but i'm having trouble with some MIBs. I'm trying to modify default discovery rule to make my own, since my MIB's are dufferente from default template. The error that I'm getting is this:
I'm getting this error trying to get the number of ports in my SAN switch. In the default SNMP, the OID is IF-MIB::ifNumber.0 and the data type is decimal. I've change OID for my need, FIBRE-CHANNEL-FE-MIB::fcFeModuleFxPortCapacity.1, and tried with data type of decimal, float and even text, nothing working, all the same problem. Using the console of same box (zabbix server), this is what I get:
What I'm doing wrong?
Tks!
I'm trying to monitor my SAN Switch with zabbix, but i'm having trouble with some MIBs. I'm trying to modify default discovery rule to make my own, since my MIB's are dufferente from default template. The error that I'm getting is this:
snmp_parse_oid(): cannot parse OID "FIBRE-CHANNEL-FE-MIB::fcFeModuleFxPortCapacity.1"
[root@zabbix mibs]# snmpwalk -v3 -l authPriv -u myuser -a SHA -A pass1 -x DES -X pass2 -c public 10.0.0.199 FIBRE-CHANNEL-FE-MIB::fcFeModuleFxPortCapacity.1
FIBRE-CHANNEL-FE-MIB::fcFeModuleFxPortCapacity.1 = Gauge32: 20
FIBRE-CHANNEL-FE-MIB::fcFeModuleFxPortCapacity.1 = Gauge32: 20
Tks!
Comment