62 lines
2.6 KiB
YAML
62 lines
2.6 KiB
YAML
mib: XUPS-MIB:EATON-OIDS:EATON-EMP-MIB
|
|
modules:
|
|
os:
|
|
hardware: XUPS-MIB::xupsIdentModel.0
|
|
version: XUPS-MIB::xupsIdentSoftwareVersion.0
|
|
serial: XUPS-MIB::xupsIdentSerialNumber.0
|
|
features:
|
|
- XUPS-MIB::xupsAgentModel.0
|
|
- XUPS-MIB::xupsAgentSoftwareVersion.0
|
|
features_template: '{{ XUPS-MIB::xupsAgentModel.0 }} {{ XUPS-MIB::xupsAgentSoftwareVersion.0 }}'
|
|
sensors:
|
|
runtime:
|
|
data:
|
|
-
|
|
oid: xupsBatteryLastReplacedDate
|
|
value: xupsBatteryLastReplacedDate
|
|
num_oid: '.1.3.6.1.4.1.534.1.2.6.{{ $index }}'
|
|
descr: 'Last battery replacement'
|
|
index: 'xupsBatteryLastReplacedDate.{{ $index }}'
|
|
user_func: dateToRuntime
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: xupsEnvironment
|
|
value: xupsEnvAmbientTemp
|
|
num_oid: '.1.3.6.1.4.1.534.1.6.1.{{ $index }}'
|
|
descr: 'Ambient'
|
|
index: 'xupsEnvAmbientTemp.{{ $index }}'
|
|
-
|
|
oid: xupsEnvironment
|
|
value: xupsEnvRemoteTemp
|
|
num_oid: '.1.3.6.1.4.1.534.1.6.5.{{ $index }}'
|
|
descr: 'Remote'
|
|
index: 'xupsEnvRemoteTemp.{{ $index }}'
|
|
humidity:
|
|
data:
|
|
-
|
|
oid: xupsEnvironment
|
|
value: xupsEnvRemoteHumidity
|
|
num_oid: '.1.3.6.1.4.1.534.1.6.6.{{ $index }}'
|
|
descr: 'Humidity'
|
|
index: 'xupsEnvRemoteHumidity.{{ $index }}'
|
|
state:
|
|
data:
|
|
-
|
|
oid: xupsEnvironment
|
|
value: xupsContactState
|
|
num_oid: '.1.3.6.1.4.1.534.1.6.8.1.3.{{ $index }}'
|
|
descr: 'Contact {{ $index }}'
|
|
index: 'xupsContactState.{{ $index }}'
|
|
states:
|
|
- { value: 1, descr: open, graph: 1, generic: 2 }
|
|
- { value: 2, descr: closed, graph: 1, generic: 2 }
|
|
-
|
|
oid: xupsBatteryLowCapacity
|
|
value: xupsBatteryLowCapacity
|
|
num_oid: '.1.3.6.1.4.1.534.1.2.10.{{ $index }}'
|
|
descr: 'Battery Low Capacity Warning'
|
|
index: 'xupsBatteryLowCapacity.{{ $index }}'
|
|
states:
|
|
- { value: 1, descr: Yes, graph: 1, generic: 1 }
|
|
- { value: 2, descr: No, graph: 1, generic: 0 }
|