Fixed battery remain time limits (#10604)

This commit is contained in:
Vitali Kari 2019-09-16 20:40:47 +02:00 committed by PipoCanaja
parent 82ea950263
commit d674c8cefd
4 changed files with 14 additions and 14 deletions

View File

@ -374,5 +374,5 @@ modules:
value: batteryTimeLeftValue value: batteryTimeLeftValue
num_oid: '.1.3.6.1.4.1.12148.10.10.8.5.{{ $index }}' num_oid: '.1.3.6.1.4.1.12148.10.10.8.5.{{ $index }}'
descr: batteryTimeLeftDescription descr: batteryTimeLeftDescription
warn_limit: batteryTimeLeftMinorAlarmLevel low_warn_limit: batteryTimeLeftMinorAlarmLevel
high_limit: batteryTimeLeftMajorAlarmLevel low_limit: batteryTimeLeftMajorAlarmLevel

View File

@ -148,10 +148,10 @@
"sensor_divisor": 1, "sensor_divisor": 1,
"sensor_multiplier": 1, "sensor_multiplier": 1,
"sensor_current": 356, "sensor_current": 356,
"sensor_limit": 20, "sensor_limit": null,
"sensor_limit_warn": 25, "sensor_limit_warn": null,
"sensor_limit_low": null, "sensor_limit_low": 20,
"sensor_limit_low_warn": null, "sensor_limit_low_warn": 25,
"sensor_alert": 1, "sensor_alert": 1,
"sensor_custom": "No", "sensor_custom": "No",
"entPhysicalIndex": null, "entPhysicalIndex": null,

View File

@ -172,10 +172,10 @@
"sensor_divisor": 1, "sensor_divisor": 1,
"sensor_multiplier": 1, "sensor_multiplier": 1,
"sensor_current": 4500, "sensor_current": 4500,
"sensor_limit": 20, "sensor_limit": null,
"sensor_limit_warn": 25, "sensor_limit_warn": null,
"sensor_limit_low": null, "sensor_limit_low": 20,
"sensor_limit_low_warn": null, "sensor_limit_low_warn": 25,
"sensor_alert": 1, "sensor_alert": 1,
"sensor_custom": "No", "sensor_custom": "No",
"entPhysicalIndex": null, "entPhysicalIndex": null,

View File

@ -172,10 +172,10 @@
"sensor_divisor": 1, "sensor_divisor": 1,
"sensor_multiplier": 1, "sensor_multiplier": 1,
"sensor_current": 1082, "sensor_current": 1082,
"sensor_limit": 20, "sensor_limit": null,
"sensor_limit_warn": 25, "sensor_limit_warn": null,
"sensor_limit_low": null, "sensor_limit_low": 20,
"sensor_limit_low_warn": null, "sensor_limit_low_warn": 25,
"sensor_alert": 1, "sensor_alert": 1,
"sensor_custom": "No", "sensor_custom": "No",
"entPhysicalIndex": null, "entPhysicalIndex": null,