Peter Steenbergen
Peter Steenbergen
Any updates on this? We have a similar issue in our graphs with 'missing' keys, but the days at the x-axes are equal.
Which version of Symfony are you mostly using? There is now a release of 1.5.1 of the PHP Agent which contains several updates since 1.4.x.
Can you help me through with it?
I have created a script generating a console url. But, when I am not loggedin at vSphere with my browser. It shows the vCenter login page. Any idea how to...
Sure thing, it is: ```ruby # Author:: Peter Steenbergen () # License:: Apache License, Version 2.0 require 'chef/knife' require 'chef/knife/base_vsphere_command' require 'rbvmomi' require 'netaddr' require 'socket' require 'openssl' require 'digest/sha1'...
Do you have any idea's?
def build_url_https(vm_host, vm_id, vm_name, server_guid, ticket, thumbprint, locale = 'nl_NL') url = "https://#{vm_host}:7343/console/?vmId=#{vm_id}&vmName=#{vm_name}&serverGuid=#{server_guid}&locale=#{locale}&host=#{vm_host}:443&sessionTicket=#{ticket}&thumbprint=#{thumbprint}" url end This one turned up to be working fine, as well as the vmrc_url method. Will...
That is for version 5.5, but going to upgrade to 6.5 soon. Would be great if that it is possible :D
Do you have an idea how to set this, at which level?
It should be possible: https://github.com/lamw/vghetto-scripts/blob/master/powershell/configurePerVMDKIOPS.ps1 In this PowerShell script the setting can be set. I will look into this, and will give you an update.