hasAutomaticInventory($item->getID());
if (empty($a_computerextend)) {
return true;
}
echo '
';
echo '';
echo '| '.__('Remote Support').' | ';
echo '
';
echo '';
echo '';
$url .= "" . $a_computerextend['remote_addr'] . "";
if ($url != ""){
echo "VNC connect : ";
echo $url;
echo "
";
}
echo ' | ';
echo '
';
echo '
';
}
static function cronRemotesupport($task) {
Toolbox::logInFile("remotsupport",'Starting search of agents');
return true;
}
static function cronInfo($name) {
return [
'description' => "Agent search remotesupport"];
}
}