mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 23:27:32 -06:00
Corrected another MarkDown error
This commit is contained in:
parent
d6973dc32d
commit
5defc1a25e
@ -97,7 +97,7 @@ The format can be set with the `hostgroup_format` variable.
|
|||||||
Make sure that the Zabbix user has proper permissions to create hosts.
|
Make sure that the Zabbix user has proper permissions to create hosts.
|
||||||
The hostgroups are in a nested format. This means that proper permissions only need to be applied to the site name hostgroup and cascaded to any child hostgroups.
|
The hostgroups are in a nested format. This means that proper permissions only need to be applied to the site name hostgroup and cascaded to any child hostgroups.
|
||||||
|
|
||||||
#### layout
|
#### Layout
|
||||||
The default hostgroup layout is "site/manufacturer/device_role".
|
The default hostgroup layout is "site/manufacturer/device_role".
|
||||||
|
|
||||||
**Variables**
|
**Variables**
|
||||||
@ -120,11 +120,12 @@ You can specify the value like so, sperated by a "/":
|
|||||||
hostgroup_format = "tenant/site/dev_location/dev_role"
|
hostgroup_format = "tenant/site/dev_location/dev_role"
|
||||||
```
|
```
|
||||||
**Group traversal**
|
**Group traversal**
|
||||||
|
|
||||||
The default behaviour for `region` is to only use the directly assigned region in the rendered hostgroup name.
|
The default behaviour for `region` is to only use the directly assigned region in the rendered hostgroup name.
|
||||||
However, by setting `traverse_region` to `True` in `config.py` the script will render a full region path of all parent regions for the hostgroup name.
|
However, by setting `traverse_region` to `True` in `config.py` the script will render a full region path of all parent regions for the hostgroup name.
|
||||||
`traverse_site_groups` controls the same behaviour for site_groups.
|
`traverse_site_groups` controls the same behaviour for site_groups.
|
||||||
|
|
||||||
**custom fields**
|
**Custom fields**
|
||||||
|
|
||||||
You can also use the value of custom fields under the device object.
|
You can also use the value of custom fields under the device object.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user