Back to the list of connectors

StorageTek StreamLine Tape Library

Description

This connector provides basic hardware monitoring of the StorageTek StreamLine tape libraries through their built-in SNMP agent. Needs to run remotely.

Connector ID: StorageTekStreamLine

Target

Typical platform: StorageTek StreamLine

Operating system: Storage System

Prerequisites

Leverages: StorageTek StreamLine SNMP Agent

Technology and protocols: SNMP

This connector is not available for the local host (it is applicable to remote hosts only).

Examples

CLI

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

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: storage
  selectedConnectors: [ StorageTekStreamLine ] # 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 StorageTek StreamLine Tape Library 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.1211.1.15.3.1 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
Robotics
  • hw.status{hw.type="robotics",state="ok|degraded|failed"}
  • hw.status{hw.type="robotics",state="present"}
  • info
  • serial_number
Tape Drive
  • hw.status{hw.type="tape_drive",state="ok|degraded|failed"}
  • hw.status{hw.type="tape_drive",state="present"}
  • hw.tape_drive.operations{type="mount"}
  • info
  • model
  • serial_number
  • vendor
No results.