Files
zabbix-docker/config_templates/proxy/zabbix_proxy_webdriver.conf
2024-12-23 21:22:01 +09:00

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}