mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@ -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);
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user