mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* fix: devices detected as ibmtl Guess at the sysObjectID, please report if you have devices that should be ibmtl and are no longer detected. Add output of os in discovery. * Always load all os for discovery. Should be cached most of the time.
13 lines
274 B
YAML
13 lines
274 B
YAML
os: ibmtl
|
|
text: 'IBM Tape Library'
|
|
type: storage
|
|
icon: generic
|
|
over:
|
|
- { graph: device_bits, text: Traffic }
|
|
discovery:
|
|
-
|
|
sysObjectId: .1.3.6.1.4.1.14851
|
|
snmpget:
|
|
oid: SML-MIB::product-Name.0
|
|
value: IBM System Storage TS3500 Tape Library
|