EdgeOS OLT new sensors and changes (#14807)

This commit is contained in:
Noah Roufus
2023-01-26 15:21:25 +00:00
committed by GitHub
parent d01538dd8f
commit 7abdc5b914
2 changed files with 1569 additions and 89 deletions
+21 -5
View File
@@ -13,11 +13,20 @@ modules:
oid: ubntSfpsTable
value: ubntSfpUp
num_oid: '.1.3.6.1.4.1.41112.1.5.7.2.1.3.{{ $index }}'
low_limit: 0
high_limit: 2
descr: '{{ $ubntSfpName }}'
states:
- { descr: Up, graph: 0, value: 1, generic: 0 }
- { descr: Down, graph: 0, value: 2, generic: 2 }
-
oid: ubntOnusTable
value: ubntOnuOnline
num_oid: '.1.3.6.1.4.1.41112.1.5.6.2.1.3.{{ $index }}'
high_limit: 2
descr: 'ONU {{ $ubntOnuName }} Connection State'
states:
- { descr: Up, graph: 0, value: 1, generic: 0 }
- { descr: Down, graph: 0, value: 2, generic: 2 }
count:
data:
-
@@ -41,7 +50,7 @@ modules:
value: ubntFanRpm
num_oid: '.1.3.6.1.4.1.41112.1.5.5.2.1.3.{{ $index }}'
index: 'ubntFanRpm.{{ $index }}'
descr: 'Fun #{{ $index }}'
descr: 'Fan #{{ $index }}'
dbm:
@@ -50,8 +59,15 @@ modules:
oid: ubntOnusTable
value: ubntOnuRxPower
num_oid: '.1.3.6.1.4.1.41112.1.5.6.2.1.9.{{ $index }}'
descr: "ONU {{ $ubntOnuName }} RX"
group: ONUs TX
descr: "ONU {{ $ubntOnuName }} RX Power"
group: ONUs RX
index: 'rx-{{ $index }}'
divisor: 100
-
oid: ubntOnusTable
value: ubntOnuTxPower
num_oid: '.1.3.6.1.4.1.41112.1.5.6.2.1.8.{{ $index }}'
descr: "ONU {{ $ubntOnuName }} TX Power"
group: ONUs TX
index: 'tx-{{ $index }}'
divisor: 100
+1548 -84
View File
File diff suppressed because it is too large Load Diff