cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

VMWare - Monitoring Extension

Dietrich.Meier
Architect

We are looking to use the VMWare - Monitoring Extension

I need some clarification if this extension uses Vcenter or if host info needs to be captured in the config file for each VM and Host managed by Vcenter?
The documentation is not very clear on that or the specific permissions required for the user that does authentication.
See image below for reference.

What is the difference between the "host" in the servers section at the top of the config and the "host" in the hostconfig section further down. Which one do we use if our client's Vcenter is managing 200 Hosts?

config.ymlconfig.yml

4 REPLIES 4

Arun.Dasetty
AppDynamics Team

Hi Dietrich,

The first occurrence of attribute "host" in config.yml below could be used to configure address of the vCenter host.
 - displayName: ""
    host: ""
And the second occurrence of the "host" under hostConfig section like in below section is used to provide the hosts details hosted in vCenter.
hostConfig:
      - host: ""
        vms: ["*"]

 



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Hi Arun

Thanks for the input.
Do you know anything more about the permissions the user account requires that authenticates with vCenter?

Atyuha.Pal
AppDynamics Team

Hi Dietrich

It seems it needs admin/root-level permission.

Regards,Atyuha



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Dietrich.Meier
Architect

Thanks for the input Arun and Atyuha.

I am marking this as solved as I got the answers I needed. Just waiting for the client to come back to me before we can proceed with the actual testing.

Dietrich