mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-10 15:48:38 +01:00
52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
### Option: StartVMwareCollectors
|
|
# Number of pre-forked vmware collector instances.
|
|
#
|
|
# Mandatory: no
|
|
# Range: 0-250
|
|
# Default:
|
|
# StartVMwareCollectors=0
|
|
|
|
StartVMwareCollectors=${ZBX_STARTVMWARECOLLECTORS}
|
|
|
|
### Option: VMwareFrequency
|
|
# How often Zabbix will connect to VMware service to obtain a new data.
|
|
#
|
|
# Mandatory: no
|
|
# Range: 10-86400
|
|
# Default:
|
|
# VMwareFrequency=60
|
|
|
|
VMwareFrequency=${ZBX_VMWAREFREQUENCY}
|
|
|
|
### Option: VMwarePerfFrequency
|
|
# How often Zabbix will connect to VMware service to obtain performance data.
|
|
#
|
|
# Mandatory: no
|
|
# Range: 10-86400
|
|
# Default:
|
|
# VMwarePerfFrequency=60
|
|
|
|
VMwarePerfFrequency=${ZBX_VMWAREPERFFREQUENCY}
|
|
|
|
### Option: VMwareCacheSize
|
|
# Size of VMware cache, in bytes.
|
|
# Shared memory size for storing VMware data.
|
|
# Only used if VMware collectors are started.
|
|
#
|
|
# Mandatory: no
|
|
# Range: 256K-2G
|
|
# Default:
|
|
# VMwareCacheSize=8M
|
|
|
|
VMwareCacheSize=${ZBX_VMWARECACHESIZE}
|
|
|
|
### Option: VMwareTimeout
|
|
# Specifies how many seconds vmware collector waits for response from VMware service.
|
|
#
|
|
# Mandatory: no
|
|
# Range: 1-300
|
|
# Default:
|
|
# VMwareTimeout=10
|
|
|
|
VMwareTimeout=${ZBX_VMWARETIMEOUT}
|