Back to the list of connectors[1]

IBM TS3200 Tape Libraries Enterprise

Description

This connector monitors IBM TS3200 tape libraries through SNMP.

Target

Typical platform: IBM TS3200 Tape Library

Operating system: Storage System

Prerequisites

Leverages: IBM SNMP Agent SNMP Agent (IBM-3200-MIB)

Technology and protocols: SNMP

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

Examples

CLI

metricshub HOSTNAME -t linux -c +IBMTS3200 --snmp v2c --community public

metricshub.yaml

resourceGroups:
  <RESOURCE_GROUP>:
    resources:
      <HOSTNAME-ID>:
        attributes:
          host.name: <HOSTNAME> # Change with actual host name
          host.type: linux
        selectConnectors: [ IBMTS3200 ] # Optional, to load only this connector
        protocols:
          snmp:
            version: v2c # Read documentation for v1, v2c and v3
            community: public # or probably something more secure

Connector Activation Criteria

The IBM TS3200 Tape Libraries 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.2.6.211.2 must return a value in the same subtree

Metrics

Type Collected Metrics Specific Attributes
enclosure
  • hw.status{hw.type="enclosure", state="degraded|failed|ok"}
  • hw.status{hw.type="enclosure", state="present"}
  • bios_version
  • id
  • info
  • model
  • name
  • type
  • vendor
robotics
  • hw.status{hw.type="robotics", state="degraded|failed|ok"}
  • hw.status{hw.type="robotics", state="present"}
  • hw.parent.type
  • id
  • info
  • model
  • name
  • robotics_type
  • serial_number
  • vendor
tape_drive
  • hw.errors{hw.type="tape_drive"}
  • hw.status{hw.type="tape_drive", state="present"}
  • hw.tape_drive.operations{type="mount"}
  • hw.parent.type
  • id
  • info
  • model
  • name
  • serial_number
  • vendor
No results.