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:
authorAndrejs Tumilovics <andrejs.tumilovics@zabbix.com>2019-12-03 13:02:01 +0300
committerAndrejs Tumilovics <andrejs.tumilovics@zabbix.com>2019-12-03 13:02:01 +0300
commit24123732eb616f8862ad8e0173d20520a8bc37e1 (patch)
tree9217188de640de80ad63d2ac78d9dc7e2ef96536 /conf
parente0e0dfecf8a204d630d07ba18a2c99bfd1775fd5 (diff)
...G...... [ZBXNEXT-1085] added AllowKey and DenyKey parameter documentation
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_agentd.conf20
-rw-r--r--conf/zabbix_agentd.win.conf20
2 files changed, 40 insertions, 0 deletions
diff --git a/conf/zabbix_agentd.conf b/conf/zabbix_agentd.conf
index d2231591e87..a79b1167b25 100644
--- a/conf/zabbix_agentd.conf
+++ b/conf/zabbix_agentd.conf
@@ -59,6 +59,26 @@ LogFile=/tmp/zabbix_agentd.log
# Default:
# SourceIP=
+### Option: AllowKey
+# Allow execution of item keys matching pattern.
+# Multiple keys matching rules may be defined in combination with DenyKey.
+# Key pattern is wildcard expression, which support "*" character to match any number of any characters in certain position. It might be used in both key name and key arguments.
+# Parameters are processed one by one according their appearance order.
+# If no AllowKey or DenyKey rules defined, all keys are allowed.
+#
+# Mandatory: no
+# Default (last rule):
+# AllowKey=*
+
+### Option: DenyKey
+# Deny execution of items keys matching pattern.
+# Multiple keys matching rules may be defined in combination with AllowKey.
+# Key pattern is wildcard expression, which support "*" character to match any number of any characters in certain position. It might be used in both key name and key arguments.
+# Parameters are processed one by one according their appearance order.
+# If no AllowKey or DenyKey rules defined, all keys are allowed.
+#
+# Mandatory: no
+
### Option: EnableRemoteCommands - Deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead
# Whether remote commands from Zabbix server are allowed.
# 0 - not allowed
diff --git a/conf/zabbix_agentd.win.conf b/conf/zabbix_agentd.win.conf
index 5d9f6eafd03..6160a151ed5 100644
--- a/conf/zabbix_agentd.win.conf
+++ b/conf/zabbix_agentd.win.conf
@@ -52,6 +52,26 @@ LogFile=c:\zabbix_agentd.log
# Default:
# SourceIP=
+### Option: AllowKey
+# Allow execution of item keys matching pattern.
+# Multiple keys matching rules may be defined in combination with DenyKey.
+# Key pattern is wildcard expression, which support "*" character to match any number of any characters in certain position. It might be used in both key name and key arguments.
+# Parameters are processed one by one according their appearance order.
+# If no AllowKey or DenyKey rules defined, all keys are allowed.
+#
+# Mandatory: no
+# Default (last rule):
+# AllowKey=*
+
+### Option: DenyKey
+# Deny execution of items keys matching pattern.
+# Multiple keys matching rules may be defined in combination with AllowKey.
+# Key pattern is wildcard expression, which support "*" character to match any number of any characters in certain position. It might be used in both key name and key arguments.
+# Parameters are processed one by one according their appearance order.
+# If no AllowKey or DenyKey rules defined, all keys are allowed.
+#
+# Mandatory: no
+
### Option: EnableRemoteCommands - Deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead
# Whether remote commands from Zabbix server are allowed.
# 0 - not allowed