$req, 'Active' => $active, 'Reading' => $reading, 'Writing' => $writing, 'Waiting' => $waiting, ); $tags = compact('name', 'app_id', 'rrd_name', 'rrd_def'); data_update($device, 'app', $tags, $fields); // Unset the variables we set here unset($nginx, $active, $reading, $writing, $req, $rrd_name, $rrd_def, $tags);