You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,8 @@ The following CSV columns are supported:
48
48
| NAME | Host name. || ❌ |
49
49
| VISIBLE_NAME | Host visible name. || ✔ |
50
50
| 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``. ||✔|
52
53
| PROXY | Name of the proxy that should monitor the host. || ✔ |
53
54
| TEMPLATES | List of template names to assign to the host, separated by a '\|'. Templates must exist with the specified name. ||✔|
0 commit comments