mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
nut-ups: adjust Line Nominal limits (#16180)
This commit is contained in:
committed by
GitHub
parent
60fa0d8479
commit
5e3cfd879d
@@ -46,7 +46,7 @@ if (! empty($snmpData)) {
|
||||
$upsnut = [
|
||||
4 => ['descr' => 'Battery Voltage', 'LL' => 0, 'LW' => 0, 'W' => null, 'H' => 60],
|
||||
5 => ['descr' => 'Battery Nominal', 'LL' => 0, 'LW' => 0, 'W' => null, 'H' => 60],
|
||||
6 => ['descr' => 'Line Nominal', 'LL' => 0, 'LW' => 0, 'W' => null, 'H' => 0],
|
||||
6 => ['descr' => 'Line Nominal', 'LL' => null, 'LW' => null, 'W' => null, 'H' => null],
|
||||
7 => ['descr' => 'Input Voltage', 'LL' => 200, 'LW' => 0, 'W' => null, 'H' => 280],
|
||||
];
|
||||
foreach ($snmpData as $index => $upsData) {
|
||||
|
@@ -535,10 +535,10 @@
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 230,
|
||||
"sensor_limit": 0,
|
||||
"sensor_limit": 264.5,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0,
|
||||
"sensor_limit_low_warn": 0,
|
||||
"sensor_limit_low": 195.5,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
|
Reference in New Issue
Block a user