MickOToole's Posts

Hi,  i am installing the log insight agent on a windows server and it is asking for the hostname or IP of the aria operation for logs environment. it is a SAAS environment and i cannot see that info... See more...
Hi,  i am installing the log insight agent on a windows server and it is asking for the hostname or IP of the aria operation for logs environment. it is a SAAS environment and i cannot see that info anywhere. seems basic but im am about an hour looking. i was wondering if it might be the cloud proxy ip but it doesn't state that and the documentation is very light on detail. Does anyone know when i get the ip or hostname for the aria operation for logs in VMware cloud environment? 
thank you very much, i was driven crazy tying to find that.
Hi, I am looking to find out where i can get the blueprint id of a cloud template in cloud assembly? I recently took a vcap cma exam and it was a question to filter a subscription to a particular c... See more...
Hi, I am looking to find out where i can get the blueprint id of a cloud template in cloud assembly? I recently took a vcap cma exam and it was a question to filter a subscription to a particular cloud template. the event topic has a parameter called blueprintid that and be used in the subscription condition to achieve this. I have searched everywhere to find it and no luck. if any could help me that would be great.   Regards Michael    
Thanks very for that Fred. Exactly what i was looking for. surprised that the relationship can no be done in the view rather than the supermetric. 
Hi I am looking for some hlp with creating a view in VROPS that will  show a combination of Virtual Machine Information and host information in the same view.  headings would be as:  VM Name, VM OS... See more...
Hi I am looking for some hlp with creating a view in VROPS that will  show a combination of Virtual Machine Information and host information in the same view.  headings would be as:  VM Name, VM OS, Underlying Host, Number of host Sockets, Number of Host physical cores so the first two headings are virtual; machine information and the rest is information relation to the host that the actual virtual machine would reside. i want to have this information all in the same row in the view. its the relationship between the VM and host that i can figure out how to corelate.  i have attached an image of what i want the actual report to look like.  Any help would be greatly appreciated.   
thanks very much for the reply, that explains why i cant get the IF statement to work with the string.  I don't see how i can achieve what i am trying to do with the where clause in VROPs as it look... See more...
thanks very much for the reply, that explains why i cant get the IF statement to work with the string.  I don't see how i can achieve what i am trying to do with the where clause in VROPs as it look like i can only return one value using the where clause. I am trying to return a value for some cluster and a different value for another cluster.   
Hi Folks, hoping someone can help me with this one.  I am trying to do a if then else in a VROPs super metric. Effectively what i am trying to do is to check if the name of the cluster matches a str... See more...
Hi Folks, hoping someone can help me with this one.  I am trying to do a if then else in a VROPs super metric. Effectively what i am trying to do is to check if the name of the cluster matches a string and if it does the value is equal to 3 and if not the value is equal to 4.  This is done in the format: expression_condition ? expression_if_true : expression_if_false. I am trying:  ${adaptertype=VMWARE, objecttype=ClusterComputeResource, attribute=config|name, depth=1}contains"ClusterName" ? 3:4 has anyone achieve something similar. i have tried a few different variations of the above but no joy. I have seen similar stuff done with numeric metrics but not with string values.