mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
device: Correct ups-nut sensors (#11113)
* Change ups-nut sensors * Revert the dd-wrt files
This commit is contained in:
@@ -11,7 +11,7 @@ if (!empty($value)) {
|
||||
$lowwarnlimit = 0;
|
||||
$descr = 'Ups Load';
|
||||
|
||||
discover_sensor($valid['sensor'], 'ups_nut', $device, $oids, $index, $type, $descr, 1, 1, $lowlimit, $lowwarnlimit, null, $limit, $value);
|
||||
discover_sensor($valid['sensor'], 'load', $device, $oids, $index, $type, $descr, 1, 1, $lowlimit, $lowwarnlimit, null, $limit, $value);
|
||||
}
|
||||
|
||||
unset($oids);
|
||||
|
||||
Reference in New Issue
Block a user