mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Liebert: use correct description oid (#14489)
* Update liebert.json * Update liebert.inc.php
This commit is contained in:
@@ -82,7 +82,7 @@ foreach (array_keys($ps_data) as $index) {
|
||||
|
||||
$oid = '.1.3.6.1.4.1.476.1.42.3.8.30.20.1.70.' . $index;
|
||||
$type = 'liebert';
|
||||
$descr = trim('Neutral ' . $ps_data[$index]['lgpPduPsLineEntryId']);
|
||||
$descr = trim('Neutral ' . $ps_data[$index]['lgpPduPsEntryId']);
|
||||
$divisor = 10;
|
||||
$multiplier = 1;
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.8.30.20.1.70.1.1",
|
||||
"sensor_index": "1.1lgpPduPsEntryEcNeutral",
|
||||
"sensor_type": "liebert",
|
||||
"sensor_descr": "Neutral",
|
||||
"sensor_descr": "Neutral 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
@@ -734,7 +734,7 @@
|
||||
"sensor_oid": ".1.3.6.1.4.1.476.1.42.3.8.30.20.1.70.1.1",
|
||||
"sensor_index": "1.1lgpPduPsEntryEcNeutral",
|
||||
"sensor_type": "liebert",
|
||||
"sensor_descr": "Neutral",
|
||||
"sensor_descr": "Neutral 1",
|
||||
"group": null,
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
|
||||
Reference in New Issue
Block a user