mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-10 15:48:38 +01:00
13 lines
607 B
Plaintext
13 lines
607 B
Plaintext
### Option: Alias
|
|
# Sets an alias for an item key. It can be used to substitute long and complex item key with a smaller and simpler one.
|
|
# Multiple Alias parameters may be present. Multiple parameters with the same Alias key are not allowed.
|
|
# Different Alias keys may reference the same item key.
|
|
# For example, to retrieve the ID of user 'zabbix':
|
|
# Alias=zabbix.userid:vfs.file.regexp[/etc/passwd,^zabbix:.:([0-9]+),,,,\1]
|
|
# Now shorthand key zabbix.userid may be used to retrieve data.
|
|
# Aliases can be used in HostMetadataItem but not in HostnameItem parameters.
|
|
#
|
|
# Mandatory: no
|
|
# Range:
|
|
# Default:
|