librenms / librenms-agent

LibreNMS Agent & Scripts
GNU General Public License v2.0
117 stars 188 forks source link

Gather vlan names from /interface vlan #524

Closed Tr4sK closed 3 days ago

Tr4sK commented 3 months ago

Quick update on the routeros script to parse vlan name set in /interface vlan. I simply added a column in the generated CSV to add the corresponding vlan interface. If no vlan declared in /interface vlan it will not do anything.

To show the change in librenms use that patch https://github.com/librenms/librenms/pull/16100