You can also change the interval via the CLI:
C:\\Program Files\\fluid Operations\\eCloudManager\\fvmstorage>cli addOrUpdateNode –help
adds or updates a node entry in agents.xml and stores the credentials
usage: cli addOrUpdateNode
-hostIds <List of Strings> (Optional) for monitoring agents this is a
string: enclosure,pool-name
-agentLocation <String> location where provider can be accessed
-node <String> name of the node
-password <String> (Optional) provider password
-poll <String> (Optional) gather data right away
-pollInterval <Millisecs> (Optional) provider poll interval
-providerClass <String> provider class to use when accessing the
source
-proxyLocation <String> (Optional) location of proxy
-purgeOlderThan <Millisecs> (Optional) Provider drops old objects after
this period
-test <Boolean> (Optional) test login
-user <String> (Optional) provider user
node usually is "VirtualCenter". If you have more than 1, check the agents.xml file.
to set the interval to 2 minutes, use this command:
C:\\Program Files\\fluid Operations\\eCloudManager\\fvmstorage>cli addOrUpdateNode -node VirtualCenter -providerClass com.fluidops.coremgmt.provider.Vc -agentLocation YOUR_VIRTUAL_CENTER_DNS/IP -user USER -password PASSWORD -pollInterval 120000