Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can specify multiple Zabbix Host Groups, Templates and/or Tags in key value formats to sync devices. Template and Tag names must be prefixed by '%' and '@' respectively. 

Please note each sync Host Group, Template or Tag should be provided on a separate line.

Sync rule example:

Code Block
host_group_name
%template_name
@tag_name=HostGroup
template=Template
tag=TagName
tag=TagName:value22

Specifying multiple Tags in one Sync Rule uses AND logic and so will try to sync devices with ALL listed tags assigned.

...