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-18 15:57:43 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2020-09-18 16:04:23 +0300
commit7c8cc13cee6dcf4a09e6222cc411fdd0608cb478 (patch)
tree8f2599127091fa8d17115d628b36be312fabf473 /conf
parent1775e8c87e32f0b8a3f8100df0091719ad40007f (diff)
parent37c900d2524eb4cd27997c393d9a3a1fee4f6850 (diff)
...G...... [ZBXNEXT-6171] added UserParameterPath config option to agent and agent2
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_agentd.conf10
-rw-r--r--conf/zabbix_agentd.win.conf10
2 files changed, 20 insertions, 0 deletions
diff --git a/conf/zabbix_agentd.conf b/conf/zabbix_agentd.conf
index 52e3d227d3a..2513b2e9cd1 100644
--- a/conf/zabbix_agentd.conf
+++ b/conf/zabbix_agentd.conf
@@ -330,6 +330,16 @@ Hostname=Zabbix server
# Default:
# UserParameter=
+### Option: UserParameterPath
+# 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.
+# This way UserParameter commands can be specified using the relative ./ prefix.
+#
+# Mandatory: no
+# Default:
+# UserParameterPath=
+
####### LOADABLE MODULES #######
### Option: LoadModulePath
diff --git a/conf/zabbix_agentd.win.conf b/conf/zabbix_agentd.win.conf
index eba3b19bdd5..8155822d8dc 100644
--- a/conf/zabbix_agentd.win.conf
+++ b/conf/zabbix_agentd.win.conf
@@ -314,6 +314,16 @@ Hostname=Windows host
# Default:
# UserParameter=
+### Option: UserParameterPath
+# 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.
+# This way UserParameter commands can be specified using the relative ./ prefix.
+#
+# Mandatory: no
+# Default:
+# UserParameterPath=
+
####### TLS-RELATED PARAMETERS #######
### Option: TLSConnect