mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-10 23:59:06 +01:00
21 lines
465 B
Plaintext
21 lines
465 B
Plaintext
####### Browser monitoring #######
|
|
|
|
### Option: WebDriverURL
|
|
# WebDriver interface HTTP[S] URL. For example http://localhost:4444 used with Selenium WebDriver standalone server.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# WebDriverURL=
|
|
|
|
WebDriverURL=${ZBX_WEBDRIVERURL}
|
|
|
|
### Option: StartBrowserPollers
|
|
# Number of pre-forked instances of browser item pollers.
|
|
#
|
|
# Mandatory: no
|
|
# Range: 0-1000
|
|
# Default:
|
|
# StartBrowserPollers=1
|
|
|
|
StartBrowserPollers=${ZBX_STARTBROWSERPOLLERS}
|