mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-12-12 11:29:38 -06:00
✏️ Minor typo cleanup
This commit is contained in:
parent
047fb33332
commit
efb42916fd
@ -416,7 +416,7 @@ making NetBox the single source-of-truth for managing tags.
|
|||||||
|
|
||||||
To enable syncing, turn on `tag_sync` in the config file.
|
To enable syncing, turn on `tag_sync` in the config file.
|
||||||
By default, this script will modify tag names and tag values to lowercase.
|
By default, this script will modify tag names and tag values to lowercase.
|
||||||
You can change this behaviour by setting `tag_lower` to `False`.
|
You can change this behavior by setting `tag_lower` to `False`.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
tag_sync = True
|
tag_sync = True
|
||||||
@ -684,7 +684,7 @@ Devices and VMs.
|
|||||||
You can also assign these custom fields to a site to allow all devices/VMs
|
You can also assign these custom fields to a site to allow all devices/VMs
|
||||||
in that site to be configured with the same proxy or proxy group.
|
in that site to be configured with the same proxy or proxy group.
|
||||||
In order for this to work, `extended_site_properties` needs to be enabled in
|
In order for this to work, `extended_site_properties` needs to be enabled in
|
||||||
the configuation as well.
|
the configuration as well.
|
||||||
|
|
||||||
To use the custom fields for proxy configuration, configure one or both
|
To use the custom fields for proxy configuration, configure one or both
|
||||||
of the following settings in the configuration file with the actual names of your
|
of the following settings in the configuration file with the actual names of your
|
||||||
|
|||||||
@ -53,9 +53,9 @@ hostgroup_format = "site/manufacturer/role"
|
|||||||
traverse_regions = False
|
traverse_regions = False
|
||||||
traverse_site_groups = False
|
traverse_site_groups = False
|
||||||
|
|
||||||
## Extended site properteis
|
## Extended site properties
|
||||||
# By default, NetBox will only return basic site info for any device or VM.
|
# By default, NetBox will only return basic site info for any device or VM.
|
||||||
# By setting `extended_site_properties` to True, the script will query NetBox for additiopnal site info.
|
# By setting `extended_site_properties` to True, the script will query NetBox for additional site info.
|
||||||
# Be aware that this will increase the number of API queries to NetBox.
|
# Be aware that this will increase the number of API queries to NetBox.
|
||||||
extended_site_properties = False
|
extended_site_properties = False
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user