Added support for Argus Rectifier appliances (#16418)

This commit is contained in:
mcook55
2024-09-23 06:02:01 -05:00
committed by GitHub
parent 37542e1a2d
commit 0e8c4c4947
5 changed files with 2502 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
os: cxrc
text: 'Alpha CXRC Controller'
type: power
icon: alpha
over:
- { graph: device_current, text: Current }
- { graph: device_voltage, text: Voltage }
- { graph: device_charge, text: Charge }
mib_dir: alpha
discovery:
-
sysObjectID:
- .1.3.6.1.4.1.7309.4

View File

@@ -0,0 +1,110 @@
mib: Argus-MIB
modules:
sensors:
charge:
data:
-
oid: dcPwrSysCntrlrIpTable
value: dcPwrSysCntrlrIpIntegerValue
num_oid: '.1.3.6.1.4.1.7309.4.1.6.2.2.1.3.{{ $index }}'
divisor: 100
descr: '{{ $dcPwrSysCntrlrIpStringValue }}'
index: dcPwrSysCntrlrIpIndex.{{ $index }}
skip_values:
-
oid: dcPwrSysCntrlrIpIndex
op: '!='
value: 8
count:
data:
-
oid: dcPwrSysRectIpTable
value: dcPwrSysRectIpIntegerValue
num_oid: '.1.3.6.1.4.1.7309.4.1.6.3.2.1.3.{{ $index }}'
descr: '{{ $dcPwrSysRectIpStringValue }}'
index: dcPwrSysRectIpIndex.{{ $index }}
skip_values:
-
oid: dcPwrSysRectIpIndex
op: 'not_in_array'
value: [4,5]
current:
data:
-
oid: dcPwrSysCntrlrIpTable
value: dcPwrSysCntrlrIpIntegerValue
num_oid: '.1.3.6.1.4.1.7309.4.1.6.2.2.1.3.{{ $index }}'
divisor: 100
descr: '{{ $dcPwrSysCntrlrIpStringValue }}'
index: dcPwrSysCntrlrIpIndex.{{ $index }}
skip_values:
-
oid: dcPwrSysCntrlrIpIndex
op: 'not_in_array'
value: [2,4]
-
oid: dcPwrSysRectIpTable
value: dcPwrSysRectIpIntegerValue
num_oid: '.1.3.6.1.4.1.7309.4.1.6.3.2.1.3.{{ $index }}'
divisor: 100
descr: '{{ $dcPwrSysRectIpStringValue }}'
index: dcPwrSysRectIpIndex.{{ $index }}
skip_values:
-
oid: dcPwrSysRectIpIndex
op: '!='
value: 1
runtime:
data:
-
oid: dcPwrSysCntrlrIpTable
value: dcPwrSysCntrlrIpIntegerValue
num_oid: '.1.3.6.1.4.1.7309.4.1.6.2.2.1.3.{{ $index }}'
divisor: 100
descr: '{{ $dcPwrSysCntrlrIpStringValue }}'
index: dcPwrSysCntrlrIpIndex.{{ $index }}
skip_values:
-
oid: dcPwrSysCntrlrIpIndex
op: 'not_in_array'
value: [7]
temperature:
data:
-
oid: dcPwrSysCntrlrIpTable
value: dcPwrSysCntrlrIpIntegerValue
num_oid: '.1.3.6.1.4.1.7309.4.1.6.2.2.1.3.{{ $index }}'
divisor: 100
descr: '{{ $dcPwrSysCntrlrIpStringValue }}'
index: dcPwrSysCntrlrIpIndex.{{ $index }}
skip_values:
-
oid: dcPwrSysCntrlrIpIndex
op: 'not_in_array'
value: [6]
voltage:
data:
-
oid: dcPwrSysCntrlrIpTable
value: dcPwrSysCntrlrIpIntegerValue
num_oid: '.1.3.6.1.4.1.7309.4.1.6.2.2.1.3.{{ $index }}'
divisor: 100
descr: '{{ $dcPwrSysCntrlrIpStringValue }}'
index: dcPwrSysCntrlrIpIndex.{{ $index }}
skip_values:
-
oid: dcPwrSysCntrlrIpIndex
op: 'not_in_array'
value: [1, 3, 5, 11]
-
oid: dcPwrSysRectIpTable
value: dcPwrSysRectIpIntegerValue
num_oid: '.1.3.6.1.4.1.7309.4.1.6.3.2.1.3.{{ $index }}'
divisor: 100
descr: '{{ $dcPwrSysRectIpStringValue }}'
index: dcPwrSysRectIpIndex.{{ $index }}
skip_values:
-
oid: dcPwrSysRectIpIndex
op: 'not_in_array'
value: [2, 3]

1728
mibs/alpha/Argus-MIB Normal file

File diff suppressed because it is too large Load Diff

380
tests/data/cxrc_cxrc.json Normal file
View File

@@ -0,0 +1,380 @@
{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.7309.4",
"sysDescr": "CXC",
"sysContact": "<private>",
"version": null,
"hardware": null,
"features": null,
"location": "<private>",
"os": "cxrc",
"type": "power",
"serial": null,
"icon": "alpha.png"
}
]
},
"poller": "matches discovery"
},
"sensors": {
"discovery": {
"sensors": [
{
"sensor_deleted": 0,
"sensor_class": "charge",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.2.2.1.3.8",
"sensor_index": "dcPwrSysCntrlrIpIndex.8",
"sensor_type": "cxrc",
"sensor_descr": "Battery Capacity",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 100,
"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": "count",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.3.2.1.3.4",
"sensor_index": "dcPwrSysRectIpIndex.4",
"sensor_type": "cxrc",
"sensor_descr": "# Acquired Rectifiers",
"group": null,
"sensor_divisor": 1,
"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": "count",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.3.2.1.3.5",
"sensor_index": "dcPwrSysRectIpIndex.5",
"sensor_type": "cxrc",
"sensor_descr": "# Sourcing Rectifiers",
"group": null,
"sensor_divisor": 1,
"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": "current",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.2.2.1.3.2",
"sensor_index": "dcPwrSysCntrlrIpIndex.2",
"sensor_type": "cxrc",
"sensor_descr": "Load Current",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 5.17,
"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": "current",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.2.2.1.3.4",
"sensor_index": "dcPwrSysCntrlrIpIndex.4",
"sensor_type": "cxrc",
"sensor_descr": "Battery Current",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": -3.76,
"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": "current",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.3.2.1.3.1",
"sensor_index": "dcPwrSysRectIpIndex.1",
"sensor_type": "cxrc",
"sensor_descr": "Total Rectifier Current",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 1.37,
"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": "runtime",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.2.2.1.3.7",
"sensor_index": "dcPwrSysCntrlrIpIndex.7",
"sensor_type": "cxrc",
"sensor_descr": "Battery Runtime",
"group": null,
"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": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.2.2.1.3.6",
"sensor_index": "dcPwrSysCntrlrIpIndex.6",
"sensor_type": "cxrc",
"sensor_descr": "Battery Temperature",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 20.85,
"sensor_limit": 40.85,
"sensor_limit_warn": null,
"sensor_limit_low": 10.85,
"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": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.2.2.1.3.1",
"sensor_index": "dcPwrSysCntrlrIpIndex.1",
"sensor_type": "cxrc",
"sensor_descr": "Load Voltage",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 53.99,
"sensor_limit": 62.0885,
"sensor_limit_warn": null,
"sensor_limit_low": 45.8915,
"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": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.2.2.1.3.11",
"sensor_index": "dcPwrSysCntrlrIpIndex.11",
"sensor_type": "cxrc",
"sensor_descr": "Converter Load Voltage",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 0,
"sensor_limit": 0,
"sensor_limit_warn": null,
"sensor_limit_low": 0,
"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": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.2.2.1.3.3",
"sensor_index": "dcPwrSysCntrlrIpIndex.3",
"sensor_type": "cxrc",
"sensor_descr": "Battery Voltage",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 53.99,
"sensor_limit": 62.0885,
"sensor_limit_warn": null,
"sensor_limit_low": 45.8915,
"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": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.2.2.1.3.5",
"sensor_index": "dcPwrSysCntrlrIpIndex.5",
"sensor_type": "cxrc",
"sensor_descr": "AC Mains",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 119.15,
"sensor_limit": 137.0225,
"sensor_limit_warn": null,
"sensor_limit_low": 101.2775,
"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": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.3.2.1.3.2",
"sensor_index": "dcPwrSysRectIpIndex.2",
"sensor_type": "cxrc",
"sensor_descr": "Avg DC Voltage",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 54.09,
"sensor_limit": 62.2035,
"sensor_limit_warn": null,
"sensor_limit_low": 45.9765,
"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": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.4.1.6.3.2.1.3.3",
"sensor_index": "dcPwrSysRectIpIndex.3",
"sensor_type": "cxrc",
"sensor_descr": "Avg AC Voltage",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 119.15,
"sensor_limit": 137.0225,
"sensor_limit_warn": null,
"sensor_limit_low": 101.2775,
"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
}
]
},
"poller": "matches discovery"
}
}

View File

@@ -0,0 +1,271 @@
1.3.6.1.2.1.1.1.0|4|CXC
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.7309.4
1.3.6.1.2.1.1.3.0|67|1694198252
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.1.6.0|4|<private>
1.3.6.1.2.1.2.2.1.1.1|2|1
1.3.6.1.2.1.2.2.1.1.2|2|2
1.3.6.1.2.1.2.2.1.2.1|4|
1.3.6.1.2.1.2.2.1.2.2|4|
1.3.6.1.2.1.2.2.1.3.1|2|62
1.3.6.1.2.1.2.2.1.3.2|2|24
1.3.6.1.2.1.2.2.1.4.1|2|1500
1.3.6.1.2.1.2.2.1.4.2|2|65535
1.3.6.1.2.1.2.2.1.5.1|66|100000000
1.3.6.1.2.1.2.2.1.5.2|66|0
1.3.6.1.2.1.2.2.1.6.1|4x|0090eac0f8dd
1.3.6.1.2.1.2.2.1.6.2|4|
1.3.6.1.2.1.2.2.1.7.1|2|1
1.3.6.1.2.1.2.2.1.7.2|2|1
1.3.6.1.2.1.2.2.1.8.1|2|1
1.3.6.1.2.1.2.2.1.8.2|2|1
1.3.6.1.2.1.2.2.1.9.1|67|0
1.3.6.1.2.1.2.2.1.9.2|67|0
1.3.6.1.2.1.2.2.1.10.1|65|154255108
1.3.6.1.2.1.2.2.1.10.2|65|0
1.3.6.1.2.1.2.2.1.11.1|65|1547475
1.3.6.1.2.1.2.2.1.11.2|65|0
1.3.6.1.2.1.2.2.1.12.1|65|207
1.3.6.1.2.1.2.2.1.12.2|65|0
1.3.6.1.2.1.2.2.1.13.1|65|0
1.3.6.1.2.1.2.2.1.13.2|65|0
1.3.6.1.2.1.2.2.1.14.1|65|0
1.3.6.1.2.1.2.2.1.14.2|65|0
1.3.6.1.2.1.2.2.1.15.1|65|0
1.3.6.1.2.1.2.2.1.15.2|65|0
1.3.6.1.2.1.2.2.1.16.1|65|230395771
1.3.6.1.2.1.2.2.1.16.2|65|0
1.3.6.1.2.1.2.2.1.17.1|65|1742066
1.3.6.1.2.1.2.2.1.17.2|65|0
1.3.6.1.2.1.2.2.1.18.1|65|14986
1.3.6.1.2.1.2.2.1.18.2|65|0
1.3.6.1.2.1.2.2.1.19.1|65|0
1.3.6.1.2.1.2.2.1.19.2|65|0
1.3.6.1.2.1.2.2.1.20.1|65|0
1.3.6.1.2.1.2.2.1.20.2|65|0
1.3.6.1.2.1.2.2.1.21.1|66|0
1.3.6.1.2.1.2.2.1.21.2|66|0
1.3.6.1.2.1.2.2.1.22.1|6|0.0
1.3.6.1.2.1.2.2.1.22.2|6|0.0
1.3.6.1.2.1.4.3.0|65|1532432
1.3.6.1.2.1.4.4.0|65|0
1.3.6.1.2.1.4.5.0|65|6
1.3.6.1.2.1.4.6.0|65|0
1.3.6.1.2.1.4.7.0|65|0
1.3.6.1.2.1.4.8.0|65|0
1.3.6.1.2.1.4.9.0|65|1532425
1.3.6.1.2.1.4.10.0|65|1741992
1.3.6.1.2.1.4.11.0|65|0
1.3.6.1.2.1.4.12.0|65|0
1.3.6.1.2.1.4.14.0|65|0
1.3.6.1.2.1.4.15.0|65|0
1.3.6.1.2.1.4.16.0|65|0
1.3.6.1.2.1.4.17.0|65|0
1.3.6.1.2.1.4.18.0|65|0
1.3.6.1.2.1.4.19.0|65|0
1.3.6.1.2.1.4.20.1.2.10.1.8.42|2|1
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|2
1.3.6.1.2.1.4.20.1.3.10.1.8.42|64|255.255.255.252
1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0
1.3.6.1.2.1.4.22.1.2.1.10.1.8.41|4x|4C5FD210F5D6
1.3.6.1.2.1.4.22.1.2.1.10.1.8.42|4x|000000000000
1.3.6.1.2.1.5.1.0|65|495169
1.3.6.1.2.1.5.2.0|65|0
1.3.6.1.2.1.5.3.0|65|3172
1.3.6.1.2.1.5.4.0|65|0
1.3.6.1.2.1.5.5.0|65|0
1.3.6.1.2.1.5.6.0|65|0
1.3.6.1.2.1.5.7.0|65|0
1.3.6.1.2.1.5.8.0|65|281132
1.3.6.1.2.1.5.9.0|65|210865
1.3.6.1.2.1.5.10.0|65|0
1.3.6.1.2.1.5.11.0|65|0
1.3.6.1.2.1.5.12.0|65|0
1.3.6.1.2.1.5.13.0|65|0
1.3.6.1.2.1.5.14.0|65|505062
1.3.6.1.2.1.5.15.0|65|0
1.3.6.1.2.1.5.16.0|65|0
1.3.6.1.2.1.5.17.0|65|0
1.3.6.1.2.1.5.18.0|65|0
1.3.6.1.2.1.5.19.0|65|0
1.3.6.1.2.1.5.20.0|65|0
1.3.6.1.2.1.5.21.0|65|223930
1.3.6.1.2.1.5.22.0|65|281132
1.3.6.1.2.1.5.23.0|65|0
1.3.6.1.2.1.5.24.0|65|0
1.3.6.1.2.1.5.25.0|65|0
1.3.6.1.2.1.5.26.0|65|0
1.3.6.1.2.1.6.5.0|65|0
1.3.6.1.2.1.6.6.0|65|13185
1.3.6.1.2.1.6.7.0|65|0
1.3.6.1.2.1.6.8.0|65|0
1.3.6.1.2.1.6.9.0|66|0
1.3.6.1.2.1.6.10.0|65|95966
1.3.6.1.2.1.6.11.0|65|97569
1.3.6.1.2.1.6.12.0|65|60
1.3.6.1.2.1.6.14.0|65|0
1.3.6.1.2.1.6.15.0|65|0
1.3.6.1.2.1.7.1.0|65|941335
1.3.6.1.2.1.7.2.0|65|0
1.3.6.1.2.1.7.3.0|65|0
1.3.6.1.2.1.7.4.0|65|1139345
1.3.6.1.2.1.11.1.0|65|941306
1.3.6.1.2.1.11.2.0|65|928451
1.3.6.1.2.1.11.3.0|65|0
1.3.6.1.2.1.11.4.0|65|11865
1.3.6.1.2.1.11.5.0|65|0
1.3.6.1.2.1.11.6.0|65|991
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|3675086
1.3.6.1.2.1.11.14.0|65|0
1.3.6.1.2.1.11.15.0|65|536306
1.3.6.1.2.1.11.16.0|65|227193
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|928475
1.3.6.1.2.1.11.29.0|65|0
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.1|2|1
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.2|2|2
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.3|2|3
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.4|2|4
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.5|2|5
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.6|2|6
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.7|2|7
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.8|2|8
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.9|2|9
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.10|2|10
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.11|2|11
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.12|2|12
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.13|2|13
1.3.6.1.4.1.7309.4.1.6.2.2.1.1.14|2|14
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.1|4|Controller input1
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.2|4|Controller input2
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.3|4|Controller input3
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.4|4|Controller input4
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.5|4|Controller input5
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.6|4|Controller input6
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.7|4|Controller input7
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.8|4|Controller input8
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.9|4|Controller input9
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.10|4|Controller input10
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.11|4|Controller input11
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.12|4|Controller input12
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.13|4|Controller input13
1.3.6.1.4.1.7309.4.1.6.2.2.1.2.14|4|Controller input14
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.1|2|5399
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.2|2|517
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.3|2|5399
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.4|2|-376
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.5|2|11915
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.6|2|2085
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.7|2|0
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.8|2|10000
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.9|2|0
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.10|2|0
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.11|2|0
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.12|2|0
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.13|2|0
1.3.6.1.4.1.7309.4.1.6.2.2.1.3.14|2|0
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.1|4|Load Voltage
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.2|4|Load Current
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.3|4|Battery Voltage
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.4|4|Battery Current
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.5|4|AC Mains
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.6|4|Battery Temperature
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.7|4|Battery Runtime
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.8|4|Battery Capacity
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.9|4|Battery DOD
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.10|4|Converter Load Current
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.11|4|Converter Load Voltage
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.12|4|System Voltage Mode
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.13|4|System Time (HH.MM.SS)
1.3.6.1.4.1.7309.4.1.6.2.2.1.4.14|4|System Date (YYYY.MM.DD)
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.1|2|1
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.2|2|2
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.3|2|3
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.4|2|4
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.5|2|5
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.6|2|6
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.7|2|7
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.8|2|8
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.9|2|9
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.10|2|10
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.11|2|11
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.12|2|12
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.13|2|13
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.14|2|14
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.15|2|15
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.16|2|16
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.17|2|17
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.18|2|18
1.3.6.1.4.1.7309.4.1.6.3.2.1.1.19|2|19
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.1|4|Rectifier input1
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.2|4|Rectifier input2
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.3|4|Rectifier input3
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.4|4|Rectifier input4
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.5|4|Rectifier input5
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.6|4|Rectifier input6
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.7|4|Rectifier input7
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.8|4|Rectifier input8
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.9|4|Rectifier input9
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.10|4|Rectifier input10
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.11|4|Rectifier input11
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.12|4|Rectifier input12
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.13|4|Rectifier input13
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.14|4|Rectifier input14
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.15|4|Rectifier input15
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.16|4|Rectifier input16
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.17|4|Rectifier input17
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.18|4|Rectifier input18
1.3.6.1.4.1.7309.4.1.6.3.2.1.2.19|4|Rectifier input19
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.1|2|137
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.2|2|5409
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.3|2|11915
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.4|2|2
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.5|2|2
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.6|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.7|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.8|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.9|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.10|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.11|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.12|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.13|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.14|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.15|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.16|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.17|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.18|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.3.19|2|0
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.1|4|Total Rectifier Current
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.2|4|Avg DC Voltage
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.3|4|Avg AC Voltage
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.4|4|# Acquired Rectifiers
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.5|4|# Sourcing Rectifiers
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.6|4|# Failed Rectifiers
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.7|4|# Minor Alarm Rectifiers
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.8|4|# Comms Lost Rectifiers
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.9|4|# AC Failed Rectifiers
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.10|4|# Out Of Tolerance
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.11|4|# Locked Out Rectifiers
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.12|4|# Equalize Rectifiers
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.13|4|# Current Limit Rectifiers
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.14|4|# Power Limit Rectifiers
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.15|4|# Fan Failed Rectifiers
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.16|4|# Power Saving Rectifiers
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.17|4|Avg. AC Phase R
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.18|4|Avg. AC Phase S
1.3.6.1.4.1.7309.4.1.6.3.2.1.4.19|4|Avg. AC Phase T