mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-09 22:39:42 +01:00
13 lines
623 B
Plaintext
13 lines
623 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 paging file usage in percents from the server:
|
|
# Alias=pg_usage:perf_counter[\Paging File(_Total)\% Usage]
|
|
# Now shorthand key pg_usage may be used to retrieve data.
|
|
# Aliases can be used in HostMetadataItem but not in HostnameItem or PerfCounter parameters.
|
|
#
|
|
# Mandatory: no
|
|
# Range:
|
|
# Default:
|