Releases: gitzone83/plugins
Releases · gitzone83/plugins
os-switchtracker 1.0
os-switchtracker 1.0
Network switch discovery and monitoring plugin for OPNsense.
Discovers switches via LLDP and monitors them via SNMP.
Quick Install (SSH as root)
fetch -o /tmp/os-switchtracker.tar.gz https://github.com/gitzone83/plugins/releases/download/os-switchtracker-v1.0/os-switchtracker-1.0.tar.gz
tar xzf /tmp/os-switchtracker.tar.gz -C /
chmod 755 /usr/local/opnsense/scripts/OPNsense/Switchtracker/*.py
service configd restartThen navigate to Services > Switch Tracker in the OPNsense web UI.
Requirements
- OPNsense 24.7+
os-lldpdpluginnet-snmppackage
Uninstall
fetch -o /tmp/uninstall.sh https://raw.githubusercontent.com/gitzone83/plugins/feature/os-switchtracker/net-mgmt/switchtracker/scripts/uninstall.sh
sh /tmp/uninstall.sh