Added Liebert HPM support (#12747)

* Fixed problem where  was still set at next loop

* Added support for more sensors

* Added testdata

* nobulk because otherwise snmp timeouts
This commit is contained in:
martinberg 2021-04-14 15:39:16 +02:00 committed by GitHub
parent 6241df2d74
commit b17b3069c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1121 additions and 1 deletions

View File

@ -1,4 +1,4 @@
mib: LIEBERT-GP-AGENT-MIB:LIEBERT-GP-PDU-MIB
mib: LIEBERT-GP-AGENT-MIB:LIEBERT-GP-PDU-MIB:LIEBERT-GP-ENVIRONMENTAL-MIB
modules:
sensors:
temperature:
@ -14,6 +14,12 @@ modules:
low_warn_limit: lgpPduAuxMeasTempThrshldUndrWarnDegC
warn_limit: lgpPduAuxMeasTempThrshldOvrWarnDegC
high_limit: lgpPduAuxMeasTempThrshldOvrAlmDegC
-
oid: lgpEnvTemperatureTableDegC
value: lgpEnvTemperatureSetPointDegC
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.6.{{ $index }}'
descr: 'Setpoint for {{ $lgpEnvTemperatureDescrDegC }}'
index: 'lgpEnvTemperatureSetPointDegC.{{ $index }}'
humidity:
data:
-
@ -69,6 +75,13 @@ modules:
descr: 'Utilization Percent {{ $lgpPduRbEntryUsrLabel }}'
index: 'lgpPduRbEntryEcAvailBeforeAlarmHundredths.{{ $index }}'
divisor: 10
-
oid: lgpEnvOperationalTimeTable
value: lgpEnvOperationTimeValue
group: 'Operating Time'
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.4.32.1.5.{{ $index }}'
descr: '{{ $lgpEnvOperationTimePoint }} - ID {{ $lgpEnvOperationTimeSubID }}'
index: ' .1.3.6.1.4.1.476.1.42.3.4.4.32.1.1.{{ $index }}'
state:
data:
-
@ -113,3 +126,137 @@ modules:
- { value: 16, graph: 0, descr: normalWithAlarm, generic: 2 }
- { value: 32, graph: 0, descr: abnormalOperation, generic: 2 }
- { value: 64, graph: 0, descr: unknownCommFailure, generic: 2 }
-
oid: lgpEnvStateFan
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.7.{{ $index }}'
descr: 'System Fan Status'
index: 'lgpEnvStateFan.{{ $index }}'
states:
- { value: 1, graph: 0, descr: 'on', generic: 0 }
- { value: 2, graph: 0, descr: 'off', generic: 1 }
-
oid: lgpEnvStateSystem
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.1.{{ $index }}'
descr: 'System Status'
index: 'lgpEnvStateSystem.{{ $index }}'
states:
- { value: 1, graph: 0, descr: 'on', generic: 0 }
- { value: 2, graph: 1, descr: 'off', generic: 1 }
- { value: 3, graph: 2, descr: 'standby', generic: 0 }
-
oid: lgpEnvStateCooling
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.2.{{ $index }}'
descr: 'Cooling Subsystem Status'
index: 'lgpEnvStateCooling.{{ $index }}'
states:
- { value: 1, graph: 0, descr: 'on', generic: 0 }
- { value: 2, graph: 0, descr: 'off', generic: 1 }
-
oid: lgpEnvStateHumidifying
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.4.{{ $index }}'
descr: 'Humidifier Subsystem Status'
index: 'lgpEnvStateHumidifying.{{ $index }}'
states:
- { value: 1, graph: 0, descr: 'on', generic: 0 }
- { value: 2, graph: 0, descr: 'off', generic: 1 }
-
oid: lgpEnvStateDehumidifying
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.5.{{ $index }}'
descr: 'Dehumidifier Subsystem Status'
index: 'lgpEnvStateDehumidifying.{{ $index }}'
states:
- { value: 1, graph: 0, descr: 'on', generic: 0 }
- { value: 2, graph: 0, descr: 'off', generic: 1 }
-
oid: lgpEnvStateFan
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.7.{{ $index }}'
descr: 'System Fan Status'
index: 'lgpEnvStateFan.{{ $index }}'
states:
- { value: 1, graph: 0, descr: 'on', generic: 0 }
- { value: 2, graph: 0, descr: 'off', generic: 1 }
-
oid: lgpEnvStateGeneralAlarmOutput
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.8.{{ $index }}'
descr: 'General Alarm Status'
index: 'lgpEnvStateGeneralAlarmOutput.{{ $index }}'
states:
- { value: 1, graph: 0, descr: 'on', generic: 2 }
- { value: 2, graph: 0, descr: 'off', generic: 0 }
-
oid: lgpEnvStateAudibleAlarm
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.11.{{ $index }}'
descr: 'Audible Alarm Status'
index: 'lgpEnvStateAudibleAlarm.{{ $index }}'
states:
- { value: 1, graph: 0, descr: 'on', generic: 2 }
- { value: 2, graph: 0, descr: 'off', generic: 0 }
-
oid: lgpEnvStateOperatingReason
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.14.{{ $index }}'
descr: 'Operating State Reason'
index: 'lgpEnvStateOperatingReason.{{ $index }}'
states:
- { value: 1, graph: 0, descr: 'none', generic: 0 }
- { value: 2, graph: 1, descr: 'localUser', generic: 0 }
- { value: 3, graph: 2, descr: 'alarm', generic: 0 }
- { value: 4, graph: 3, descr: 'schedule', generic: 0 }
- { value: 5, graph: 4, descr: 'remoteUser', generic: 0 }
- { value: 6, graph: 5, descr: 'externalDevice', generic: 0 }
- { value: 7, graph: 6, descr: 'localDisplay', generic: 0 }
-
oid: lgpEnvStateOperatingMode
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.15.{{ $index }}'
descr: 'Operating Mode'
index: 'lgpEnvStateOperatingMode.{{ $index }}'
states:
- { value: 1, graph: 0, descr: 'auto', generic: 0 }
- { value: 2, graph: 1, descr: 'manual', generic: 0 }
-
oid: lgpEnvStateElectricHeater
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.21.{{ $index }}'
descr: 'Electric Heaters Status'
index: 'lgpEnvStateElectricHeater.{{ $index }}'
states:
- { value: 1, graph: 0, descr: 'on', generic: 0 }
- { value: 2, graph: 1, descr: 'off', generic: 0 }
-
oid: lgpEnvStateHotWater
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.22.{{ $index }}'
descr: 'Hot Water System Status'
index: 'lgpEnvStateHotWater.{{ $index }}'
states:
- { value: 1, graph: 0, descr: 'on', generic: 0 }
- { value: 2, graph: 1, descr: 'off', generic: 0 }
percent:
data:
-
oid: lgpEnvStateCoolingCapacity
value: lgpEnvStateCoolingCapacity
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.9.{{ $index }}'
descr: 'Cooling Capacity Usage'
index: 'lgpEnvStateCoolingCapacity.{{ $index }}'
-
oid: lgpEnvStateFanCapacity
value: lgpEnvStateFanCapacity
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.16.{{ $index }}'
descr: 'Fan Capacity Usage'
index: 'lgpEnvStateFanCapacity.{{ $index }}'
-
oid: lgpEnvStateFreeCoolingCapacity
value: lgpEnvStateFreeCoolingCapacity
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.17.{{ $index }}'
descr: 'Free Cooling Capacity Usage'
index: 'lgpEnvStateFreeCoolingCapacity.{{ $index }}'
-
oid: lgpEnvStateDehumidifyingCapacity
value: lgpEnvStateDehumidifyingCapacity
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.18.{{ $index }}'
descr: 'Dehumidifying Capacity Usage'
index: 'lgpEnvStateDehumidifyingCapacity.{{ $index }}'
-
oid: lgpEnvStateHumidifyingCapacity
value: lgpEnvStateHumidifyingCapacity
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.19.{{ $index }}'
descr: 'Humidifying Capacity Usage'
index: 'lgpEnvStateHumidifyingCapacity.{{ $index }}'

View File

@ -2,6 +2,7 @@ os: liebert
text: Liebert
type: power
icon: vertiv
nobulk: true
mib_dir: liebert
rfc1628_compat: true
discovery:

View File

@ -42,6 +42,7 @@ foreach ($lib_data as $index => $data) {
if (is_numeric($current)) {
$descr = $data['lgpEnvTemperatureDescrDegC'];
discover_sensor($valid['sensor'], 'temperature', $device, $oid, $new_index, 'liebert', $descr, $divisor, 1, $low_limit, null, null, $high_limit, $current / $divisor);
unset($current);
}
}

View File

@ -0,0 +1,879 @@
{
"sensors": {
"discovery": {
"sensors": [
{
"sensor_deleted": 0,
"sensor_class": "count",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.4.32.1.5.1",
"sensor_index": " .1.3.6.1.4.1.476.1.42.3.4.4.32.1.1.1",
"sensor_type": "liebert",
"sensor_descr": "lgpEnvFanPoint - ID 1",
"group": "Operating Time",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 5353,
"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,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "count",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.4.32.1.5.2",
"sensor_index": " .1.3.6.1.4.1.476.1.42.3.4.4.32.1.1.2",
"sensor_type": "liebert",
"sensor_descr": "lgpEnvElectricHeaterPoint - ID 1",
"group": "Operating Time",
"sensor_divisor": 1,
"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,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "count",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.4.32.1.5.3",
"sensor_index": " .1.3.6.1.4.1.476.1.42.3.4.4.32.1.1.3",
"sensor_type": "liebert",
"sensor_descr": "lgpEnvElectricHeaterPoint - ID 2",
"group": "Operating Time",
"sensor_divisor": 1,
"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,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "count",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.4.32.1.5.4",
"sensor_index": " .1.3.6.1.4.1.476.1.42.3.4.4.32.1.1.4",
"sensor_type": "liebert",
"sensor_descr": "lgpEnvElectricHeaterPoint - ID 3",
"group": "Operating Time",
"sensor_divisor": 1,
"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,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "count",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.4.32.1.5.5",
"sensor_index": " .1.3.6.1.4.1.476.1.42.3.4.4.32.1.1.5",
"sensor_type": "liebert",
"sensor_descr": "lgpEnvHumidifierPoint - ID 1",
"group": "Operating Time",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 66,
"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,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "count",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.4.32.1.5.6",
"sensor_index": " .1.3.6.1.4.1.476.1.42.3.4.4.32.1.1.6",
"sensor_type": "liebert",
"sensor_descr": "lgpEnvDehumidifierPoint - ID 1",
"group": "Operating Time",
"sensor_divisor": 1,
"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,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "humidity",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.3.1",
"sensor_index": "lgpEnvHumidityMeasurementRel.1",
"sensor_type": "liebert",
"sensor_descr": "lgpEnvControlHumidity",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 34,
"sensor_limit": 80,
"sensor_limit_warn": null,
"sensor_limit_low": 1,
"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": "humidity",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.3.2",
"sensor_index": "lgpEnvHumidityMeasurementRel.2",
"sensor_type": "liebert",
"sensor_descr": "lgpEnvReturnAirHumidity",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 34,
"sensor_limit": 80,
"sensor_limit_warn": null,
"sensor_limit_low": 1,
"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": "percent",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.9.0",
"sensor_index": "lgpEnvStateCoolingCapacity.0",
"sensor_type": "liebert",
"sensor_descr": "Cooling Capacity Usage",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 13,
"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,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "percent",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.18.0",
"sensor_index": "lgpEnvStateDehumidifyingCapacity.0",
"sensor_type": "liebert",
"sensor_descr": "Dehumidifying Capacity Usage",
"group": null,
"sensor_divisor": 1,
"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,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "percent",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.16.0",
"sensor_index": "lgpEnvStateFanCapacity.0",
"sensor_type": "liebert",
"sensor_descr": "Fan Capacity Usage",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 50,
"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,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "percent",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.17.0",
"sensor_index": "lgpEnvStateFreeCoolingCapacity.0",
"sensor_type": "liebert",
"sensor_descr": "Free Cooling Capacity Usage",
"group": null,
"sensor_divisor": 1,
"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,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "percent",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.19.0",
"sensor_index": "lgpEnvStateHumidifyingCapacity.0",
"sensor_type": "liebert",
"sensor_descr": "Humidifying Capacity Usage",
"group": null,
"sensor_divisor": 1,
"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,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.11.0",
"sensor_index": "lgpEnvStateAudibleAlarm.0",
"sensor_type": "lgpEnvStateAudibleAlarm",
"sensor_descr": "Audible Alarm Status",
"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,
"state_name": "lgpEnvStateAudibleAlarm"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.2.0",
"sensor_index": "lgpEnvStateCooling.0",
"sensor_type": "lgpEnvStateCooling",
"sensor_descr": "Cooling Subsystem Status",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1,
"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,
"state_name": "lgpEnvStateCooling"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.5.0",
"sensor_index": "lgpEnvStateDehumidifying.0",
"sensor_type": "lgpEnvStateDehumidifying",
"sensor_descr": "Dehumidifier Subsystem Status",
"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,
"state_name": "lgpEnvStateDehumidifying"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.21.0",
"sensor_index": "lgpEnvStateElectricHeater.0",
"sensor_type": "lgpEnvStateElectricHeater",
"sensor_descr": "Electric Heaters Status",
"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,
"state_name": "lgpEnvStateElectricHeater"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.7.0",
"sensor_index": "lgpEnvStateFan.0",
"sensor_type": "lgpEnvStateFan",
"sensor_descr": "System Fan Status",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1,
"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,
"state_name": "lgpEnvStateFan"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.8.0",
"sensor_index": "lgpEnvStateGeneralAlarmOutput.0",
"sensor_type": "lgpEnvStateGeneralAlarmOutput",
"sensor_descr": "General Alarm Status",
"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,
"state_name": "lgpEnvStateGeneralAlarmOutput"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.22.0",
"sensor_index": "lgpEnvStateHotWater.0",
"sensor_type": "lgpEnvStateHotWater",
"sensor_descr": "Hot Water System Status",
"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,
"state_name": "lgpEnvStateHotWater"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.4.0",
"sensor_index": "lgpEnvStateHumidifying.0",
"sensor_type": "lgpEnvStateHumidifying",
"sensor_descr": "Humidifier Subsystem Status",
"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,
"state_name": "lgpEnvStateHumidifying"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.15.0",
"sensor_index": "lgpEnvStateOperatingMode.0",
"sensor_type": "lgpEnvStateOperatingMode",
"sensor_descr": "Operating Mode",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1,
"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,
"state_name": "lgpEnvStateOperatingMode"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.14.0",
"sensor_index": "lgpEnvStateOperatingReason.0",
"sensor_type": "lgpEnvStateOperatingReason",
"sensor_descr": "Operating State Reason",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1,
"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,
"state_name": "lgpEnvStateOperatingReason"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.3.1.0",
"sensor_index": "lgpEnvStateSystem.0",
"sensor_type": "lgpEnvStateSystem",
"sensor_descr": "System Status",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1,
"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,
"state_name": "lgpEnvStateSystem"
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.3.1",
"sensor_index": "lgpEnvTemperatureDescrDegC.1",
"sensor_type": "liebert",
"sensor_descr": "lgpEnvControlTemperature",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 24,
"sensor_limit": 30,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"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": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.3.3",
"sensor_index": "lgpEnvTemperatureDescrDegC.3",
"sensor_type": "liebert",
"sensor_descr": "lgpEnvReturnAirTemperature",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 24,
"sensor_limit": 30,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"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": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.6.2",
"sensor_index": "lgpEnvTemperatureSetPointDegC.2",
"sensor_type": "liebert",
"sensor_descr": "Setpoint for lgpEnvSupplyAirTemperature",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 18,
"sensor_limit": 38,
"sensor_limit_warn": null,
"sensor_limit_low": 8,
"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": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.6.3",
"sensor_index": "lgpEnvTemperatureSetPointDegC.3",
"sensor_type": "liebert",
"sensor_descr": "Setpoint for lgpEnvReturnAirTemperature",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 24,
"sensor_limit": 44,
"sensor_limit_warn": null,
"sensor_limit_low": 14,
"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
}
],
"state_indexes": [
{
"state_name": "lgpEnvStateAudibleAlarm",
"state_descr": "on",
"state_draw_graph": 0,
"state_value": 1,
"state_generic_value": 2
},
{
"state_name": "lgpEnvStateAudibleAlarm",
"state_descr": "off",
"state_draw_graph": 0,
"state_value": 2,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateCooling",
"state_descr": "on",
"state_draw_graph": 0,
"state_value": 1,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateCooling",
"state_descr": "off",
"state_draw_graph": 0,
"state_value": 2,
"state_generic_value": 1
},
{
"state_name": "lgpEnvStateDehumidifying",
"state_descr": "on",
"state_draw_graph": 0,
"state_value": 1,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateDehumidifying",
"state_descr": "off",
"state_draw_graph": 0,
"state_value": 2,
"state_generic_value": 1
},
{
"state_name": "lgpEnvStateElectricHeater",
"state_descr": "on",
"state_draw_graph": 0,
"state_value": 1,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateElectricHeater",
"state_descr": "off",
"state_draw_graph": 1,
"state_value": 2,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateFan",
"state_descr": "on",
"state_draw_graph": 0,
"state_value": 1,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateFan",
"state_descr": "off",
"state_draw_graph": 0,
"state_value": 2,
"state_generic_value": 1
},
{
"state_name": "lgpEnvStateGeneralAlarmOutput",
"state_descr": "on",
"state_draw_graph": 0,
"state_value": 1,
"state_generic_value": 2
},
{
"state_name": "lgpEnvStateGeneralAlarmOutput",
"state_descr": "off",
"state_draw_graph": 0,
"state_value": 2,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateHotWater",
"state_descr": "on",
"state_draw_graph": 0,
"state_value": 1,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateHotWater",
"state_descr": "off",
"state_draw_graph": 1,
"state_value": 2,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateHumidifying",
"state_descr": "on",
"state_draw_graph": 0,
"state_value": 1,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateHumidifying",
"state_descr": "off",
"state_draw_graph": 0,
"state_value": 2,
"state_generic_value": 1
},
{
"state_name": "lgpEnvStateOperatingMode",
"state_descr": "auto",
"state_draw_graph": 0,
"state_value": 1,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateOperatingMode",
"state_descr": "manual",
"state_draw_graph": 1,
"state_value": 2,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateOperatingReason",
"state_descr": "none",
"state_draw_graph": 0,
"state_value": 1,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateOperatingReason",
"state_descr": "localUser",
"state_draw_graph": 1,
"state_value": 2,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateOperatingReason",
"state_descr": "alarm",
"state_draw_graph": 2,
"state_value": 3,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateOperatingReason",
"state_descr": "schedule",
"state_draw_graph": 3,
"state_value": 4,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateOperatingReason",
"state_descr": "remoteUser",
"state_draw_graph": 4,
"state_value": 5,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateOperatingReason",
"state_descr": "externalDevice",
"state_draw_graph": 5,
"state_value": 6,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateOperatingReason",
"state_descr": "localDisplay",
"state_draw_graph": 6,
"state_value": 7,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateSystem",
"state_descr": "on",
"state_draw_graph": 0,
"state_value": 1,
"state_generic_value": 0
},
{
"state_name": "lgpEnvStateSystem",
"state_descr": "off",
"state_draw_graph": 1,
"state_value": 2,
"state_generic_value": 1
},
{
"state_name": "lgpEnvStateSystem",
"state_descr": "standby",
"state_draw_graph": 2,
"state_value": 3,
"state_generic_value": 0
}
]
},
"poller": "matches discovery"
}
}

View File

@ -0,0 +1,92 @@
1.3.6.1.2.1.1.1.0|4|Uninitialized
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.476.1.42
1.3.6.1.2.1.1.3.0|67|34339337
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.1.1|66|1
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.1.2|66|2
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.1.3|66|3
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.2.1|6|1.3.6.1.4.1.476.1.42.3.4.1.1.1
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.2.2|6|1.3.6.1.4.1.476.1.42.3.4.1.1.3
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.2.3|6|1.3.6.1.4.1.476.1.42.3.4.1.1.2
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.3.1|2|24
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.3.3|2|24
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.4.1|2|30
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.4.3|2|30
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.5.1|2|15
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.5.3|2|15
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.6.2|2|18
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.6.3|2|24
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.7.1|2|24
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.8.1|2|24
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.9.1|2|10
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.10.1|2|12
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.11.1|2|56
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.12.1|2|9
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.13.1|2|16
1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.14.1|2|25
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.1.1|66|1
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.1.2|66|2
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.2.1|6|1.3.6.1.4.1.476.1.42.3.4.2.1.1
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.2.2|6|1.3.6.1.4.1.476.1.42.3.4.2.1.2
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.3.1|2|34
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.3.2|2|34
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.4.1|2|80
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.4.2|2|80
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.5.1|2|1
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.5.2|2|1
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.6.2|2|35
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.7.1|2|37
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.8.1|2|33
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.9.1|2|4
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.10.1|2|10
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.11.1|2|39
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.12.1|2|13
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.13.1|2|59
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.14.1|2|34
1.3.6.1.4.1.476.1.42.3.4.3.1.0|2|1
1.3.6.1.4.1.476.1.42.3.4.3.2.0|2|1
1.3.6.1.4.1.476.1.42.3.4.3.4.0|2|2
1.3.6.1.4.1.476.1.42.3.4.3.5.0|2|2
1.3.6.1.4.1.476.1.42.3.4.3.7.0|2|1
1.3.6.1.4.1.476.1.42.3.4.3.8.0|2|2
1.3.6.1.4.1.476.1.42.3.4.3.9.0|66|13
1.3.6.1.4.1.476.1.42.3.4.3.11.0|2|2
1.3.6.1.4.1.476.1.42.3.4.3.14.0|2|1
1.3.6.1.4.1.476.1.42.3.4.3.15.0|2|1
1.3.6.1.4.1.476.1.42.3.4.3.16.0|66|50
1.3.6.1.4.1.476.1.42.3.4.3.17.0|66|0
1.3.6.1.4.1.476.1.42.3.4.3.18.0|66|0
1.3.6.1.4.1.476.1.42.3.4.3.19.0|66|0
1.3.6.1.4.1.476.1.42.3.4.3.21.0|2|2
1.3.6.1.4.1.476.1.42.3.4.3.22.0|2|2
1.3.6.1.4.1.476.1.42.3.4.4.32.1.2.1|6|1.3.6.1.4.1.476.1.42.3.4.7.1.1
1.3.6.1.4.1.476.1.42.3.4.4.32.1.2.2|6|1.3.6.1.4.1.476.1.42.3.4.7.1.3
1.3.6.1.4.1.476.1.42.3.4.4.32.1.2.3|6|1.3.6.1.4.1.476.1.42.3.4.7.1.3
1.3.6.1.4.1.476.1.42.3.4.4.32.1.2.4|6|1.3.6.1.4.1.476.1.42.3.4.7.1.3
1.3.6.1.4.1.476.1.42.3.4.4.32.1.2.5|6|1.3.6.1.4.1.476.1.42.3.4.7.1.5
1.3.6.1.4.1.476.1.42.3.4.4.32.1.2.6|6|1.3.6.1.4.1.476.1.42.3.4.7.1.6
1.3.6.1.4.1.476.1.42.3.4.4.32.1.3.1|2|1
1.3.6.1.4.1.476.1.42.3.4.4.32.1.3.2|2|1
1.3.6.1.4.1.476.1.42.3.4.4.32.1.3.3|2|2
1.3.6.1.4.1.476.1.42.3.4.4.32.1.3.4|2|3
1.3.6.1.4.1.476.1.42.3.4.4.32.1.3.5|2|1
1.3.6.1.4.1.476.1.42.3.4.4.32.1.3.6|2|1
1.3.6.1.4.1.476.1.42.3.4.4.32.1.4.1|6|1.3.6.1.4.1.476.1.42.3.4.8.1.1
1.3.6.1.4.1.476.1.42.3.4.4.32.1.4.2|6|1.3.6.1.4.1.476.1.42.3.4.8.1.1
1.3.6.1.4.1.476.1.42.3.4.4.32.1.4.3|6|1.3.6.1.4.1.476.1.42.3.4.8.1.1
1.3.6.1.4.1.476.1.42.3.4.4.32.1.4.4|6|1.3.6.1.4.1.476.1.42.3.4.8.1.1
1.3.6.1.4.1.476.1.42.3.4.4.32.1.4.5|6|1.3.6.1.4.1.476.1.42.3.4.8.1.1
1.3.6.1.4.1.476.1.42.3.4.4.32.1.4.6|6|1.3.6.1.4.1.476.1.42.3.4.8.1.1
1.3.6.1.4.1.476.1.42.3.4.4.32.1.5.1|2|5353
1.3.6.1.4.1.476.1.42.3.4.4.32.1.5.2|2|0
1.3.6.1.4.1.476.1.42.3.4.4.32.1.5.3|2|0
1.3.6.1.4.1.476.1.42.3.4.4.32.1.5.4|2|0
1.3.6.1.4.1.476.1.42.3.4.4.32.1.5.5|2|66
1.3.6.1.4.1.476.1.42.3.4.4.32.1.5.6|2|0
1.3.6.1.4.1.476.1.42.3.4.4.32.1.6.1|2|0
1.3.6.1.4.1.476.1.42.3.4.4.32.1.6.2|2|0
1.3.6.1.4.1.476.1.42.3.4.4.32.1.6.3|2|0
1.3.6.1.4.1.476.1.42.3.4.4.32.1.6.4|2|0
1.3.6.1.4.1.476.1.42.3.4.4.32.1.6.5|2|0
1.3.6.1.4.1.476.1.42.3.4.4.32.1.6.6|2|0
1.3.6.1.6.3.1.1.6.1.0|2|0