Neil Lathwood 455c72156d newdevice: Added support for Saf Integra Access points (#7292)
* newdevice: Added support for Saf Integra Access points

* Split SAF Integra models out

* added polling files

* Update saf-integra-b.yaml

* Update saf-integra-w.yaml
2017-09-08 15:22:03 -05:00

57 lines
2.2 KiB
YAML

mib: SAF-INTEGRAB-MIB
modules:
sensors:
temperature:
options:
divisor: 10
data:
-
oid: integraBsysCPUtemperature
num_oid: .1.3.6.1.4.1.7571.100.1.1.7.1.4.2.
descr: System CPU
index: 'integraBsysCPUtemperature.{{ $index }}'
-
oid: integraBsysBoardTemperature
num_oid: .1.3.6.1.4.1.7571.100.1.1.7.1.4.8.
descr: System Board
index: 'integraBsysBoardTemperature.{{ $index }}'
voltage:
options:
divisor: 1000
data:
-
oid: integraBsysPSUvoltage
num_oid: .1.3.6.1.4.1.7571.100.1.1.7.1.4.5.
descr: PSU Voltage
index: 'integraBsysPSUvoltage.{{ $index }}'
current:
options:
divisor: 1000
data:
-
oid: integraBsysPSUcurrent
num_oid: .1.3.6.1.4.1.7571.100.1.1.7.1.4.6.
descr: PSU Current
index: 'integraBsysPSUcurrent.{{ $index }}'
power:
options:
divisor: 1000
data:
-
oid: integraBsysPSUpower
num_oid: .1.3.6.1.4.1.7571.100.1.1.7.1.4.7.
descr: PSU Power
index: 'integraBsysPSUpower.{{ $index }}'
state:
data:
-
oid: integraBsysLicenseGenStatus
num_oid: .1.3.6.1.4.1.7571.100.1.1.7.1.4.4.
descr: License Status
index: 'integraBsysLicenseGenStatus.{{ $index }}'
state_name: integraBsysLicenseGenStatus
states:
- { value: 1, generic: 0, graph: 1, descr: ok }
- { value: 2, generic: 2, graph: 1, descr: expired }
- { value: 3, generic: 3, graph: 1, descr: unknown }
- { value: 4, generic: 0, graph: 1, descr: unlimitedTime }