StorageTek LSeries Tape Library
Description
This connector provides basic hardware monitoring of the StorageTek LSeries tape libraries through their built-in SNMP agent. Needs to run remotely.
Enterprise Connector
This connector requires the Enterprise edition of MetricsHub.
Target
Typical platform: StorageTek Tape Library
Operating system: Storage System
This connector is not available for the local host (it is applicable to remote hosts only).
Prerequisites
Leverages: StorageTek LSeries SNMP Agent
Technology and protocols: SNMP
Examples
CLI
metricshub HOSTNAME -t storage -c +StorageTekLSeries --snmp v2c --community public
metricshub.yaml
resourceGroups:
<RESOURCE_GROUP>:
resources:
<HOSTNAME-ID>:
attributes:
host.name: <HOSTNAME> # Change with actual host name
host.type: storage
connectors: [ +StorageTekLSeries ] # 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 StorageTek LSeries Tape Library connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:
- An SNMP GetNext on the OID
1.3.6.1.4.1.1211.1.12.4.2.1must return a non-empty value
Metrics
| Type | Collected Metrics | Specific Attributes |
|---|---|---|
| enclosure | hw.status{hw.type="enclosure", state="degraded|failed|ok"}hw.status{hw.type="enclosure", state="present"} | idinfomodelnameserial_numbertypevendor |
| fan | hw.status{hw.type="fan", state="degraded|failed|ok"}hw.status{hw.type="fan", state="present"} | hw.parent.idhw.parent.typeidnamesensor_location |
| other_device | hw.other_device.useshw.status{hw.type="other_device", state="degraded|failed|ok"}hw.status{hw.type="other_device", state="present"} | additional_labeldevice_typehw.parent.idhw.parent.typeidname |
| power_supply | hw.status{hw.type="power_supply", state="degraded|failed|ok"}hw.status{hw.type="power_supply", state="present"} | hw.parent.idhw.parent.typeidnamepower_supply_type |
| robotics | hw.errors{hw.type="robotics"}hw.robotics.moveshw.status{hw.type="robotics", state="degraded|failed|ok"}hw.status{hw.type="robotics", state="present"} | hw.parent.idhw.parent.typeidinfonameserial_number |
| tape_drive | hw.status{hw.type="tape_drive", state="degraded|failed|ok"}hw.status{hw.type="tape_drive", state="present"}hw.tape_drive.operations{type="mount"} | hw.parent.idhw.parent.typeidinfomodelnameserial_numbervendor |
| temperature | hw.status{hw.type="temperature", state="present"}hw.temperaturehw.temperature.limit{limit_type="high.critical"}hw.temperature.limit{limit_type="high.degraded"} | hw.parent.idhw.parent.typeidnamesensor_location |