From f0337e989c579ea0b46d21eaf89d1d5bf83e614a Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Sun, 14 Jun 2015 15:53:03 +0200 Subject: [PATCH] Minor change to visual name of load sensor --- includes/discovery/load/apc.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/discovery/load/apc.inc.php b/includes/discovery/load/apc.inc.php index 0332872468..d84c9ee620 100644 --- a/includes/discovery/load/apc.inc.php +++ b/includes/discovery/load/apc.inc.php @@ -7,7 +7,7 @@ if ($device['os'] == "apc") { # UPS $oid_array = array( - array('HighPrecOid' => 'upsHighPrecOutputLoad', 'AdvOid' => 'upsAdvOutputLoad', 'type' => 'apc', 'index' => 0, 'descr' => 'Current Load', 'divisor' => 10, 'mib' => '+PowerNet-MIB'), + array('HighPrecOid' => 'upsHighPrecOutputLoad', 'AdvOid' => 'upsAdvOutputLoad', 'type' => 'apc', 'index' => 0, 'descr' => 'Load', 'divisor' => 10, 'mib' => '+PowerNet-MIB'), ); foreach ($oid_array as $item) { $low_limit = NULL;