Ad Widget

Collapse

SNMP and Gauge32

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jmaurin
    Junior Member
    • Apr 2013
    • 20

    #1

    SNMP and Gauge32

    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:
    snmp_parse_oid(): cannot parse OID "FIBRE-CHANNEL-FE-MIB::fcFeModuleFxPortCapacity.1"
    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:
    [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
    What I'm doing wrong?

    Tks!
  • jmaurin
    Junior Member
    • Apr 2013
    • 20

    #2
    For reference, this is my item

    Comment

    • steveboyson
      Senior Member
      • Jul 2013
      • 582

      #3
      Just an idea: have you tried to use the numerical OID in zabbix' item definition (just for a test)?

      Comment

      Working...