diff --git a/configuration/plugins.py b/configuration/plugins.py index 167c574..7f397bb 100644 --- a/configuration/plugins.py +++ b/configuration/plugins.py @@ -1,14 +1,11 @@ PLUGINS = [ "netbox_topology_views", "netbox_lifecycle", - "netbox_prometheus_sd", - "netbox_qrcode", "netbox_floorplan", - "netbox_proxbox", "netbox_lists", "netbox_inventory", - "netbox_dns", "netbox_reorder_rack", + # "netbox_proxbox", ] PLUGINS_CONFIG = { @@ -16,7 +13,4 @@ PLUGINS_CONFIG = { "sync_serial_to_device": True, "sync_asset_tag_to_device": True, }, - "netbox_otp": { - # "enforce_otp": False, # ggf. global erzwingen - }, } diff --git a/requirements-plugins.txt b/requirements-plugins.txt index 2858852..103a819 100644 --- a/requirements-plugins.txt +++ b/requirements-plugins.txt @@ -1,11 +1,9 @@ netbox-topology-views>=4.2.0,<5.0.0 netbox-lifecycle>=1.1.0,<2.0.0 -netbox-plugin-prometheus-sd>=1.2.0 -netbox-qrcode>=0.0.17,<1.0.0 -netbox-floorplan-plugin==0.8.0 -netbox-proxbox>=0.0.6b2 +netbox-floorplan-plugin>=0.8.0 pynetbox>=7.0.0 netbox-lists netbox-inventory -netbox-plugin-dns -netbox-reorder-rack \ No newline at end of file +netbox-reorder-rack +# netbox-proxbox>=0.0.6b2 +# proxbox-api>=0.0.2 \ No newline at end of file