Start a Conversation

Unsolved

This post is more than 5 years old

158188

November 22nd, 2012 14:00

Custom Dashboard for VMware

Hello Communities

In the VMware Environment dashboard, the Virtual Machine Quick View displays when the Virtual Machines button within the Monitoring tab is selected:

Virtual Machine Quick View.JPG

Is there any way that I can "extract" this dashboard and put it into a custom dashboard?  I can find the spinning "casino chips" that display the CPU Load, Network I/O, Memory and Disk I/O within the views (Views | VMware | Virtual Machine | VirtualMachine: QuickView Utilzations), but it would be useful to have the complete Virtual Machine Quick View - I don't need any of the tabs at the top, just the Virtual Machine Quick View.

Thanks

Brian

132 Posts

November 22nd, 2012 23:00

It is certainly possible.

The trick is finding the actual object you want, and then wrapping it in your own object with the parameters to pass into the object as desired.

If you are on the dashboard, and you open up the right panel to the design tab, you can trace which components are used to make up that dashboard, as well as what parameters are passed in the context.

One thing which might be an issue is whether the component you want is marked as "public".  Public means that it can be linked to from other modules, including the custom module you create to hold your wrapper object.

You don't want to put your wrapper into the existing VMWare module, since it would then be overwritten during any upgrades.  However, you might have to mark the actual object you want to wrap as public, in order to link to it from a different module.

132 Posts

November 23rd, 2012 12:00

Did you create a new module and then copy the VMware objects to that new module?

I would generally do something like this:

Create a new module:

Configuration -> Definitions, in the uppper definitions window, scroll to the bottom, click the really small green + right below "Other User Definitions".

Enter a name such as "BrianVMwareModule" (no spaces, you'll see why later)

skip the rest, click OK

Create a sub-module under "BrianVMwareModule":

In the upper definitions window, find BrianVMwareModule, select the small down-triangle to it's right, select "add submodule"

Enter a name such as "VMwareCopies", skip the rest, click OK

Copy the Virtual Machine Quick View to the new VMwareCopies submodule:

Find the "Virtual Machine Quick View" object you want to use, might be "system:virtualvmw_monitoring.3"

Select the copy option on the Virtual Machine Quick View object, select "Deep Copy", from the selection list choose the VMwareCopies submodule under BrianVMwareModule, and say OK.

You now have a copy of the Virtual Machine Quick View object, along with all non-public objects underneath it, in the VMwareCopies submodule.

In Definitions, You can select the BrianVMwareModule, then add a new Grid view as the wrapper around the copied Virtual Machine Quick View object, and since that object is under the same module as your new view, you don't have to worry about it being public.   And if you decide you don't need it anymore, you can just delete the VMwareCopies submodule to get rid of all of the components.

November 23rd, 2012 12:00

Thanks, John, my own ideas were along that line, but didn't want to go down that long, complicated-looking route if it was a dead end.  I went into the Design mode, found the Virtual Machine Quick View option, chose Definition from the bottom, Inspected it and copied it.  Now I'm stuck with views I can't delete from within My Definitions!

(Probably due to the system - I've come across DefectID WCF-10256 before )

I'll keep at it.

Brian

November 23rd, 2012 13:00

A lot of progress, thanks John.

However, I'm stuck at the "add a new Grid view as the wrapper around the copied Virtual Machine Quick View object" bit - how do I do this?

As for your first question, no, I didn't create a new module prior to copying the VMware objects.

Cheers

Brian

132 Posts

November 23rd, 2012 16:00

I would start over then, make the module etc as described, and then re-copy the objects. 

As to making the wrapper, you've some learning curve to get through with WCF, the development environment.

In the Help, type in Web Component Tutorial, that's where I would start.

November 26th, 2012 14:00

Ah!  So not as easy as we were led to believe then!

Thanks, John, looks like we've got a lot more work to do then.

Brian

No Events found!

Top