From b93befd9ee42739e9d2b2ecc948d7d1acd3789b0 Mon Sep 17 00:00:00 2001 From: zhouqi <329158416@qq.com> Date: Fri, 31 Mar 2023 10:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_scandev.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_scandev.php b/test_scandev.php index 5fa19c0..9252ea6 100644 --- a/test_scandev.php +++ b/test_scandev.php @@ -91,7 +91,7 @@ function scanDev($ip, $community) $cpusort = $baseinfo[2]; $uptime = $baseinfo[3]; $hostname = $baseinfo[4]; - $ram_percent = $snmpReturn[5]; + $ram_percent = $baseinfo[5]; // $used_ram = $snmpReturn[6]; // $fumv = $snmpReturn[7]; }