towerops/priv/profiles/os_discovery/gam.yaml
2026-01-21 14:30:04 -06:00

42 lines
2 KiB
YAML

mib: GAM-SYSUTIL-MIB
modules:
os:
hardware: GAM-SYSUTIL-MIB::gamSysutilStatusBoardInfoBoardType.0
serial: GAM-SYSUTIL-MIB::gamSysutilStatusBoardInfoBoardSerial.0
sysDescr_regex: '/(?<version>v[0-9\.]+)/'
processors:
data:
-
oid: GAM-SYSUTIL-MIB::gamSysutilStatusCpuLoadAverage10sec
num_oid: '.1.3.6.1.4.1.20095.2001.24.1.3.1.3.{{ $index }}'
sensors:
state:
data:
-
oid: GAM-SYSUTIL-MIB::gamSysutilStatusPowerSupplyTable
value: GAM-SYSUTIL-MIB::gamSysutilStatusPowerSupplyState
num_oid: '.1.3.6.1.4.1.20095.2001.24.1.3.2.1.3.{{ $index }}'
descr: GAM-SYSUTIL-MIB::gamSysutilStatusPowerSupplyDescription
index: 'gamSysutilStatusPowerSupplyState.{{ $index }}'
states:
- { value: 0, descr: Active, graph: 1, generic: 0 }
- { value: 1, descr: Standby, graph: 1, generic: 1 }
- { value: 2, descr: 'Not Present', graph: 1, generic: 3 }
temperature:
data:
-
oid: GAM-SYSUTIL-MIB::gamSysutilStatusTemperatureSensorsTable
value: GAM-SYSUTIL-MIB::gamSysutilStatusTemperatureSensorsTemperatureX10
num_oid: '.1.3.6.1.4.1.20095.2001.24.1.3.7.1.3.{{ $index }}'
descr: GAM-SYSUTIL-MIB::gamSysutilStatusTemperatureSensorsName
index: 'gamSysutilStatusTemperatureSensorsTemperatureX10.{{ $index }}'
divisor: 10
fanspeed:
data:
-
oid: GAM-SYSUTIL-MIB::gamSysutilStatusFanTable
value: GAM-SYSUTIL-MIB::gamSysutilStatusFanRPM
num_oid: '.1.3.6.1.4.1.20095.2001.24.1.3.8.1.2.{{ $index }}'
descr: 'Fan #{{ $index }}'
index: 'gamSysutilStatusFanRPM.{{ $index }}'