Ad Widget

Collapse

Monitor Storage/SAN Switch

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • snmpvis
    Junior Member
    • Feb 2007
    • 1

    #1

    Monitor Storage/SAN Switch

    Anyone using zabbix for monitor SAN and switch ?

    I'm finding a sw for that

    thanks for any reply
  • den_crane
    Senior Member
    • Feb 2006
    • 272

    #2
    I use zabbix for monitoring SAN switches through SNMP

    Look for fibre-channel-fe-mib.txt

    snmpwalk 192.168.103.52 -m FIBRE-CHANNEL-FE-MIB.txt -v 1 -c public -On fcFxPortSigLosses
    .1.3.6.1.2.1.75.1.3.1.1.3.1.1 = Counter32: 1
    .1.3.6.1.2.1.75.1.3.1.1.3.1.2 = Counter32: 10
    .1.3.6.1.2.1.75.1.3.1.1.3.1.3 = Counter32: 4
    .1.3.6.1.2.1.75.1.3.1.1.3.1.4 = Counter32: 7
    .1.3.6.1.2.1.75.1.3.1.1.3.1.5 = Counter32: 24
    .1.3.6.1.2.1.75.1.3.1.1.3.1.6 = Counter32: 6
    .1.3.6.1.2.1.75.1.3.1.1.3.1.7 = Counter32: 13
    .1.3.6.1.2.1.75.1.3.1.1.3.1.8 = Counter32: 3

    And fcFxPortInvalidCrcs, fcFxPortInvalidTxWords, fcFxPortLinkFailures, fcFxPortSyncLosses, fcFxPortC1InOctets, fcFxPortC1OutOctets, etc.


    I create items (for every port) in template (fc_switch_t):

    Description: fcFxPortSigLosses port 1
    Type: SNMPv1
    SNMP community: public
    SNMP OID: .1.3.6.1.2.1.75.1.3.1.1.3.1.1
    SNMP port: 161
    Key: fcFxPortSigLosses.1.1
    Type of information: Integer64
    Update interval (in sec): 900
    Keep history (in days): 7
    Keep trends (in days): 365
    Store value: Delta (simple change)

    And trigger
    Name: fcFxPortSigLosses.1.1 on {HOSTNAME} has changed.
    Expression: {fc_switch_t:fcFxPortSigLosses.1.1.last(0)}>0

    Comment

    • baji03
      Junior Member
      • Dec 2017
      • 1

      #3
      can we have more clear info on san switch on zabbox

      Hi,

      i would like to have more clear picture.

      is there any possibility to add san switch to zabbix and monitor.

      which templates need to use ?

      Comment

      Working...