From 7abdc5b914cf2aa347ba4380331b9b8d07aacc9a Mon Sep 17 00:00:00 2001 From: Noah Roufus Date: Thu, 26 Jan 2023 08:21:25 -0700 Subject: [PATCH] EdgeOS OLT new sensors and changes (#14807) --- includes/definitions/discovery/edgeosolt.yaml | 26 +- tests/data/edgeosolt.json | 1632 ++++++++++++++++- 2 files changed, 1569 insertions(+), 89 deletions(-) diff --git a/includes/definitions/discovery/edgeosolt.yaml b/includes/definitions/discovery/edgeosolt.yaml index 1878b4be10..4e95ab32d8 100644 --- a/includes/definitions/discovery/edgeosolt.yaml +++ b/includes/definitions/discovery/edgeosolt.yaml @@ -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 diff --git a/tests/data/edgeosolt.json b/tests/data/edgeosolt.json index b7390ee437..dbe1639033 100644 --- a/tests/data/edgeosolt.json +++ b/tests/data/edgeosolt.json @@ -2857,8 +2857,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.101.52.101.98.53.50.56.97", "sensor_index": "rx-12.85.66.78.84.101.52.101.98.53.50.56.97", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 40108_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 40108_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": 0, @@ -2882,8 +2882,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.101.52.102.57.102.55.53.51", "sensor_index": "rx-12.85.66.78.84.101.52.102.57.102.55.53.51", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 38690_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 38690_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -17.37, @@ -2907,8 +2907,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.101.52.102.57.102.97.55.56", "sensor_index": "rx-12.85.66.78.84.101.52.102.57.102.97.55.56", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 39606_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 39606_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -21.93, @@ -2932,8 +2932,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.101.55.57.54.51.97.98.56", "sensor_index": "rx-12.85.66.78.84.101.55.57.54.51.97.98.56", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 95_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 95_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -21.67, @@ -2957,8 +2957,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.102.57.97.53.51.50.98.56", "sensor_index": "rx-12.85.66.78.84.102.57.97.53.51.50.98.56", "sensor_type": "edgeosolt", - "sensor_descr": "ONU d0:21:f9:a5:32:b8 RX", - "group": "ONUs TX", + "sensor_descr": "ONU d0:21:f9:a5:32:b8 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": 0, @@ -2982,8 +2982,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.102.57.97.53.51.51.53.99", "sensor_index": "rx-12.85.66.78.84.102.57.97.53.51.51.53.99", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 44802_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 44802_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -17.25, @@ -3007,8 +3007,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.50.48.55.51.49.102.48.57", "sensor_index": "rx-12.85.66.78.84.50.48.55.51.49.102.48.57", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 36606_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 36606_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -25.85, @@ -3032,8 +3032,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.50.48.55.51.49.56.56.56", "sensor_index": "rx-12.85.66.78.84.50.48.55.51.49.56.56.56", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 36602_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 36602_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -24.81, @@ -3057,8 +3057,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.50.48.55.51.98.101.55.56", "sensor_index": "rx-12.85.66.78.84.50.48.55.51.98.101.55.56", "sensor_type": "edgeosolt", - "sensor_descr": "ONU UBNT2073be78 RX", - "group": "ONUs TX", + "sensor_descr": "ONU UBNT2073be78 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": 0, @@ -3082,8 +3082,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.50.48.55.51.98.101.56.50", "sensor_index": "rx-12.85.66.78.84.50.48.55.51.98.101.56.50", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 36778_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 36778_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": 0, @@ -3107,8 +3107,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.50.48.55.51.98.55.100.101", "sensor_index": "rx-12.85.66.78.84.50.48.55.51.98.55.100.101", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 36844_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 36844_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -23.56, @@ -3132,8 +3132,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.50.48.55.51.99.50.48.49", "sensor_index": "rx-12.85.66.78.84.50.48.55.51.99.50.48.49", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 36623_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 36623_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": 0, @@ -3157,8 +3157,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.50.48.55.51.99.50.49.53", "sensor_index": "rx-12.85.66.78.84.50.48.55.51.99.50.49.53", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 36722_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 36722_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -26.38, @@ -3182,8 +3182,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.50.48.55.51.99.52.57.48", "sensor_index": "rx-12.85.66.78.84.50.48.55.51.99.52.57.48", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 20106_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 20106_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -26.98, @@ -3207,8 +3207,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.50.48.55.51.99.52.97.101", "sensor_index": "rx-12.85.66.78.84.50.48.55.51.99.52.97.101", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 36619_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 36619_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": 0, @@ -3232,8 +3232,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.50.48.55.56.54.100.54.97", "sensor_index": "rx-12.85.66.78.84.50.48.55.56.54.100.54.97", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 37585_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 37585_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": 0, @@ -3257,8 +3257,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.50.48.55.56.54.99.98.98", "sensor_index": "rx-12.85.66.78.84.50.48.55.56.54.99.98.98", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 37693_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 37693_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": 0, @@ -3282,8 +3282,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.50.48.55.56.55.51.97.97", "sensor_index": "rx-12.85.66.78.84.50.48.55.56.55.51.97.97", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 37631_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 37631_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": 0, @@ -3307,8 +3307,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.50.48.55.56.55.53.55.54", "sensor_index": "rx-12.85.66.78.84.50.48.55.56.55.53.55.54", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 37528_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 37528_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": 0, @@ -3332,8 +3332,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.98.102.48.54.100.100.97.51", "sensor_index": "rx-12.85.66.78.84.98.102.48.54.100.100.97.51", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 43764_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 43764_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -21.3, @@ -3357,8 +3357,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.98.102.48.54.100.99.53.57", "sensor_index": "rx-12.85.66.78.84.98.102.48.54.100.99.53.57", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 43595_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 43595_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -23.56, @@ -3382,8 +3382,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.98.102.48.54.49.50.48.56", "sensor_index": "rx-12.85.66.78.84.98.102.48.54.49.50.48.56", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 43332_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 43332_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -20.22, @@ -3407,8 +3407,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.98.102.48.54.49.52.55.50", "sensor_index": "rx-12.85.66.78.84.98.102.48.54.49.52.55.50", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 43533_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 43533_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -20.4, @@ -3432,8 +3432,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.99.50.54.56.49.50.48.48", "sensor_index": "rx-12.85.66.78.84.99.50.54.56.49.50.48.48", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 40468_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 40468_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -22.67, @@ -3457,8 +3457,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.99.50.54.56.49.50.97.55", "sensor_index": "rx-12.85.66.78.84.99.50.54.56.49.50.97.55", "sensor_type": "edgeosolt", - "sensor_descr": "ONU UBNTc26812a7 RX", - "group": "ONUs TX", + "sensor_descr": "ONU UBNTc26812a7 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": 0, @@ -3482,8 +3482,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.99.50.54.56.49.52.56.102", "sensor_index": "rx-12.85.66.78.84.99.50.54.56.49.52.56.102", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 40917_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 40917_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -18.12, @@ -3507,8 +3507,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.99.50.54.56.57.57.49.102", "sensor_index": "rx-12.85.66.78.84.99.50.54.56.57.57.49.102", "sensor_type": "edgeosolt", - "sensor_descr": "ONU UBNTc268991f RX", - "group": "ONUs TX", + "sensor_descr": "ONU UBNTc268991f RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": -21.36, @@ -3532,8 +3532,8 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.99.50.54.56.57.57.51.101", "sensor_index": "rx-12.85.66.78.84.99.50.54.56.57.57.51.101", "sensor_type": "edgeosolt", - "sensor_descr": "ONU 41352_profil_5 RX", - "group": "ONUs TX", + "sensor_descr": "ONU 41352_profil_5 RX Power", + "group": "ONUs RX", "sensor_divisor": 100, "sensor_multiplier": 1, "sensor_current": 0, @@ -3557,7 +3557,732 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.9.12.85.66.78.84.99.50.54.56.57.57.51.98", "sensor_index": "rx-12.85.66.78.84.99.50.54.56.57.57.51.98", "sensor_type": "edgeosolt", - "sensor_descr": "ONU UBNTc268993b RX", + "sensor_descr": "ONU UBNTc268993b RX Power", + "group": "ONUs RX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.101.52.101.98.53.50.56.97", + "sensor_index": "tx-12.85.66.78.84.101.52.101.98.53.50.56.97", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 40108_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.101.52.102.57.102.55.53.51", + "sensor_index": "tx-12.85.66.78.84.101.52.102.57.102.55.53.51", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 38690_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 2.36, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.101.52.102.57.102.97.55.56", + "sensor_index": "tx-12.85.66.78.84.101.52.102.57.102.97.55.56", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 39606_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 2.58, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.101.55.57.54.51.97.98.56", + "sensor_index": "tx-12.85.66.78.84.101.55.57.54.51.97.98.56", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 95_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.102.57.97.53.51.50.98.56", + "sensor_index": "tx-12.85.66.78.84.102.57.97.53.51.50.98.56", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU d0:21:f9:a5:32:b8 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.102.57.97.53.51.51.53.99", + "sensor_index": "tx-12.85.66.78.84.102.57.97.53.51.51.53.99", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 44802_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.81, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.50.48.55.51.49.102.48.57", + "sensor_index": "tx-12.85.66.78.84.50.48.55.51.49.102.48.57", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 36606_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.8, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.50.48.55.51.49.56.56.56", + "sensor_index": "tx-12.85.66.78.84.50.48.55.51.49.56.56.56", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 36602_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 2.28, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.50.48.55.51.98.101.55.56", + "sensor_index": "tx-12.85.66.78.84.50.48.55.51.98.101.55.56", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU UBNT2073be78 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.50.48.55.51.98.101.56.50", + "sensor_index": "tx-12.85.66.78.84.50.48.55.51.98.101.56.50", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 36778_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.50.48.55.51.98.55.100.101", + "sensor_index": "tx-12.85.66.78.84.50.48.55.51.98.55.100.101", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 36844_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 2.83, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.50.48.55.51.99.50.48.49", + "sensor_index": "tx-12.85.66.78.84.50.48.55.51.99.50.48.49", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 36623_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.50.48.55.51.99.50.49.53", + "sensor_index": "tx-12.85.66.78.84.50.48.55.51.99.50.49.53", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 36722_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 2.39, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.50.48.55.51.99.52.57.48", + "sensor_index": "tx-12.85.66.78.84.50.48.55.51.99.52.57.48", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 20106_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 2.08, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.50.48.55.51.99.52.97.101", + "sensor_index": "tx-12.85.66.78.84.50.48.55.51.99.52.97.101", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 36619_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.50.48.55.56.54.100.54.97", + "sensor_index": "tx-12.85.66.78.84.50.48.55.56.54.100.54.97", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 37585_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.50.48.55.56.54.99.98.98", + "sensor_index": "tx-12.85.66.78.84.50.48.55.56.54.99.98.98", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 37693_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.50.48.55.56.55.51.97.97", + "sensor_index": "tx-12.85.66.78.84.50.48.55.56.55.51.97.97", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 37631_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.50.48.55.56.55.53.55.54", + "sensor_index": "tx-12.85.66.78.84.50.48.55.56.55.53.55.54", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 37528_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.98.102.48.54.100.100.97.51", + "sensor_index": "tx-12.85.66.78.84.98.102.48.54.100.100.97.51", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 43764_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.67, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.98.102.48.54.100.99.53.57", + "sensor_index": "tx-12.85.66.78.84.98.102.48.54.100.99.53.57", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 43595_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 2.55, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.98.102.48.54.49.50.48.56", + "sensor_index": "tx-12.85.66.78.84.98.102.48.54.49.50.48.56", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 43332_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 2.27, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.98.102.48.54.49.52.55.50", + "sensor_index": "tx-12.85.66.78.84.98.102.48.54.49.52.55.50", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 43533_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 2.68, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.99.50.54.56.49.50.48.48", + "sensor_index": "tx-12.85.66.78.84.99.50.54.56.49.50.48.48", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 40468_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.82, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.99.50.54.56.49.50.97.55", + "sensor_index": "tx-12.85.66.78.84.99.50.54.56.49.50.97.55", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU UBNTc26812a7 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.99.50.54.56.49.52.56.102", + "sensor_index": "tx-12.85.66.78.84.99.50.54.56.49.52.56.102", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 40917_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 2.86, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.99.50.54.56.57.57.49.102", + "sensor_index": "tx-12.85.66.78.84.99.50.54.56.57.57.49.102", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU UBNTc268991f TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 2.2, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.99.50.54.56.57.57.51.101", + "sensor_index": "tx-12.85.66.78.84.99.50.54.56.57.57.51.101", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU 41352_profil_5 TX Power", + "group": "ONUs TX", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.8.12.85.66.78.84.99.50.54.56.57.57.51.98", + "sensor_index": "tx-12.85.66.78.84.99.50.54.56.57.57.51.98", + "sensor_type": "edgeosolt", + "sensor_descr": "ONU UBNTc268993b TX Power", "group": "ONUs TX", "sensor_divisor": 100, "sensor_multiplier": 1, @@ -3582,7 +4307,7 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.5.2.1.3.0", "sensor_index": "ubntFanRpm.0", "sensor_type": "edgeosolt", - "sensor_descr": "Fun #0", + "sensor_descr": "Fan #0", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -3607,7 +4332,7 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.5.2.1.3.1", "sensor_index": "ubntFanRpm.1", "sensor_type": "edgeosolt", - "sensor_descr": "Fun #1", + "sensor_descr": "Fan #1", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -3632,7 +4357,7 @@ "sensor_oid": ".1.3.6.1.4.1.41112.1.5.5.2.1.3.2", "sensor_index": "ubntFanRpm.2", "sensor_type": "edgeosolt", - "sensor_descr": "Fun #2", + "sensor_descr": "Fan #2", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -3650,6 +4375,731 @@ "rrd_type": "GAUGE", "state_name": null }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.101.52.101.98.53.50.56.97", + "sensor_index": "12.85.66.78.84.101.52.101.98.53.50.56.97", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 40108_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.101.52.102.57.102.55.53.51", + "sensor_index": "12.85.66.78.84.101.52.102.57.102.55.53.51", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 38690_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.101.52.102.57.102.97.55.56", + "sensor_index": "12.85.66.78.84.101.52.102.57.102.97.55.56", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 39606_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.101.55.57.54.51.97.98.56", + "sensor_index": "12.85.66.78.84.101.55.57.54.51.97.98.56", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 95_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.102.57.97.53.51.50.98.56", + "sensor_index": "12.85.66.78.84.102.57.97.53.51.50.98.56", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU d0:21:f9:a5:32:b8 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.102.57.97.53.51.51.53.99", + "sensor_index": "12.85.66.78.84.102.57.97.53.51.51.53.99", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 44802_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.50.48.55.51.49.102.48.57", + "sensor_index": "12.85.66.78.84.50.48.55.51.49.102.48.57", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 36606_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.50.48.55.51.49.56.56.56", + "sensor_index": "12.85.66.78.84.50.48.55.51.49.56.56.56", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 36602_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.50.48.55.51.98.101.55.56", + "sensor_index": "12.85.66.78.84.50.48.55.51.98.101.55.56", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU UBNT2073be78 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.50.48.55.51.98.101.56.50", + "sensor_index": "12.85.66.78.84.50.48.55.51.98.101.56.50", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 36778_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.50.48.55.51.98.55.100.101", + "sensor_index": "12.85.66.78.84.50.48.55.51.98.55.100.101", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 36844_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.50.48.55.51.99.50.48.49", + "sensor_index": "12.85.66.78.84.50.48.55.51.99.50.48.49", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 36623_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.50.48.55.51.99.50.49.53", + "sensor_index": "12.85.66.78.84.50.48.55.51.99.50.49.53", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 36722_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.50.48.55.51.99.52.57.48", + "sensor_index": "12.85.66.78.84.50.48.55.51.99.52.57.48", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 20106_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.50.48.55.51.99.52.97.101", + "sensor_index": "12.85.66.78.84.50.48.55.51.99.52.97.101", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 36619_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.50.48.55.56.54.100.54.97", + "sensor_index": "12.85.66.78.84.50.48.55.56.54.100.54.97", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 37585_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.50.48.55.56.54.99.98.98", + "sensor_index": "12.85.66.78.84.50.48.55.56.54.99.98.98", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 37693_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.50.48.55.56.55.51.97.97", + "sensor_index": "12.85.66.78.84.50.48.55.56.55.51.97.97", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 37631_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.50.48.55.56.55.53.55.54", + "sensor_index": "12.85.66.78.84.50.48.55.56.55.53.55.54", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 37528_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.98.102.48.54.100.100.97.51", + "sensor_index": "12.85.66.78.84.98.102.48.54.100.100.97.51", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 43764_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.98.102.48.54.100.99.53.57", + "sensor_index": "12.85.66.78.84.98.102.48.54.100.99.53.57", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 43595_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.98.102.48.54.49.50.48.56", + "sensor_index": "12.85.66.78.84.98.102.48.54.49.50.48.56", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 43332_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.98.102.48.54.49.52.55.50", + "sensor_index": "12.85.66.78.84.98.102.48.54.49.52.55.50", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 43533_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.99.50.54.56.49.50.48.48", + "sensor_index": "12.85.66.78.84.99.50.54.56.49.50.48.48", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 40468_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.99.50.54.56.49.50.97.55", + "sensor_index": "12.85.66.78.84.99.50.54.56.49.50.97.55", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU UBNTc26812a7 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.99.50.54.56.49.52.56.102", + "sensor_index": "12.85.66.78.84.99.50.54.56.49.52.56.102", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 40917_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.99.50.54.56.57.57.49.102", + "sensor_index": "12.85.66.78.84.99.50.54.56.57.57.49.102", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU UBNTc268991f Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.99.50.54.56.57.57.51.101", + "sensor_index": "12.85.66.78.84.99.50.54.56.57.57.51.101", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU 41352_profil_5 Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.41112.1.5.6.2.1.3.12.85.66.78.84.99.50.54.56.57.57.51.98", + "sensor_index": "12.85.66.78.84.99.50.54.56.57.57.51.98", + "sensor_type": "ubntOnusTable", + "sensor_descr": "ONU UBNTc268993b Connection State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "ubntOnusTable" + }, { "sensor_deleted": 0, "sensor_class": "state", @@ -3662,9 +5112,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 2, - "sensor_limit": null, + "sensor_limit": 2, "sensor_limit_warn": null, - "sensor_limit_low": 0, + "sensor_limit_low": null, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -3687,9 +5137,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 2, - "sensor_limit": null, + "sensor_limit": 2, "sensor_limit_warn": null, - "sensor_limit_low": 0, + "sensor_limit_low": null, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -3712,9 +5162,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 1, - "sensor_limit": null, + "sensor_limit": 2, "sensor_limit_warn": null, - "sensor_limit_low": 0, + "sensor_limit_low": null, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -3737,9 +5187,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 2, - "sensor_limit": null, + "sensor_limit": 2, "sensor_limit_warn": null, - "sensor_limit_low": 0, + "sensor_limit_low": null, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -3762,9 +5212,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 1, - "sensor_limit": null, + "sensor_limit": 2, "sensor_limit_warn": null, - "sensor_limit_low": 0, + "sensor_limit_low": null, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -3787,9 +5237,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 1, - "sensor_limit": null, + "sensor_limit": 2, "sensor_limit_warn": null, - "sensor_limit_low": 0, + "sensor_limit_low": null, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -3812,9 +5262,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 1, - "sensor_limit": null, + "sensor_limit": 2, "sensor_limit_warn": null, - "sensor_limit_low": 0, + "sensor_limit_low": null, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -3837,9 +5287,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 1, - "sensor_limit": null, + "sensor_limit": 2, "sensor_limit_warn": null, - "sensor_limit_low": 0, + "sensor_limit_low": null, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -3862,9 +5312,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 1, - "sensor_limit": null, + "sensor_limit": 2, "sensor_limit_warn": null, - "sensor_limit_low": 0, + "sensor_limit_low": null, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -3887,9 +5337,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 2, - "sensor_limit": null, + "sensor_limit": 2, "sensor_limit_warn": null, - "sensor_limit_low": 0, + "sensor_limit_low": null, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -3912,9 +5362,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 2, - "sensor_limit": null, + "sensor_limit": 2, "sensor_limit_warn": null, - "sensor_limit_low": 0, + "sensor_limit_low": null, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -3937,9 +5387,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 2, - "sensor_limit": null, + "sensor_limit": 2, "sensor_limit_warn": null, - "sensor_limit_low": 0, + "sensor_limit_low": null, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -4027,6 +5477,20 @@ } ], "state_indexes": [ + { + "state_name": "ubntOnusTable", + "state_descr": "Up", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "ubntOnusTable", + "state_descr": "Down", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 2 + }, { "state_name": "ubntSfpsTable", "state_descr": "Up",