TheNetworkGuy / netbox-zabbix-sync

Python script to synchronise Netbox devices to Zabbix.
MIT License
118 stars 27 forks source link

Add an argument for Tenant based hostgroups in Zabbix #1

Closed TheNetworkGuy closed 3 years ago

TheNetworkGuy commented 3 years ago

Instead of the default format for hostgroups: Site name/Manufacturer name/Role name

Create an argument to specify Tenant name. Still debating on the format. For example: Tenant name/Site name/Manufacturer name/Role name or Site name/Tenant name/Manufacturer name/Role name

Any feedback would be appreciated since i don't run a multi tenant environment.

TheNetworkGuy commented 3 years ago

Closed this issue for now. Tenant name has been implemented in the following format:

Site name/Tenant name/Manufacturer name/Role name

Although this can be easily changed. Feel free to create a new issue if you have any questions regarding the Tenant hostgroup format.