# The VMWare API URL
serviceurl=https://RUN-SRV-VCEN-P:/sdk
# The username to use to connect to the VMWare API
username=zab.vcentre@***.local
# The password to use to connect to the VMWare API
password=******************
# The IP address vmbix will listen to
bindaddress=127.0.0.1
# The port vmbix will listen to
listenport=12050
# The pid file that the vmbix daemon will use
pidfile=/var/run/vmbix.pid
# The interval for performance metrics queries (defaults to 300s)
interval=300
# Use the VMWare UUID to identify objects (defaults to false)
useuuid=false
# The VM cache TTL (defaults to 15mn)
vmCacheTtl=5
# The hypervisor cache TTL (defaults to 15mn)
esxiCacheTtl=5
# The datastore cache TTL (defaults to 15mn)
dsCacheTtl=5
# The performance counter ID cache TTL (defaults to 15mn)
perfIdCacheTtl=5
# The performance counter cache TTL (defaults to 15mn)
counterCacheTtl=5
# The host runtime info cache TTL (defaults to 15mn)
hriCacheTtl=5
# The cluster cache TTL (defaults to 15mn)
clCacheTtl=5
# The VM cache size (defaults to 1000, recommended : vm count + n)
vmCacheSize=1000
# The hypervisor cache size (defaults to 100, recommended : esx count + n)
esxiCacheSize=100
# The datastore cache size (defaults to 100, recommended : ds count + n)
dsCacheSize=500
# The perfomance counter ID cache size (defaults to 1000)
perfIdCacheSize=1000
# The perfomance counter cache size (defaults to 1000)
counterCacheSize=1000
# The host runtime info cache size (defaults to 100, recommended : esx count + n)
hriCacheSize=100
# The cluster cache size (defaults to 100, recommended : cl count x 2)
clCacheSize=10
serviceurl=https://RUN-SRV-VCEN-P:/sdk
# The username to use to connect to the VMWare API
username=zab.vcentre@***.local
# The password to use to connect to the VMWare API
password=******************
# The IP address vmbix will listen to
bindaddress=127.0.0.1
# The port vmbix will listen to
listenport=12050
# The pid file that the vmbix daemon will use
pidfile=/var/run/vmbix.pid
# The interval for performance metrics queries (defaults to 300s)
interval=300
# Use the VMWare UUID to identify objects (defaults to false)
useuuid=false
# The VM cache TTL (defaults to 15mn)
vmCacheTtl=5
# The hypervisor cache TTL (defaults to 15mn)
esxiCacheTtl=5
# The datastore cache TTL (defaults to 15mn)
dsCacheTtl=5
# The performance counter ID cache TTL (defaults to 15mn)
perfIdCacheTtl=5
# The performance counter cache TTL (defaults to 15mn)
counterCacheTtl=5
# The host runtime info cache TTL (defaults to 15mn)
hriCacheTtl=5
# The cluster cache TTL (defaults to 15mn)
clCacheTtl=5
# The VM cache size (defaults to 1000, recommended : vm count + n)
vmCacheSize=1000
# The hypervisor cache size (defaults to 100, recommended : esx count + n)
esxiCacheSize=100
# The datastore cache size (defaults to 100, recommended : ds count + n)
dsCacheSize=500
# The perfomance counter ID cache size (defaults to 1000)
perfIdCacheSize=1000
# The perfomance counter cache size (defaults to 1000)
counterCacheSize=1000
# The host runtime info cache size (defaults to 100, recommended : esx count + n)
hriCacheSize=100
# The cluster cache size (defaults to 100, recommended : cl count x 2)
clCacheSize=10
Comment