mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
EdgeOS OLT new sensors and changes (#14807)
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user