mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-10 15:48:38 +01:00
21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
|
### 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
|
||
|
|
||
|
### 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.
|
||
|
# Unless another system.run[*] rule is specified DenyKey=system.run[*] is added by default.
|
||
|
#
|
||
|
# Mandatory: no
|
||
|
# Default:
|
||
|
# DenyKey=system.run[*]
|