unset lots of things in ucd-mib

git-svn-id: http://www.observium.org/svn/observer/trunk@2214 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong 2011-05-01 17:33:43 +00:00
parent 6e5558db82
commit aa29010658

View File

@ -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);
?>