From 917e9d44731686ca2aff481f8128e8e2514640ca Mon Sep 17 00:00:00 2001 From: boudreau Date: Mon, 19 Sep 2016 12:38:06 -0400 Subject: [PATCH] Update apc.inc.php --- includes/discovery/sensors/runtime/apc.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/discovery/sensors/runtime/apc.inc.php b/includes/discovery/sensors/runtime/apc.inc.php index 91258a7f85..f740fe947d 100644 --- a/includes/discovery/sensors/runtime/apc.inc.php +++ b/includes/discovery/sensors/runtime/apc.inc.php @@ -18,4 +18,3 @@ if ($device['os'] == 'apc') { discover_sensor($valid['sensor'], 'runtime', $device, $oid, $index, $type, $descr, $divisor, '1', $low_limit, $low_limit_warn, $warn_limit, $high_limit, $current); } }//end if -