Change vRealize Desktop Agent polling intervals

When the vRealize Desktop Agent starts up, it checks into the View Adapter in vRealize Operations. The View Adapter installed in vRealize Operations sends configuration data to the vRealize Desktop Agent when the agent starts up. This configuration is listed in the file, /usr/lib/vmware-vcops/user/plugins/inbound/V4V_adapter3/conf/agent-config.xml To change the poll interval change the following parameters: <configuration type="collector" version="1"> <interval>360</interval> <!-- Collector configuration for version 2 agents. --> <configuration type="collector" version="2"> <interval>360</interval> <polls\_per\_interval>1</polls\_per\_interval> <configuration type="collector" version="3"> <interval>360</interval> <polls\_per\_interval>1</polls\_per\_interval> In the v4v-agent log, the following messages would appear showing the collection interval and polls per interval...

May 23, 2016 · 1 min · Jahnin Rajamoni