sol1 / icingaweb2-module-netbox

Netbox importer for director, and integration with netbox
28 stars 6 forks source link

Enabling module "netbox" although it has unmet dependencies #10

Closed ipflowss closed 2 years ago

ipflowss commented 2 years ago

How do I find the unmet dependencies and resolve them?

<homedir># curl -L https://github.com/sol1/icingaweb2-module-netbox/archive/v2.10.3.5.tar.gz | tar xz
<homedir># mv icingaweb2-module-netbox-2.10.3.5 /usr/share/icingaweb2/modules/netbox
<homedir># icingacli module enable netbox
Enabling module "netbox" although it has unmet dependencies
sol1-matt commented 2 years ago

The only dependency that the netbox import module has is director itself

ipflowss commented 2 years ago

Thanks