mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* feature: parallel snmp-scan.py Reduces scan time of a /24 from 5 minutes to 14 seconds Work is done by addhost.php Just tries to addhost.php hostname/ip right now Might need some more complexity added there, but I wasn't sure what. * respect autodiscovery.nets-exclude * Improvements in ip handling and output Add compatibility arguments so it can be used as a drop in replacement for snmp-scan.php * tidy * Handle errors from config_to_json.php * Handle Ctrl-C better. This is likely to get hit when someone scans a /16 or larger or an IPv6 network :) * Move undefined outcome to proper location * remove snmp-scan.php