2021-04-20 11:46:29 +00:00
|
|
|
# Add your plugins and plugin settings here.
|
|
|
|
|
# Of course uncomment this file out.
|
|
|
|
|
|
2021-04-20 11:52:08 +00:00
|
|
|
# To learn how to build images with your required plugins
|
|
|
|
|
# See https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins
|
|
|
|
|
|
2021-04-20 11:55:12 +00:00
|
|
|
# PLUGINS = ["netbox_bgp"]
|
2021-04-20 11:46:29 +00:00
|
|
|
|
|
|
|
|
# PLUGINS_CONFIG = {
|
2021-04-20 11:55:12 +00:00
|
|
|
# "netbox_bgp": {
|
2021-04-20 11:46:29 +00:00
|
|
|
# ADD YOUR SETTINGS HERE
|
|
|
|
|
# }
|
|
|
|
|
# }
|
2025-09-26 05:55:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
PLUGINS = [
|
|
|
|
|
"netbox_topology_views",
|
|
|
|
|
"netbox_lifecycle",
|
|
|
|
|
"netbox_prometheus_sd",
|
|
|
|
|
"netbox_qrcode",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
PLUGINS_CONFIG = {
|
|
|
|
|
# Beispiel für Topology Views, falls nötig:
|
|
|
|
|
# "netbox_topology_views": {
|
|
|
|
|
# "some_setting": "value"
|
|
|
|
|
# }
|
|
|
|
|
}
|