sol1 / icingaweb2-module-netbox

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

Enabled interface monitoring using host vars #42

Open sol1-matt opened 1 month ago

sol1-matt commented 1 month ago

Enable interface monitoring on hosts by importing lists of interfaces that can be turned into hosts vars.

There lists available should be

sol1-matt commented 3 weeks ago

This feature is ready for testing on branch 42-interface-lists.

Of note is the way interfaces are gotten which is by using giant filter lists, based on the id's of the devices or vm's, that have a arbitrary max length of around 1500 chars. This has been done to speed up the import from large datasets but could result in problems if a webserver has a max url length lower than this.