From aa290106589800a2478ff2a55a384fbd14640647 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sun, 1 May 2011 17:33:43 +0000 Subject: [PATCH] unset lots of things in ucd-mib git-svn-id: http://www.observium.org/svn/observer/trunk@2214 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/polling/ucd-mib.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/polling/ucd-mib.inc.php b/includes/polling/ucd-mib.inc.php index 7c84140c9..46f816321 100755 --- a/includes/polling/ucd-mib.inc.php +++ b/includes/polling/ucd-mib.inc.php @@ -179,4 +179,8 @@ if (is_numeric($load1) && is_numeric($load5) && is_numeric($load10)) $graphs['ucd_load'] = "TRUE"; } +unset($ss, $load1, $load5, $load10, $load_rrd, $la_load_create, $load_raw, $load_get, $snmpdata); +unset($memTotalSwap, $memAvailSwap, $memTotalReal, $memAvailReal, $memTotalFree, $memShared, $memBuffer, $memCached); +unset($key, $mem_rrd, $mem_rrd_create, $collect_oids, $value, $filename, $cpu_rrd, $cpu_rrd_create, $oid); + ?>