Back to the list of connectors

Hitachi HNAS (SNMP)

Description

This connector discovers the status of Hitachi HNAS Processors, CSW, Cache, SM, Power Supplies, Batteries, Fans, Physical Disks and Environment.

Connector ID: HitachiHNAS

Target

Typical platform: Hitachi HNAS

Operating system: Storage System

Prerequisites

Leverages: Hitachi HNAS SNMP Agent

Technology and protocols: SNMP

Examples

CLI

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

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: storage
  selectedConnectors: [ HitachiHNAS ] # 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 Hitachi HNAS (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.11096.6.1.1.1.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"}
  • info
  • model
  • serial_number
  • type
  • vendor
Battery
  • hw.status{hw.type="battery",state="ok|degraded|failed"}
  • hw.status{hw.type="battery",state="present"}
    Fan
    • hw.fan.speed
    • hw.status{hw.type="fan",state="ok|degraded|failed"}
    • hw.status{hw.type="fan",state="present"}
      Logical Disk, RAID
      • hw.logical_disk.limit
      • hw.status{hw.type="logical_disk",state="ok|degraded|failed"}
      • hw.status{hw.type="logical_disk",state="present"}
      • info
      • raid_level
      Network Card, FC Port
      • hw.errors{hw.type="network"}
      • hw.network.bandwidth.limit
      • hw.network.packets{direction="receive"}
      • hw.network.packets{direction="transmit"}
      • hw.network.up
      • hw.status{hw.type="network",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"}
        • vendor
        Power Supply
        • hw.status{hw.type="power_supply",state="ok|degraded|failed"}
        • hw.status{hw.type="power_supply",state="present"}
          Temperature Sensor
          • hw.status{hw.type="temperature",state="ok|degraded|failed"}
          • hw.status{hw.type="temperature",state="present"}
          • hw.temperature
            No results.