mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-10 15:48:38 +01:00
20 lines
406 B
Plaintext
20 lines
406 B
Plaintext
### Option: StartReportWriters
|
|
# Number of pre-forked report writer instances.
|
|
#
|
|
# Mandatory: no
|
|
# Range: 0-100
|
|
# Default:
|
|
# StartReportWriters=0
|
|
|
|
StartReportWriters=${ZBX_STARTREPORTWRITERS}
|
|
|
|
### Option: WebServiceURL
|
|
# URL to Zabbix web service, used to perform web related tasks.
|
|
# Example: http://localhost:10053/report
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# WebServiceURL=
|
|
|
|
WebServiceURL=${ZBX_WEBSERVICEURL}
|