Added option to extend site information for devices and vms.

This commit is contained in:
Raymond Kuiper
2025-09-08 14:44:46 +02:00
parent c58a3e8dd5
commit 9259e73617
4 changed files with 14 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ DEFAULT_CONFIG = {
"nb_vm_filter": {"name__n": "null"},
"inventory_mode": "disabled",
"inventory_sync": False,
"extended_site_properties": False,
"device_inventory_map": {
"asset_tag": "asset_tag",
"virtual_chassis/name": "chassis",

View File

@@ -2,6 +2,7 @@
"""
Device specific handeling for NetBox to Zabbix
"""
from pprint import pprint
from copy import deepcopy
from logging import getLogger