* Update Applications.md
C.H.I.P. power stats script setup
* Update Applications.md
Short description and link
* Update Applications.md
Added download link (will work when agent PR is approved)
Move cabletron mibs into enterasys directory
move CISCO-LWAPP mibs into cisco directory and fix errors
remove MPLS-LDP mibs as I couldn't reconcile them and they seem unused
move watchguard IPSEC-ISAKMP-IKE-DOI-TC into watchguard directory
update several cisco mib files to remove errors
Fix typo in tripplite mib
Fix RADWIN-MIB-WINLINK1000 based on pdf I found online, some lines were missing, added the bare minimum to make it valid
* fix: snmp-scan.py now runs on python 2.7 as well as python 3
* remove unnecessary comment about -r
chop down long lines
* fix network argument overwriting -r argument
* Fix bug get_graph_by_port_hostname() only hostname
From the documentation:
Function: get_graph_by_port_hostname top
Get a graph of a port for a particular device.
hostname can be either the device hostname or id
But the function is only works with a hostname and not with a ID.
I have modified a few things that solve the problem.
* Update api_functions.inc.php
* SSL config docs
Moving from https://github.com/librenms/librenms/pull/6932 to a new file
* rename to match other docs
* tidying the formatting
* update to add SSL-configuration
* tidied up docs a little
Fix missing IPs because the ARP entries are on different port_id
Update arp discovery to use snmpwalk_group() additional fix in that function
Fix removal of arp entries
Fix a debug output type in fdb discovery
The state of the sensors was a value (#1-4) not an actual state (nominal, faulty etc.) on UI.
Tested device:
Brocade 300 Switch (Brocade FabricOS v6.4.1)
* 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
* First pass at implementing ExtremeWireless support
Includes global AP and user count, and per-AP user count
* Coding style fixes
* Tabs will be the death of me
* Add license count, fix coding nits
* PHP 5.3 support hopefully
* Graph APs configured with a max of licenses installed
always check that the base sql has been imported.
async db building
After this merge, we could move install.php to the end of the install documentation. Makes a more natural flow.
* feature: support fdb table on generic devices
refactored code to use snmpwalk_group
refactored ajax table code to use joins and reduce extra queries
add indexes for device_id and port_id, drop primary index
Make all columns sortable
Fix a few other small issues
* Add index for vlan_id since that field can be searched by the user
* fix whitespace
* Rename 197.sql to 198.sql
* set row count for table