16 lines
617 B
YAML
16 lines
617 B
YAML
mib: BISON-ROUTER-MIB
|
|
modules:
|
|
sensors:
|
|
state:
|
|
data:
|
|
-
|
|
oid: licStatus
|
|
num_oid: '.1.3.6.1.4.1.2238.240.1.9.1.{{ $index }}'
|
|
descr: License Status
|
|
index: '{{ $index }}'
|
|
states:
|
|
- { descr: Starting, graph: 0, value: 0, generic: 1 }
|
|
- { descr: DMI_OK, graph: 0, value: 1, generic: 1 }
|
|
- { descr: OK, graph: 0, value: 2, generic: 0 }
|
|
- { descr: Failed, graph: 0, value: 3, generic: 2 }
|
|
|