47 lines
1.9 KiB
YAML
47 lines
1.9 KiB
YAML
mib: VUTLAN-SYSTEM-MIB
|
|
modules:
|
|
os:
|
|
sysDescr_regex: '/Vutlan EMS/'
|
|
sensors:
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: VUTLAN-SYSTEM-MIB::ctlUnitElementsTable
|
|
value: VUTLAN-SYSTEM-MIB::ctlUnitElementValue
|
|
descr: '{{ VUTLAN-SYSTEM-MIB::ctlUnitElementName }}'
|
|
num_oid: '.1.3.6.1.4.1.39052.1.3.1.9.{{ $index }}'
|
|
skip_values:
|
|
-
|
|
oid: VUTLAN-SYSTEM-MIB::ctlUnitElementType
|
|
op: '!='
|
|
value: "temperature"
|
|
humidity:
|
|
data:
|
|
-
|
|
oid: VUTLAN-SYSTEM-MIB::ctlUnitElementsTable
|
|
value: VUTLAN-SYSTEM-MIB::ctlUnitElementValue
|
|
descr: '{{ VUTLAN-SYSTEM-MIB::ctlUnitElementName }}'
|
|
num_oid: '.1.3.6.1.4.1.39052.1.3.1.9.{{ $index }}'
|
|
skip_values:
|
|
-
|
|
oid: VUTLAN-SYSTEM-MIB::ctlUnitElementType
|
|
op: '!='
|
|
value: "humidity"
|
|
|
|
state:
|
|
data:
|
|
-
|
|
oid: VUTLAN-SYSTEM-MIB::ctlUnitElementsTable
|
|
value: VUTLAN-SYSTEM-MIB::ctlUnitElementValue
|
|
descr: 'Door state'
|
|
num_oid: '.1.3.6.1.4.1.39052.1.3.1.9.{{ $index }}'
|
|
skip_values:
|
|
-
|
|
oid: VUTLAN-SYSTEM-MIB::ctlUnitElementType
|
|
op: '!='
|
|
value: "door"
|
|
states:
|
|
- { value: -1, generic: 3, graph: 0, descr: 'null' }
|
|
- { value: 0, generic: 0, graph: 0, descr: closed }
|
|
- { value: 1, generic: 1, graph: 0, descr: open }
|
|
|