mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Adjustment in #9301: Eaton Galaxy HW seems to be the exception here with divisor 10 for voltage * fix for APC Galaxy UPS (and not Eaton anymore) * remove Galaxy test data from eaton-mgeups files * tests: APC Galaxy 7000 test data
This commit is contained in:
committed by
Neil Lathwood
parent
0ec8f18459
commit
c37786d845
@@ -17,4 +17,5 @@ discovery:
|
||||
sysDescr_regex:
|
||||
- '/^Galaxy/'
|
||||
- '/^GALAXY/'
|
||||
- '/^MGE Galaxy/'
|
||||
# Upsilon too (no data)
|
||||
|
||||
234
includes/definitions/discovery/apc-mgeups.yaml
Normal file
234
includes/definitions/discovery/apc-mgeups.yaml
Normal file
@@ -0,0 +1,234 @@
|
||||
mib: MG-SNMP-UPS-MIB
|
||||
modules:
|
||||
sensors:
|
||||
power:
|
||||
data:
|
||||
-
|
||||
oid: upsmgOutputPhaseTable
|
||||
value: mgoutputLoadPerPhase
|
||||
num_oid: .1.3.6.1.4.1.705.1.7.2.1.4.
|
||||
multiplier: 1000
|
||||
descr: 'Output (VA) Phase {{ $index }}'
|
||||
index: 'kva.mgoutputLoadPerPhase.{{ $index }}'
|
||||
current:
|
||||
data:
|
||||
-
|
||||
oid: upsmgInputPhaseTable
|
||||
value: mginputCurrent
|
||||
num_oid: .1.3.6.1.4.1.705.1.6.2.1.6.
|
||||
divisor: 10
|
||||
descr: 'Input Current Phase {{ $index }}'
|
||||
index: 'mginputCurrent.{{ $index }}'
|
||||
-
|
||||
oid: upsmgOutputPhaseTable
|
||||
value: mgoutputCurrent
|
||||
num_oid: .1.3.6.1.4.1.705.1.7.2.1.5.
|
||||
divisor: 10
|
||||
descr: 'Output Current Phase {{ $index }}'
|
||||
index: 'mgoutputCurrent.{{ $index }}'
|
||||
-
|
||||
oid: upsmgBattery
|
||||
value: upsmgBatteryCurrent
|
||||
num_oid: .1.3.6.1.4.1.705.1.5.6.
|
||||
divisor: 10
|
||||
descr: 'Battery'
|
||||
index: 'upsmgBatteryCurrent.{{ $index }}'
|
||||
temperature:
|
||||
data:
|
||||
-
|
||||
oid: upsmgBattery
|
||||
value: upsmgBatteryTemperature
|
||||
num_oid: .1.3.6.1.4.1.705.1.5.7.
|
||||
descr: 'Battery'
|
||||
index: 'upsmgBatteryTemperature.{{ $index }}'
|
||||
frequency:
|
||||
data:
|
||||
-
|
||||
oid: upsmgInputPhaseTable
|
||||
value: mginputFrequency
|
||||
num_oid: .1.3.6.1.4.1.705.1.6.2.1.3.
|
||||
divisor: 10
|
||||
descr: 'Input Frequency Phase {{ $index }}'
|
||||
index: 'mginputFrequency.{{ $index }}'
|
||||
-
|
||||
oid: upsmgOutputPhaseTable
|
||||
value: mgoutputFrequency
|
||||
num_oid: .1.3.6.1.4.1.705.1.7.2.1.3.
|
||||
divisor: 10
|
||||
descr: 'Output Frequency Phase {{ $index }}'
|
||||
index: 'mgoutputFrequency.{{ $index }}'
|
||||
delay:
|
||||
data:
|
||||
-
|
||||
oid: upsmgBattery
|
||||
value: upsmgBatteryRemainingTime
|
||||
num_oid: .1.3.6.1.4.1.705.1.5.1.
|
||||
descr: 'Remaining time'
|
||||
index: 'upsmgBatteryRemainingTime.{{ $index }}'
|
||||
charge:
|
||||
data:
|
||||
-
|
||||
oid: upsmgBattery
|
||||
value: upsmgBatteryLevel
|
||||
num_oid: .1.3.6.1.4.1.705.1.5.2.
|
||||
descr: 'Remaining battery capacity'
|
||||
index: 'upsmgBatteryLevel.{{ $index }}'
|
||||
voltage:
|
||||
data:
|
||||
-
|
||||
oid: upsmgInputPhaseTable
|
||||
value: mginputVoltage
|
||||
num_oid: .1.3.6.1.4.1.705.1.6.2.1.2.
|
||||
divisor: 10
|
||||
descr: 'Input Phase/Phase {{ $index }}'
|
||||
index: 'mginputVoltage.{{ $index }}'
|
||||
-
|
||||
oid: upsmgOutputPhaseTable
|
||||
value: mgoutputVoltage
|
||||
num_oid: .1.3.6.1.4.1.705.1.7.2.1.2.
|
||||
divisor: 10
|
||||
descr: 'Output Phase/Phase {{ $index }}'
|
||||
index: 'mgoutputVoltage.{{ $index }}'
|
||||
-
|
||||
oid: upsmgBattery
|
||||
value: upsmgBatteryVoltage
|
||||
num_oid: .1.3.6.1.4.1.705.1.5.5.
|
||||
divisor: 10
|
||||
descr: 'Battery'
|
||||
index: 'upsmgBatteryVoltage.{{ $index }}'
|
||||
|
||||
state:
|
||||
data:
|
||||
-
|
||||
oid: upsmgOutputOnBattery
|
||||
value: upsmgOutputOnBattery
|
||||
num_oid: .1.3.6.1.4.1.705.1.7.3.
|
||||
descr: 'Input Status'
|
||||
index: 'upsmgOutputOnBattery.{{ $index }}'
|
||||
state_name: upsmgOutputOnBattery
|
||||
states:
|
||||
- { descr: On Battery, graph: 0, value: 1, generic: 2 }
|
||||
- { descr: On Input Power, graph: 0, value: 2, generic: 0 }
|
||||
-
|
||||
oid: upsmgOutputOnByPass
|
||||
value: upsmgOutputOnByPass
|
||||
num_oid: .1.3.6.1.4.1.705.1.7.4.
|
||||
descr: 'Bypass Status'
|
||||
index: 'upsmgOutputOnBypass.{{ $index }}'
|
||||
state_name: upsmgOutputOnByPass
|
||||
states:
|
||||
- { descr: On ByPass, graph: 0, value: 1, generic: 2 }
|
||||
- { descr: Not Active, graph: 0, value: 2, generic: 0 }
|
||||
-
|
||||
oid: upsmgOutputUtilityOff
|
||||
value: upsmgOutputUtilityOff
|
||||
num_oid: .1.3.6.1.4.1.705.1.7.7.
|
||||
descr: 'Utility Status'
|
||||
index: 'upsmgOutputUtilityOff.{{ $index }}'
|
||||
state_name: upsmgOutputUtilityOff
|
||||
states:
|
||||
- { descr: No Voltage, graph: 0, value: 1, generic: 2 }
|
||||
- { descr: Output OK, graph: 0, value: 2, generic: 0 }
|
||||
-
|
||||
oid: upsmgOutputInverterOff
|
||||
value: upsmgOutputInverterOff
|
||||
num_oid: .1.3.6.1.4.1.705.1.7.9.
|
||||
descr: 'UPS Inverter Status'
|
||||
index: 'upsmgOutputInverterOff.{{ $index }}'
|
||||
state_name: upsmgOutputInverterOff
|
||||
states:
|
||||
- { descr: Inverter Off, graph: 0, value: 1, generic: 2 }
|
||||
- { descr: OK, graph: 0, value: 2, generic: 0 }
|
||||
-
|
||||
oid: upsmgOutputOverLoad
|
||||
value: upsmgOutputOverLoad
|
||||
num_oid: .1.3.6.1.4.1.705.1.7.10.
|
||||
descr: 'Output OverLoad'
|
||||
index: 'upsmgOutputOverLoad.{{ $index }}'
|
||||
state_name: upsmgOutputOverLoad
|
||||
states:
|
||||
- { descr: Yes, graph: 0, value: 1, generic: 2 }
|
||||
- { descr: No, graph: 0, value: 2, generic: 0 }
|
||||
-
|
||||
oid: upsmgOutputOverTemp
|
||||
value: upsmgOutputOverTemp
|
||||
num_oid: .1.3.6.1.4.1.705.1.7.11.
|
||||
descr: 'Over Temperature'
|
||||
index: 'upsmgOutputOverTemp.{{ $index }}'
|
||||
state_name: upsmgOutputOverTemp
|
||||
states:
|
||||
- { descr: Over Temperature, graph: 0, value: 1, generic: 2 }
|
||||
- { descr: OK, graph: 0, value: 2, generic: 0 }
|
||||
-
|
||||
oid: upsmgBattery
|
||||
value: upsmgBatteryFaultBattery
|
||||
num_oid: .1.3.6.1.4.1.705.1.5.9.
|
||||
descr: 'Battery Fault'
|
||||
index: 'upsmgBatteryFaultBattery.{{ $index }}'
|
||||
state_name: upsmgBatteryFaultBattery
|
||||
states:
|
||||
- { descr: Fault, graph: 0, value: 1, generic: 2 }
|
||||
- { descr: OK, graph: 0, value: 2, generic: 0 }
|
||||
-
|
||||
oid: upsmgBattery
|
||||
value: upsmgBatteryReplacement
|
||||
num_oid: .1.3.6.1.4.1.705.1.5.11.
|
||||
descr: 'Battery Replacement Status'
|
||||
index: 'upsmgBatteryReplacement.{{ $index }}'
|
||||
state_name: upsmgBatteryReplacement
|
||||
states:
|
||||
- { descr: To be replaced, graph: 0, value: 1, generic: 2 }
|
||||
- { descr: OK, graph: 0, value: 2, generic: 0 }
|
||||
-
|
||||
oid: upsmgBattery
|
||||
value: upsmgBatteryLowBattery
|
||||
num_oid: .1.3.6.1.4.1.705.1.5.14.
|
||||
descr: 'Battery Charge Status'
|
||||
index: 'upsmgBatteryLowBattery.{{ $index }}'
|
||||
state_name: upsmgBatteryLowBattery
|
||||
states:
|
||||
- { descr: Low Battery, graph: 0, value: 1, generic: 2 }
|
||||
- { descr: OK, graph: 0, value: 2, generic: 0 }
|
||||
-
|
||||
oid: upsmgBattery
|
||||
value: upsmgBatteryChargerFault
|
||||
num_oid: .1.3.6.1.4.1.705.1.5.15.
|
||||
descr: 'Battery Charger Status'
|
||||
index: 'upsmgBatteryChargerFault.{{ $index }}'
|
||||
state_name: upsmgBatteryChargerFault
|
||||
states:
|
||||
- { descr: Fault, graph: 0, value: 1, generic: 2 }
|
||||
- { descr: OK, graph: 0, value: 2, generic: 0 }
|
||||
-
|
||||
oid: upsmgBattery
|
||||
value: upsmgBatteryLowCondition
|
||||
num_oid: .1.3.6.1.4.1.705.1.5.16.
|
||||
descr: 'Battery Condition'
|
||||
index: 'upsmgBatteryLowCondition.{{ $index }}'
|
||||
state_name: upsmgBatteryLowCondition
|
||||
states:
|
||||
- { descr: Low Condition, graph: 0, value: 1, generic: 2 }
|
||||
- { descr: OK, graph: 0, value: 2, generic: 0 }
|
||||
-
|
||||
oid: upsmgInputBadStatus
|
||||
value: upsmgInputBadStatus
|
||||
num_oid: .1.3.6.1.4.1.705.1.6.3.
|
||||
descr: 'Input Status'
|
||||
index: 'upsmgInputBadStatus.{{ $index }}'
|
||||
state_name: upsmgInputBadStatus
|
||||
states:
|
||||
- { descr: Bad Status, graph: 0, value: 1, generic: 2 }
|
||||
- { descr: OK, graph: 0, value: 2, generic: 0 }
|
||||
-
|
||||
oid: upsmgInputLineFailCause
|
||||
value: upsmgInputLineFailCause
|
||||
num_oid: .1.3.6.1.4.1.705.1.6.4.
|
||||
descr: 'Input Line Fail Cause'
|
||||
index: 'upsmgInputLineFailCause.{{ $index }}'
|
||||
state_name: upsmgInputLineFailCause
|
||||
states:
|
||||
- { descr: 'No Failure', graph: 0, value: 1, generic: 0 }
|
||||
- { descr: 'Tolerance Volt. Out', graph: 0, value: 2, generic: 2 }
|
||||
- { descr: 'Tolerance Freq. Out', graph: 0, value: 3, generic: 2 }
|
||||
- { descr: 'No Voltage', graph: 0, value: 4, generic: 2 }
|
||||
|
||||
@@ -16,3 +16,6 @@ discovery:
|
||||
- .1.3.6.1.4.1.705.1
|
||||
sysDescr_regex_except:
|
||||
- '/^Eaton ATS/'
|
||||
- '/^Galaxy/'
|
||||
- '/^GALAXY/'
|
||||
- '/^MGE Galaxy/'
|
||||
|
||||
@@ -852,7 +852,7 @@ function get_device_divisor($device, $os_version, $sensor_type, $oid)
|
||||
if ($sensor_type == 'voltage' && !starts_with($oid, '.1.3.6.1.2.1.33.1.2.5.') && !starts_with($oid, '.1.3.6.1.2.1.33.1.3.3.1.3')) {
|
||||
return 1;
|
||||
}
|
||||
} elseif ($device['os'] == 'eaton-mgeups') {
|
||||
} elseif ($device['os'] == 'apc-mgeups') {
|
||||
if ($sensor_type == 'voltage') {
|
||||
return 10;
|
||||
}
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
"hardware": null,
|
||||
"features": null,
|
||||
"location": null,
|
||||
"os": "eaton-mgeups",
|
||||
"os": "apc-mgeups",
|
||||
"type": "power",
|
||||
"serial": null,
|
||||
"icon": "eaton.svg"
|
||||
"icon": "apc.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -29,10 +29,10 @@
|
||||
"hardware": "Galaxy 7000 250000",
|
||||
"features": null,
|
||||
"location": "<private>",
|
||||
"os": "eaton-mgeups",
|
||||
"os": "apc-mgeups",
|
||||
"type": "power",
|
||||
"serial": "0123456789",
|
||||
"icon": "eaton.svg"
|
||||
"serial": "2Q1L200001",
|
||||
"icon": "apc.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -381,7 +381,7 @@
|
||||
"ifMtu": 1500,
|
||||
"ifType": "iso88023Csmacd",
|
||||
"ifAlias": "eth0",
|
||||
"ifPhysAddress": "000623012652",
|
||||
"ifPhysAddress": "0006230125f9",
|
||||
"ifHardType": null,
|
||||
"ifLastChange": 0,
|
||||
"ifVlan": "",
|
||||
@@ -402,15 +402,15 @@
|
||||
"pagpEthcOperationMode": null,
|
||||
"pagpDeviceId": null,
|
||||
"pagpGroupIfIndex": null,
|
||||
"ifInUcastPkts": 9502177,
|
||||
"ifInUcastPkts": 1457323,
|
||||
"ifInUcastPkts_prev": 0,
|
||||
"ifInUcastPkts_delta": null,
|
||||
"ifInUcastPkts_rate": null,
|
||||
"ifOutUcastPkts": 9502344,
|
||||
"ifOutUcastPkts": 1457327,
|
||||
"ifOutUcastPkts_prev": 0,
|
||||
"ifOutUcastPkts_delta": null,
|
||||
"ifOutUcastPkts_rate": null,
|
||||
"ifInErrors": 30435736,
|
||||
"ifInErrors": 1878163,
|
||||
"ifInErrors_prev": 0,
|
||||
"ifInErrors_delta": null,
|
||||
"ifInErrors_rate": null,
|
||||
@@ -418,20 +418,20 @@
|
||||
"ifOutErrors_prev": 0,
|
||||
"ifOutErrors_delta": null,
|
||||
"ifOutErrors_rate": null,
|
||||
"ifInOctets": 3966007591,
|
||||
"ifInOctets": 1048163459,
|
||||
"ifInOctets_prev": 0,
|
||||
"ifInOctets_delta": null,
|
||||
"ifInOctets_rate": null,
|
||||
"ifOutOctets": 1623826717,
|
||||
"ifOutOctets": 252596803,
|
||||
"ifOutOctets_prev": 0,
|
||||
"ifOutOctets_delta": null,
|
||||
"ifOutOctets_rate": null,
|
||||
"poll_prev": null,
|
||||
"ifInNUcastPkts": 143445950,
|
||||
"ifInNUcastPkts": 11224315,
|
||||
"ifInNUcastPkts_prev": 0,
|
||||
"ifInNUcastPkts_delta": null,
|
||||
"ifInNUcastPkts_rate": null,
|
||||
"ifOutNUcastPkts": 142,
|
||||
"ifOutNUcastPkts": 29,
|
||||
"ifOutNUcastPkts_prev": 0,
|
||||
"ifOutNUcastPkts_delta": null,
|
||||
"ifOutNUcastPkts_rate": null,
|
||||
@@ -476,7 +476,7 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.5.2.0",
|
||||
"sensor_index": "upsmgBatteryLevel.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Remaining battery capacity",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
@@ -499,7 +499,7 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.6.2.1.6.1.0",
|
||||
"sensor_index": "mginputCurrent.1.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Input Current Phase 1.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
@@ -522,33 +522,10 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.6.2.1.6.2.0",
|
||||
"sensor_index": "mginputCurrent.2.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Input Current Phase 2.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 35,
|
||||
"sensor_limit": 52.5,
|
||||
"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,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "current",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.6.2.1.6.3.0",
|
||||
"sensor_index": "mginputCurrent.3.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_descr": "Input Current Phase 3.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 37,
|
||||
"sensor_limit": 55.5,
|
||||
"sensor_limit_warn": null,
|
||||
@@ -562,18 +539,41 @@
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "current",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.6.2.1.6.3.0",
|
||||
"sensor_index": "mginputCurrent.3.0",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Input Current Phase 3.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 38,
|
||||
"sensor_limit": 57,
|
||||
"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,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "current",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.7.2.1.5.1.0",
|
||||
"sensor_index": "mgoutputCurrent.1.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Output Current Phase 1.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 39,
|
||||
"sensor_limit": 58.5,
|
||||
"sensor_current": 35,
|
||||
"sensor_limit": 52.5,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
@@ -591,12 +591,12 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.7.2.1.5.2.0",
|
||||
"sensor_index": "mgoutputCurrent.2.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Output Current Phase 2.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 26,
|
||||
"sensor_limit": 39,
|
||||
"sensor_current": 27,
|
||||
"sensor_limit": 40.5,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
@@ -614,12 +614,12 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.7.2.1.5.3.0",
|
||||
"sensor_index": "mgoutputCurrent.3.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Output Current Phase 3.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 33,
|
||||
"sensor_limit": 49.5,
|
||||
"sensor_current": 41,
|
||||
"sensor_limit": 61.5,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
@@ -637,7 +637,7 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.5.6.0",
|
||||
"sensor_index": "upsmgBatteryCurrent.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Battery",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
@@ -660,7 +660,7 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.5.1.0",
|
||||
"sensor_index": "upsmgBatteryRemainingTime.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Remaining time",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
@@ -683,7 +683,7 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.6.2.1.3.1.0",
|
||||
"sensor_index": "mginputFrequency.1.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Input Frequency Phase 1.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
@@ -706,7 +706,7 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.6.2.1.3.2.0",
|
||||
"sensor_index": "mginputFrequency.2.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Input Frequency Phase 2.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
@@ -729,7 +729,7 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.6.2.1.3.3.0",
|
||||
"sensor_index": "mginputFrequency.3.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Input Frequency Phase 3.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
@@ -752,14 +752,14 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.7.2.1.3.1.0",
|
||||
"sensor_index": "mgoutputFrequency.1.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Output Frequency Phase 1.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 49,
|
||||
"sensor_limit": 51.450000000000003,
|
||||
"sensor_current": 50,
|
||||
"sensor_limit": 52.5,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 46.549999999999997,
|
||||
"sensor_limit_low": 47.5,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -775,14 +775,14 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.7.2.1.3.2.0",
|
||||
"sensor_index": "mgoutputFrequency.2.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Output Frequency Phase 2.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 49,
|
||||
"sensor_limit": 51.450000000000003,
|
||||
"sensor_current": 50,
|
||||
"sensor_limit": 52.5,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 46.549999999999997,
|
||||
"sensor_limit_low": 47.5,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -798,14 +798,14 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.7.2.1.3.3.0",
|
||||
"sensor_index": "mgoutputFrequency.3.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Output Frequency Phase 3.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 49,
|
||||
"sensor_limit": 51.450000000000003,
|
||||
"sensor_current": 50,
|
||||
"sensor_limit": 52.5,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 46.549999999999997,
|
||||
"sensor_limit_low": 47.5,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -825,7 +825,7 @@
|
||||
"sensor_descr": "Percentage load",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 8,
|
||||
"sensor_current": 9,
|
||||
"sensor_limit": 80,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
@@ -844,12 +844,12 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.7.2.1.4.1.0",
|
||||
"sensor_index": "kva.mgoutputLoadPerPhase.1.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Output (VA) Phase 1.0",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1000,
|
||||
"sensor_current": 10000,
|
||||
"sensor_limit": 15000,
|
||||
"sensor_current": 9000,
|
||||
"sensor_limit": 13500,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
@@ -867,7 +867,7 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.7.2.1.4.2.0",
|
||||
"sensor_index": "kva.mgoutputLoadPerPhase.2.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Output (VA) Phase 2.0",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1000,
|
||||
@@ -890,12 +890,12 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.7.2.1.4.3.0",
|
||||
"sensor_index": "kva.mgoutputLoadPerPhase.3.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Output (VA) Phase 3.0",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1000,
|
||||
"sensor_current": 9000,
|
||||
"sensor_limit": 13500,
|
||||
"sensor_current": 11000,
|
||||
"sensor_limit": 16500,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
@@ -1212,14 +1212,14 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.5.7.0",
|
||||
"sensor_index": "upsmgBatteryTemperature.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Battery",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 17,
|
||||
"sensor_limit": 37,
|
||||
"sensor_current": 23,
|
||||
"sensor_limit": 43,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 7,
|
||||
"sensor_limit_low": 13,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -1235,33 +1235,10 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.6.2.1.2.1.0",
|
||||
"sensor_index": "mginputVoltage.1.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Input Phase/Phase 1.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 408,
|
||||
"sensor_limit": 469.19999999999999,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 346.80000000000001,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.6.2.1.2.2.0",
|
||||
"sensor_index": "mginputVoltage.2.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_descr": "Input Phase/Phase 2.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 409,
|
||||
"sensor_limit": 470.34999999999997,
|
||||
"sensor_limit_warn": null,
|
||||
@@ -1275,20 +1252,43 @@
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.6.2.1.2.2.0",
|
||||
"sensor_index": "mginputVoltage.2.0",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Input Phase/Phase 2.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 410,
|
||||
"sensor_limit": 471.49999999999994,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 348.5,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.6.2.1.2.3.0",
|
||||
"sensor_index": "mginputVoltage.3.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Input Phase/Phase 3.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 408,
|
||||
"sensor_limit": 469.19999999999999,
|
||||
"sensor_current": 410,
|
||||
"sensor_limit": 471.49999999999994,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 346.80000000000001,
|
||||
"sensor_limit_low": 348.5,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -1304,7 +1304,7 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.7.2.1.2.1.0",
|
||||
"sensor_index": "mgoutputVoltage.1.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Output Phase/Phase 1.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
@@ -1327,14 +1327,14 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.7.2.1.2.2.0",
|
||||
"sensor_index": "mgoutputVoltage.2.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Output Phase/Phase 2.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 399,
|
||||
"sensor_limit": 458.84999999999997,
|
||||
"sensor_current": 400,
|
||||
"sensor_limit": 459.99999999999994,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 339.14999999999998,
|
||||
"sensor_limit_low": 340,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -1350,14 +1350,14 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.7.2.1.2.3.0",
|
||||
"sensor_index": "mgoutputVoltage.3.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Output Phase/Phase 3.0",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 399,
|
||||
"sensor_limit": 458.84999999999997,
|
||||
"sensor_current": 400,
|
||||
"sensor_limit": 459.99999999999994,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 339.14999999999998,
|
||||
"sensor_limit_low": 340,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -1373,14 +1373,14 @@
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.705.1.5.5.0",
|
||||
"sensor_index": "upsmgBatteryVoltage.0",
|
||||
"sensor_type": "eaton-mgeups",
|
||||
"sensor_type": "apc-mgeups",
|
||||
"sensor_descr": "Battery",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 600,
|
||||
"sensor_limit": 690,
|
||||
"sensor_current": 594,
|
||||
"sensor_limit": 683.09999999999991,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 510,
|
||||
"sensor_limit_low": 504.89999999999998,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -1400,10 +1400,10 @@
|
||||
"sensor_descr": "Output",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 230.59999999999999,
|
||||
"sensor_limit": 265.19,
|
||||
"sensor_current": 230.30000000000001,
|
||||
"sensor_limit": 264.84499999999997,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 196.00999999999999,
|
||||
"sensor_limit_low": 195.755,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -1423,10 +1423,10 @@
|
||||
"sensor_descr": "Input",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 235.30000000000001,
|
||||
"sensor_limit": 270.59499999999997,
|
||||
"sensor_current": 236.30000000000001,
|
||||
"sensor_limit": 271.745,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 200.005,
|
||||
"sensor_limit_low": 200.85500000000002,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -1,6 +1,6 @@
|
||||
1.3.6.1.2.1.1.1.0|4|MGE Galaxy 7000 UPS 250 kVA
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.705.1.2
|
||||
1.3.6.1.2.1.1.3.0|67|396318885
|
||||
1.3.6.1.2.1.1.3.0|67|126198432
|
||||
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>
|
||||
@@ -15,7 +15,7 @@
|
||||
1.3.6.1.2.1.2.2.1.5.1|66|0
|
||||
1.3.6.1.2.1.2.2.1.5.2|66|100000000
|
||||
1.3.6.1.2.1.2.2.1.6.1|4x|00
|
||||
1.3.6.1.2.1.2.2.1.6.2|4x|000623012652
|
||||
1.3.6.1.2.1.2.2.1.6.2|4x|0006230125F9
|
||||
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
|
||||
@@ -23,23 +23,23 @@
|
||||
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|0
|
||||
1.3.6.1.2.1.2.2.1.10.2|65|3966007591
|
||||
1.3.6.1.2.1.2.2.1.10.2|65|1048163459
|
||||
1.3.6.1.2.1.2.2.1.11.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.11.2|65|9502177
|
||||
1.3.6.1.2.1.2.2.1.11.2|65|1457323
|
||||
1.3.6.1.2.1.2.2.1.12.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.12.2|65|143445950
|
||||
1.3.6.1.2.1.2.2.1.12.2|65|11224315
|
||||
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|30435736
|
||||
1.3.6.1.2.1.2.2.1.14.2|65|1878163
|
||||
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|0
|
||||
1.3.6.1.2.1.2.2.1.16.2|65|1623826717
|
||||
1.3.6.1.2.1.2.2.1.16.2|65|252596803
|
||||
1.3.6.1.2.1.2.2.1.17.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.17.2|65|9502344
|
||||
1.3.6.1.2.1.2.2.1.17.2|65|1457327
|
||||
1.3.6.1.2.1.2.2.1.18.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.18.2|65|142
|
||||
1.3.6.1.2.1.2.2.1.18.2|65|29
|
||||
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
|
||||
@@ -48,14 +48,14 @@
|
||||
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|62616589
|
||||
1.3.6.1.2.1.4.3.0|65|4882813
|
||||
1.3.6.1.2.1.4.4.0|65|0
|
||||
1.3.6.1.2.1.4.5.0|65|111350
|
||||
1.3.6.1.2.1.4.5.0|65|75506
|
||||
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|62505237
|
||||
1.3.6.1.2.1.4.10.0|65|9261343
|
||||
1.3.6.1.2.1.4.9.0|65|4807306
|
||||
1.3.6.1.2.1.4.10.0|65|1428565
|
||||
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
|
||||
@@ -64,24 +64,24 @@
|
||||
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.20.0.201|2|2
|
||||
1.3.6.1.2.1.4.20.1.2.1.12.0.20|2|2
|
||||
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1
|
||||
1.3.6.1.2.1.4.20.1.3.10.20.0.201|64|255.255.255.0
|
||||
1.3.6.1.2.1.4.20.1.3.1.12.0.20|64|255.255.255.0
|
||||
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.5.1.0|65|578561
|
||||
1.3.6.1.2.1.5.1.0|65|76558
|
||||
1.3.6.1.2.1.5.2.0|65|0
|
||||
1.3.6.1.2.1.5.3.0|65|3
|
||||
1.3.6.1.2.1.5.3.0|65|14
|
||||
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|578558
|
||||
1.3.6.1.2.1.5.8.0|65|76544
|
||||
1.3.6.1.2.1.5.9.0|65|0
|
||||
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|578558
|
||||
1.3.6.1.2.1.5.14.0|65|76544
|
||||
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
|
||||
@@ -89,97 +89,95 @@
|
||||
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|0
|
||||
1.3.6.1.2.1.5.22.0|65|578558
|
||||
1.3.6.1.2.1.5.22.0|65|76544
|
||||
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|78
|
||||
1.3.6.1.2.1.6.7.0|65|1
|
||||
1.3.6.1.2.1.6.5.0|65|10
|
||||
1.3.6.1.2.1.6.6.0|65|0
|
||||
1.3.6.1.2.1.6.7.0|65|10
|
||||
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|7962
|
||||
1.3.6.1.2.1.6.11.0|65|8136
|
||||
1.3.6.1.2.1.6.12.0|65|0
|
||||
1.3.6.1.2.1.6.10.0|65|0
|
||||
1.3.6.1.2.1.6.11.0|65|40
|
||||
1.3.6.1.2.1.6.12.0|65|30
|
||||
1.3.6.1.2.1.6.14.0|65|0
|
||||
1.3.6.1.2.1.6.15.0|65|4
|
||||
1.3.6.1.2.1.7.1.0|65|61814472
|
||||
1.3.6.1.2.1.7.2.0|65|53139794
|
||||
1.3.6.1.2.1.7.3.0|65|2
|
||||
1.3.6.1.2.1.7.4.0|65|8674680
|
||||
1.3.6.1.2.1.11.1.0|65|8674660
|
||||
1.3.6.1.2.1.11.2.0|65|8674657
|
||||
1.3.6.1.2.1.6.15.0|65|0
|
||||
1.3.6.1.2.1.7.1.0|65|4730726
|
||||
1.3.6.1.2.1.7.2.0|65|3378713
|
||||
1.3.6.1.2.1.7.3.0|65|1
|
||||
1.3.6.1.2.1.7.4.0|65|1352012
|
||||
1.3.6.1.2.1.11.1.0|65|1351996
|
||||
1.3.6.1.2.1.11.2.0|65|1351995
|
||||
1.3.6.1.2.1.11.3.0|65|0
|
||||
1.3.6.1.2.1.11.4.0|65|2
|
||||
1.3.6.1.2.1.11.5.0|65|2
|
||||
1.3.6.1.2.1.11.4.0|65|0
|
||||
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|48800763
|
||||
1.3.6.1.2.1.11.13.0|65|7707079
|
||||
1.3.6.1.2.1.11.14.0|65|0
|
||||
1.3.6.1.2.1.11.15.0|65|4775292
|
||||
1.3.6.1.2.1.11.16.0|65|309612
|
||||
1.3.6.1.2.1.11.15.0|65|829505
|
||||
1.3.6.1.2.1.11.16.0|65|19133
|
||||
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|5243264
|
||||
1.3.6.1.2.1.11.21.0|65|673584
|
||||
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|8674659
|
||||
1.3.6.1.2.1.11.29.0|65|6
|
||||
1.3.6.1.2.1.11.28.0|65|1351997
|
||||
1.3.6.1.2.1.11.29.0|65|0
|
||||
1.3.6.1.2.1.11.30.0|2|1
|
||||
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.2.1.33.1.3.3.1.3.1.0|66|2353
|
||||
1.3.6.1.2.1.33.1.4.4.1.2.1.0|66|2306
|
||||
1.3.6.1.2.1.33.1.4.4.1.5.1.0|66|8
|
||||
1.3.6.1.2.1.33.1.3.3.1.3.1.0|66|2363
|
||||
1.3.6.1.2.1.33.1.4.4.1.2.1.0|66|2303
|
||||
1.3.6.1.2.1.33.1.4.4.1.5.1.0|66|9
|
||||
1.3.6.1.4.1.705.1.1.1.0|4|Galaxy 7000
|
||||
1.3.6.1.4.1.705.1.1.2.0|4|250000
|
||||
1.3.6.1.4.1.705.1.1.4.0|4|GDET: BQ-7-AR / DIGIT: EJ-7-AR
|
||||
1.3.6.1.4.1.705.1.1.7.0|4|0123456789
|
||||
1.3.6.1.4.1.705.1.1.7.0|4|2Q1L200001
|
||||
1.3.6.1.4.1.705.1.5.1.0|2|7260
|
||||
1.3.6.1.4.1.705.1.5.2.0|2|100
|
||||
1.3.6.1.4.1.705.1.5.5.0|2|6000
|
||||
1.3.6.1.4.1.705.1.5.5.0|2|5940
|
||||
1.3.6.1.4.1.705.1.5.6.0|2|0
|
||||
1.3.6.1.4.1.705.1.5.7.0|2|17
|
||||
1.3.6.1.4.1.705.1.5.7.0|2|23
|
||||
1.3.6.1.4.1.705.1.5.9.0|2|2
|
||||
1.3.6.1.4.1.705.1.5.11.0|2|2
|
||||
1.3.6.1.4.1.705.1.5.14.0|2|2
|
||||
1.3.6.1.4.1.705.1.5.15.0|2|2
|
||||
1.3.6.1.4.1.705.1.5.16.0|2|2
|
||||
1.3.6.1.4.1.705.1.6.1.0|2|3
|
||||
1.3.6.1.4.1.705.1.6.2.1.2.1.0|2|4080
|
||||
1.3.6.1.4.1.705.1.6.2.1.2.2.0|2|4090
|
||||
1.3.6.1.4.1.705.1.6.2.1.2.3.0|2|4080
|
||||
1.3.6.1.4.1.705.1.6.2.1.2.1.0|2|4090
|
||||
1.3.6.1.4.1.705.1.6.2.1.2.2.0|2|4100
|
||||
1.3.6.1.4.1.705.1.6.2.1.2.3.0|2|4100
|
||||
1.3.6.1.4.1.705.1.6.2.1.3.1.0|2|500
|
||||
1.3.6.1.4.1.705.1.6.2.1.3.2.0|2|500
|
||||
1.3.6.1.4.1.705.1.6.2.1.3.3.0|2|500
|
||||
1.3.6.1.4.1.705.1.6.2.1.6.1.0|2|370
|
||||
1.3.6.1.4.1.705.1.6.2.1.6.2.0|2|350
|
||||
1.3.6.1.4.1.705.1.6.2.1.6.3.0|2|370
|
||||
1.3.6.1.4.1.705.1.6.2.1.6.2.0|2|370
|
||||
1.3.6.1.4.1.705.1.6.2.1.6.3.0|2|380
|
||||
1.3.6.1.4.1.705.1.6.3.0|2|2
|
||||
1.3.6.1.4.1.705.1.6.4.0|2|1
|
||||
1.3.6.1.4.1.705.1.7.1.0|2|3
|
||||
1.3.6.1.4.1.705.1.7.2.1.2.1.0|2|4000
|
||||
1.3.6.1.4.1.705.1.7.2.1.2.2.0|2|3990
|
||||
1.3.6.1.4.1.705.1.7.2.1.2.3.0|2|3990
|
||||
1.3.6.1.4.1.705.1.7.2.1.3.1.0|2|490
|
||||
1.3.6.1.4.1.705.1.7.2.1.3.2.0|2|490
|
||||
1.3.6.1.4.1.705.1.7.2.1.3.3.0|2|490
|
||||
1.3.6.1.4.1.705.1.7.2.1.4.1.0|2|10
|
||||
1.3.6.1.4.1.705.1.7.2.1.2.2.0|2|4000
|
||||
1.3.6.1.4.1.705.1.7.2.1.2.3.0|2|4000
|
||||
1.3.6.1.4.1.705.1.7.2.1.3.1.0|2|500
|
||||
1.3.6.1.4.1.705.1.7.2.1.3.2.0|2|500
|
||||
1.3.6.1.4.1.705.1.7.2.1.3.3.0|2|500
|
||||
1.3.6.1.4.1.705.1.7.2.1.4.1.0|2|9
|
||||
1.3.6.1.4.1.705.1.7.2.1.4.2.0|2|7
|
||||
1.3.6.1.4.1.705.1.7.2.1.4.3.0|2|9
|
||||
1.3.6.1.4.1.705.1.7.2.1.5.1.0|2|390
|
||||
1.3.6.1.4.1.705.1.7.2.1.5.2.0|2|260
|
||||
1.3.6.1.4.1.705.1.7.2.1.5.3.0|2|330
|
||||
1.3.6.1.4.1.705.1.7.2.1.4.3.0|2|11
|
||||
1.3.6.1.4.1.705.1.7.2.1.5.1.0|2|350
|
||||
1.3.6.1.4.1.705.1.7.2.1.5.2.0|2|270
|
||||
1.3.6.1.4.1.705.1.7.2.1.5.3.0|2|410
|
||||
1.3.6.1.4.1.705.1.7.3.0|2|2
|
||||
1.3.6.1.4.1.705.1.7.4.0|2|2
|
||||
1.3.6.1.4.1.705.1.7.7.0|2|2
|
||||
Reference in New Issue
Block a user