14 lines
513 B
YAML
14 lines
513 B
YAML
modules:
|
|
os:
|
|
hardware: ISILON-MIB::chassisModel.1
|
|
serial: ISILON-MIB::chassisSerialNumber.1
|
|
sysDescr_regex: '/Isilon OneFS (?<version>\S+)( (?<hardware>\S+)\(RELEASE\))?/'
|
|
storage:
|
|
data:
|
|
-
|
|
type: ifs
|
|
descr: Internal File System
|
|
size: ISILON-MIB::ifsTotalBytes.0
|
|
free: ISILON-MIB::ifsAvailableBytes.0
|
|
free_num_oid: '.1.3.6.1.4.1.12124.1.3.3.{{ $index }}'
|
|
units: 1024
|