Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2020-09-22 13:06:02 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2020-09-22 13:25:58 +0300
commit6427d950be95fe7fcf3130defc15e9e537784c2a (patch)
tree89a7eca56824a8455b28d9af3d9ef83a80477212 /conf
parentd2c1c6224ef29d0dc30def68370c42b467ca1622 (diff)
...G...... [ZBXNEXT-6171] renamed UserParameterPath to UserParameterDir
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_agentd.conf6
-rw-r--r--conf/zabbix_agentd.win.conf6
2 files changed, 6 insertions, 6 deletions
diff --git a/conf/zabbix_agentd.conf b/conf/zabbix_agentd.conf
index 2513b2e9cd1..f03e1112752 100644
--- a/conf/zabbix_agentd.conf
+++ b/conf/zabbix_agentd.conf
@@ -330,15 +330,15 @@ Hostname=Zabbix server
# Default:
# UserParameter=
-### Option: UserParameterPath
+### Option: UserParameterDir
# Directory to execute UserParameter commands from. Only one entry is allowed.
# When executing UserParameter commands the agent will change the working directory to the one
-# specified in the UserParameterPath option.
+# specified in the UserParameterDir option.
# This way UserParameter commands can be specified using the relative ./ prefix.
#
# Mandatory: no
# Default:
-# UserParameterPath=
+# UserParameterDir=
####### LOADABLE MODULES #######
diff --git a/conf/zabbix_agentd.win.conf b/conf/zabbix_agentd.win.conf
index 8155822d8dc..b8770735473 100644
--- a/conf/zabbix_agentd.win.conf
+++ b/conf/zabbix_agentd.win.conf
@@ -314,15 +314,15 @@ Hostname=Windows host
# Default:
# UserParameter=
-### Option: UserParameterPath
+### Option: UserParameterDir
# Directory to execute UserParameter commands from. Only one entry is allowed.
# When executing UserParameter commands the agent will change the working directory to the one
-# specified in the UserParameterPath option.
+# specified in the UserParameterDir option.
# This way UserParameter commands can be specified using the relative ./ prefix.
#
# Mandatory: no
# Default:
-# UserParameterPath=
+# UserParameterDir=
####### TLS-RELATED PARAMETERS #######