Fix up the Siteboss571 discovery yaml to split pdnOutputCurrentValue and pdnMainCurrentValue indexes (#16181)

* Update siteboss571.yaml - Tidy up descriptions and fix current sensors

Fix issue with current sensors 1.1 and 200.1 - these were being overwritten with the per-module sensors due to overlapping IDs. insert extra index definition for each type. this is a breaking change that will cause new RRD files to be created for the current sensors with the new index names.

* Update siteboss571_siteboss571.snmprec

update test data

* Update siteboss571_siteboss571.json

* Revert "Update siteboss571_siteboss571.snmprec"

This reverts commit b767dbc91b.

* Revert "Update siteboss571_siteboss571.json"

This reverts commit a144078ed8.

* Create siteboss571_siteboss571-2.snmprec

* Remove Siteboss571 PHP detection, add new json test output

* Update siteboss571_siteboss571.json with new discovery

---------

Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
This commit is contained in:
Blair H
2024-07-10 09:02:40 +12:00
committed by GitHub
parent 1baf8f4a1f
commit 991424e543
5 changed files with 1795 additions and 1294 deletions

View File

@@ -1,35 +0,0 @@
<?php
/**
* Siteboss.php
*
* Asentria Siteboss
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @link http://librenms.org
*/
namespace LibreNMS\OS;
use App\Models\Device;
use LibreNMS\OS;
class Siteboss571 extends OS
{
public function discoverOS(Device $device): void
{
parent::discoverOS($device); // yaml
$device->sysName = snmp_get($this->getDeviceArray(), 'siteName.0', '-Osqnv', 'SITEBOSS-571-STD-MIB');
}
}

View File

@@ -4,7 +4,7 @@ modules:
sysDescr_regex: '/(?<hardware>SiteBoss \S+) (?<version>.*)/'
serial: '.1.3.6.1.4.1.3052.14.2.16.15.3.0'
location: '.1.3.6.1.4.1.3052.14.3.1.0'
sensors:
temperature:
data:
@@ -12,7 +12,7 @@ modules:
oid: esPointTable
value: esPointValueStr
num_oid: '.1.3.6.1.4.1.3052.14.1.1.1.1.7.{{ $index }}'
descr: esPointName
descr: 'Sensor: {{ $index }} | {{ $esPointName }}'
skip_values:
-
oid: esIndexPC
@@ -24,8 +24,8 @@ modules:
oid: esPointTable
value: esPointInEventState
num_oid: '.1.3.6.1.4.1.3052.14.1.1.1.1.5.{{ $index }}'
descr: esPointName
group: Contact Closures
descr: 'Contact: {{ $index }} | {{ $esPointName }}'
group: 'Contact Closures'
state_name: contactClosure
states:
- { value: 1, generic: 2, graph: 1, descr: Open }
@@ -43,8 +43,8 @@ modules:
oid: esPointTable
value: esPointValueInt
num_oid: '.1.3.6.1.4.1.3052.14.1.1.1.1.6.{{ $index }}'
descr: esPointName
group: Relay Outputs
descr: 'Relay: {{ $index }} | {{ $esPointName }}'
group: 'Relay Outputs'
state_name: relayOutput
states:
- { value: 0, generic: 0, graph: 1, descr: de-energized }
@@ -67,7 +67,7 @@ modules:
value: esPointValueInt
num_oid: '.1.3.6.1.4.1.3052.14.1.1.1.1.6.{{ $index }}'
descr: 'Port: {{ $index }} | {{ $esPointName }}'
group: Power Outputs
group: 'Power Outputs'
state_name: powerOutput
states:
- { value: 0, generic: 1, graph: 1, descr: de-energized }
@@ -84,44 +84,47 @@ modules:
-
oid: esPointName
op: '='
value: unnamed
value: unnamed
current:
options:
divisor: 1000
data:
-
oid: pdnTable
value: pdnOutputCurrentValue
entPhysicalIndex: pdnIndexPD
value: pdnOutputCurrentValue
num_oid: '.1.3.6.1.4.1.3052.14.1.5.4.1.1.23.{{ $index }}'
descr: 'Port Number: {{ $index }}'
group: Current Per Port
entPhysicalIndex: pdnIndexPD
index: 'pdnOutputCurrentValue.{{ $index }}'
descr: 'Port: {{ $index }}'
group: 'Current (Per Port)'
low_limit: pdnOutputCurrentVLowCurrent
low_warn_limit: pdnOutputCurrentLowCurrent
warn_limit: pdnOutputCurrentHighCurrent
high_limit: pdnOutputCurrentVHighCurrent
high_limit: pdnOutputCurrentVHighCurrent
-
oid: pdnTable
value: pdnMainCurrentValue
entPhysicalIndex: pdnIndexPD
num_oid: '.1.3.6.1.4.1.3052.14.1.5.4.1.1.5.{{ $index }}'
descr: 'EventSensor {{ $index }}'
group: Total Current SiteBoss (Per Module)
entPhysicalIndex: pdnIndexPD
index: 'pdnMainCurrentValue.{{ $index }}'
descr: 'Module: {{ $index }}'
group: 'Current (Per Module)'
low_limit: pdnMainCurrentVLowCurrent
low_warn_limit: pdnMainCurrentLowCurrent
warn_limit: pdnMainCurrentHighCurrent
high_limit: pdnMainCurrentVHighCurrent
high_limit: pdnMainCurrentVHighCurrent
voltage:
options:
divisor: 1000
data:
-
oid: pdnTable
value: pdnMainVoltageValue
value: pdnMainVoltageValue
num_oid: '.1.3.6.1.4.1.3052.14.1.5.4.1.1.13.{{ $index }}'
descr: 'EventSensor {{ $index }}'
group: Total SiteBoss (Per Module)
descr: 'Module: {{ $index }}'
group: 'Voltage (Per Module)'
low_limit: pdnMainVoltageVLowCurrent
low_warn_limit: pdnMainVoltageLowCurrent
warn_limit: pdnMainVoltageHighCurrent
@@ -133,18 +136,18 @@ modules:
data:
-
oid: pdnTable
value: pdnMainPowerValue
value: pdnMainPowerValue
num_oid: '.1.3.6.1.4.1.3052.14.1.5.4.1.1.20.{{ $index }}'
descr: 'EventSensor {{ $index }}'
group: Total SiteBoss (Per Module)
descr: 'Module: {{ $index }}'
group: 'Power (Per Module)'
humidity:
data:
-
oid: esPointTable
value: esPointValueInt
num_oid: '.1.3.6.1.4.1.3052.14.1.1.1.1.6.{{ $index }}'
descr: esPointName
descr: 'Sensor: {{ $index }} | {{ $esPointName }}'
skip_values:
-
oid: esIndexPC
@@ -156,7 +159,7 @@ modules:
oid: esPointTable
value: esPointValueStr
num_oid: '.1.3.6.1.4.1.3052.14.1.1.1.1.7.{{ $index }}'
descr: esPointName
descr: 'Analog: {{ $index }} | {{ $esPointName }}'
skip_values:
-
oid: esIndexPC

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,306 @@
1.3.6.1.2.1.1.1.0|4|"SiteBoss 571 2.12.570 STD"
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.3052.14.3.2
1.3.6.1.2.1.1.3.0|67|62302139
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.11.1.0|65|380755
1.3.6.1.2.1.11.2.0|65|380743
1.3.6.1.2.1.11.3.0|65|0
1.3.6.1.2.1.11.4.0|65|12
1.3.6.1.2.1.11.5.0|65|0
1.3.6.1.2.1.11.6.0|65|0
1.3.6.1.2.1.11.8.0|65|0
1.3.6.1.2.1.11.9.0|65|0
1.3.6.1.2.1.11.10.0|65|0
1.3.6.1.2.1.11.11.0|65|0
1.3.6.1.2.1.11.12.0|65|0
1.3.6.1.2.1.11.13.0|65|3806022
1.3.6.1.2.1.11.14.0|65|0
1.3.6.1.2.1.11.15.0|65|269310
1.3.6.1.2.1.11.16.0|65|14738
1.3.6.1.2.1.11.17.0|65|0
1.3.6.1.2.1.11.18.0|65|0
1.3.6.1.2.1.11.19.0|65|0
1.3.6.1.2.1.11.20.0|65|0
1.3.6.1.2.1.11.21.0|65|0
1.3.6.1.2.1.11.22.0|65|0
1.3.6.1.2.1.11.24.0|65|0
1.3.6.1.2.1.11.25.0|65|0
1.3.6.1.2.1.11.26.0|65|0
1.3.6.1.2.1.11.27.0|65|0
1.3.6.1.2.1.11.28.0|65|380767
1.3.6.1.2.1.11.29.0|65|0
1.3.6.1.2.1.11.31.0|65|0
1.3.6.1.2.1.11.32.0|65|0
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.2|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.3|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.4|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.5|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.6|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.7|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.8|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.9|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.10|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.3.1.1|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.1.3.3.1|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.1.1|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.2.1|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.2.2|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.2.3|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.2.4|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.1|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.2|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.3|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.4|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.5|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.6|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.7|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.8|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.9|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.10|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.1|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.2|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.3|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.4|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.5|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.6|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.7|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.8|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.9|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.10|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.3.1.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.2.3.3.1|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.1.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.2.1|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.2.2|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.2.3|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.2.4|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.1|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.2|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.3|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.4|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.5|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.6|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.7|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.8|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.9|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.10|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.2|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.3|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.4|2|4
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.5|2|5
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.6|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.7|2|7
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.8|2|8
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.9|2|9
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.10|2|10
1.3.6.1.4.1.3052.14.1.1.1.1.3.3.1.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.3.3.3.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.1.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.2.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.2.2|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.2.3|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.2.4|2|4
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.2|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.3|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.4|2|4
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.5|2|5
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.6|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.7|2|7
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.8|2|8
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.9|2|9
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.10|2|10
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.1|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.2|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.3|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.4|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.5|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.6|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.7|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.8|4|TEST01-PE02 PSU1
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.9|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.10|4|TEST01-PE01 PSU1
1.3.6.1.4.1.3052.14.1.1.1.1.4.3.1.1|4|Temperature
1.3.6.1.4.1.3052.14.1.1.1.1.4.3.3.1|4|Humidity
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.1.1|4|Temperature
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.2.1|4|Front Door
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.2.2|4|Back Door
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.2.3|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.2.4|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.1|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.2|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.3|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.4|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.5|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.6|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.7|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.8|4|TEST01-PE02 PSU0
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.9|4|TEST01-MRT01
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.10|4|TEST01-PE01 PSU0
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.1|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.2|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.3|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.4|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.5|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.6|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.7|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.8|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.9|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.10|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.3.1.1|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.5.3.3.1|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.1.1|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.2.1|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.2.2|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.2.3|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.2.4|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.1|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.2|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.3|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.4|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.5|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.6|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.7|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.8|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.9|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.10|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.1|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.2|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.3|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.4|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.5|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.6|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.7|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.8|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.9|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.10|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.3.1.1|2|25
1.3.6.1.4.1.3052.14.1.1.1.1.6.3.3.1|2|33
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.1.1|2|30
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.2.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.2.2|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.2.3|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.2.4|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.1|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.2|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.3|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.4|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.5|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.6|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.7|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.8|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.9|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.10|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.1|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.2|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.3|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.4|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.5|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.6|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.7|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.8|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.9|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.10|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.3.1.1|4|25 C
1.3.6.1.4.1.3052.14.1.1.1.1.7.3.3.1|4|33
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.1.1|4|30 C
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.2.1|4|Closed
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.2.2|4|Closed
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.2.3|4|Open
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.2.4|4|Open
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.1|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.2|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.3|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.4|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.5|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.6|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.7|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.8|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.9|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.10|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.1|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.2|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.3|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.4|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.5|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.6|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.7|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.8|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.9|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.10|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.3.1.1|4|07/08/24 15:03:53
1.3.6.1.4.1.3052.14.1.1.1.1.8.3.3.1|4|07/01/24 18:22:15
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.1.1|4|07/08/24 16:49:35
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.2.1|4|07/01/24 18:42:10
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.2.2|4|07/01/24 18:37:30
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.2.3|4|07/01/24 18:22:15
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.2.4|4|07/01/24 18:22:15
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.1|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.2|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.3|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.4|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.5|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.6|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.7|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.8|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.9|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.10|4|
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.1|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.2|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.3|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.4|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.5|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.6|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.7|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.8|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.9|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.10|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.3.1.1|67|59289800
1.3.6.1.4.1.3052.14.1.1.1.1.9.3.3.1|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.1.1|67|59924000
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.2.1|67|119500
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.2.2|67|91500
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.2.3|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.2.4|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.1|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.2|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.3|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.4|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.5|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.6|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.7|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.8|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.9|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.10|67|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.5.1.1|2|5473
1.3.6.1.4.1.3052.14.1.5.4.1.1.5.200.1|2|5953
1.3.6.1.4.1.3052.14.1.5.4.1.1.13.1.1|2|53458
1.3.6.1.4.1.3052.14.1.5.4.1.1.13.200.1|2|54830
1.3.6.1.4.1.3052.14.1.5.4.1.1.20.1.1|2|293
1.3.6.1.4.1.3052.14.1.5.4.1.1.20.200.1|2|328
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.1|2|75
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.2|2|72
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.3|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.4|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.5|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.6|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.7|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.8|2|1424
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.9|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.10|2|3886
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.1|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.2|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.3|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.4|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.5|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.6|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.7|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.8|2|1295
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.9|2|382
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.10|2|4045
1.3.6.1.4.1.3052.14.2.16.15.3.0|4|<private>
1.3.6.1.4.1.3052.14.3.1.0|4|TEST01-SB01, Test Location
1.3.6.1.6.3.10.2.1.3.0|2|623021