Skip to content

Commit d110bea

Browse files
[DOC] Added HOST_TAGS column
1 parent a88316e commit d110bea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ The following CSV columns are supported:
4848
| NAME | Host name. | ||
4949
| VISIBLE_NAME | Host visible name. | ||
5050
| HOST_GROUPS | List of host group names, separated by a '\|'. Missing host groups are created automatically. | ||
51-
| HOST_TAGS | List of host tags, separated by a '\|'. The tag format can be either be ``tag name`` or ``tag name=tag value``. | ||
51+
| HOST_TAGS | List of host tags, separated by a '\|'. The tag format can be either be ``tag name`` (empty value) or ``tag name=tag value``. | ||
52+
| HOST_MACROS | List of host macros, separated by a '\|'. The macro format can be either be ``{$MACRONAME}`` (empty value) or ``{$MACRONAME}=macro value``. | ||
5253
| PROXY | Name of the proxy that should monitor the host. | ||
5354
| TEMPLATES | List of template names to assign to the host, separated by a '\|'. Templates must exist with the specified name. | ||
5455
| AGENT_IP | Interface: Zabbix Agent IP address. | ||

0 commit comments

Comments
 (0)