public function graphUrl(Narno_Service_Gandi $gandi, $vmId, $target, $deviceId = 0)
 {
     return $gandi->getGraph($vmId, $target, $deviceId);
 }