From 9dae938d28e2ae63229cd6a40028f1ab84537ef1 Mon Sep 17 00:00:00 2001 From: Rasmus Aberg Date: Tue, 21 Jul 2015 20:39:13 +0200 Subject: [PATCH] fixed formatting --- includes/discovery/fanspeeds/extreme.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/discovery/fanspeeds/extreme.inc.php b/includes/discovery/fanspeeds/extreme.inc.php index 414cc4d018..983172d850 100644 --- a/includes/discovery/fanspeeds/extreme.inc.php +++ b/includes/discovery/fanspeeds/extreme.inc.php @@ -13,7 +13,7 @@ if ($device['os'] == 'xos') { $index = $matches[1]; // substract 100 from index to start from 1 instead of 101 $modindex = ($index - 100); - $oid = "1.3.6.1.4.1.1916.1.1.1.9.1.4.$index"; + $oid = "1.3.6.1.4.1.1916.1.1.1.9.1.4.$index"; $value = snmp_get($device, $oid, '-Oqv', 'EXTREME-BASE-MIB'); $descr = "Fan Speed $modindex"; // round function used to round limit values to hundreds to avoid h/w/l limits being changed on every discovery as a change of 1rpm for fan speed would cause the limit values to change since they're dynamically calculated