mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@@ -3,7 +3,7 @@
|
||||
$oids = '.1.3.6.1.4.1.8072.1.3.2.4.1.2.7.117.112.115.45.110.117.116.8';
|
||||
$value = snmp_get($device, $oids, '-Osqnv');
|
||||
|
||||
if (! empty($value)) {
|
||||
if ($value !== false) {
|
||||
$type = 'ups-nut';
|
||||
$index = 8;
|
||||
$limit = 100;
|
||||
|
Reference in New Issue
Block a user