...
You can specify multiple Zabbix Host Groups, Templates and/or Tags in key value formats to sync devices from.
Please note each sync Host Group, Template or Tag should be provided on a separate line.
Specifying multiple Tags in one sync rule uses AND logic and so will try to sync devices with ALL listed tags assigned.
Specifying a Tag per sync rule uses OR logic and will try to sync ALL devices with a listed Tag per sync rule.
Sync rule example:
Code Block |
---|
group=HostGroup
template=Template
tag=TagName
tag=TagName:value22 |
Zabbix compatibility
Unimus uses Zabbix API to connect to Zabbix.
...
2) Provide username and password to access Zabbix.
3) Configure Host Group, Template or Tag Names to import devices from, one per line.
4) Optionally, you can also schedule the importer.
You simply need to select an existing (or use the default) schedule.
With this configuration, Unimus will sync against the NMS periodically.
Advanced settings
Zabbix importer allows specifying the preferred field used for the address of imported devices via Address field priority setting.
'dns > ip' uses the 'IP address' value of a host on Zabbix as address of a newly imported device on Unimus, unless the 'DNS name' value is not populated.
'ip > dns' works vice versa.
Zabbix importer as well allows specifying the preferred field for the description of imported devices via Description field priority setting.
'visible name > hostname > dns' tries to use the 'Visible name' value of a host on Zabbix as description of a newly imported device on Unimus before the 'Host name' value.
With 'hostname > visible name > dns' the 'Host name' value is tried first.