Back to the list of connectors

EMC Isilon - Node (SNMP)

Description

This connector discovers the status of an EMC Isilon Storage Node. It relies on the SNMP service of the EMC Isilon Node.

Connector ID: EMCIsilonSNMP

This connector supersedes:

Target

Typical platform: EMC Isilon

Operating system: Storage System

Prerequisites

Leverages: EMC Isilon SNMP Agent

Technology and protocols: SNMP

Examples

CLI

hws HOSTNAME -t storage -f EMCIsilonSNMP --snmp v2c --community public

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: storage
  selectedConnectors: [ EMCIsilonSNMP ] # Optional, to load only this connector
  snmp:
    version: v1 # Read documentation for v2 and v3
    community: public # or probably something more secure

Connector Activation Criteria

The EMC Isilon - Node (SNMP) connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • An SNMP Get-Next on the OID 1.3.6.1.4.1.12124.2 must return a value in the same subtree

Metrics

Type Collected Metrics Specific Attributes (Labels)
Enclosure
  • hw.status{hw.type="enclosure",state="ok|degraded|failed"}
  • hw.status{hw.type="enclosure",state="present"}
  • model
  • serial_number
  • type
  • vendor
Fan
  • hw.fan.limit{limit_type="high.critical"}
  • hw.fan.limit{limit_type="high.degraded"}
  • hw.fan.speed
  • hw.status{hw.type="fan",state="present"}
    Physical Disk
    • hw.physical_disk.size
    • hw.status{hw.type="physical_disk",state="ok|degraded|failed"}
    • hw.status{hw.type="physical_disk",state="present"}
    • firmware_version
    • model
    • serial_number
    Temperature Sensor
    • hw.status{hw.type="temperature",state="present"}
    • hw.temperature
    • hw.temperature.limit{limit_type="high.critical"}
    • hw.temperature.limit{limit_type="high.degraded"}
      Voltage Sensor
      • hw.status{hw.type="voltage",state="present"}
      • hw.voltage
      • hw.voltage.limit{limit_type="high.critical"}
      • hw.voltage.limit{limit_type="low.critical"}
        No results.