Skip to content

Commit

Permalink
Add initial divisors... need to double check
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Jul 14, 2023
1 parent 5e0050b commit 5cf3414
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions includes/definitions/discovery/exa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ modules:
num_oid: '.1.3.6.1.4.1.6321.1.2.2.2.1.6.2.1.7.{{ $index }}'
descr: '{{ $subindex0 }}/{{ $subindex1 }}/{{ $subindex2 }} TX Power'
group: PON
divisor: 10000
index: 'tx.{{ $index }}'
skip_values:
- oid: E7-Calix-MIB::e7OltPonPortStatus
Expand All @@ -42,6 +43,7 @@ modules:
num_oid: '.1.3.6.1.4.1.6321.1.2.2.2.1.6.2.1.8.{{ $index }}'
descr: '{{ $subindex0 }}/{{ $subindex1 }}/{{ $subindex2 }} RX Power'
group: PON
divisor: 10000
index: 'rx.{{ $index }}'
skip_values:
-
Expand All @@ -55,6 +57,7 @@ modules:
num_oid: '.1.3.6.1.4.1.6321.1.2.2.2.1.6.2.1.9.{{ $index }}'
descr: '{{ $subindex0 }}/{{ $subindex1 }}/{{ $subindex2 }} Voltage'
group: PON
divisor: 1000
skip_values:
-
oid: E7-Calix-MIB::e7OltPonPortStatus
Expand Down

0 comments on commit 5cf3414

Please sign in to comment.