aboutsummaryrefslogtreecommitdiffstats
path: root/extras/tools
Commit message (Collapse)AuthorAgeLines
* some adjustments to playbooks for debian 11tg23-ansiblekekSjur Fredriksen2023-02-08-5/+5
|
* Further tidying upKristian Lyngstol2017-04-20-3/+0
|
* TG17 stuff ?Kristian Lyngstøl2017-04-10-1/+1
|
* lolwhat tweaksKristian Lyngstol2016-06-30-5/+21
|
* Adjust for dx prodKristian Lyngstol2016-06-28-1/+1
|
* lolwhat: Add deep comparison of duplicate resultsKristian Lyngstol2016-06-12-4/+54
| | | | | | | | | When a device replies from two or more IPs we can't assume it actually knows what IPs it replied from... (great, right?). This adds a fall-back when that happens where we compare the actual interfaces. We require a minimum of 10 matching MAC addresses and skip the once that are blank to gain confidence in the result.
* lolwhat + snmp: Performance tweaks and better collision detectionKristian Lyngstol2016-06-10-3/+73
| | | | | | | | | | | | Truns out people suck at making sensible network hardware. Lots of replies on IPs that the devices didn't know they had. I discard these now, but should keep some sort of map. The reason this is a problem is that we later "Deduplicate" results by comparing IP lists - but that doesn't work when the devices don't know about all of the IPs they listen to. I might have to revisit this since the IPs are obviously valid...
* lolwhat: More tweaks on the map and dataKristian Lyngstol2016-06-05-4/+27
| | | | | Now also populates snmpresults artificially with data from LLDP when needed.
* lolwhat: Once again populate maps and whatnotKristian Lyngstol2016-06-05-60/+116
| | | | | | | Still need to populate the ipmap with results from LLDP somehow. E.g.: If we can't contact a switch over SNMP that we see over LLDP we know the sysname and IP.
* lolwhat: Start making lolwhat great againKristian Lyngstol2016-06-05-96/+267
| | | | | | | This removes the actual mapping, but introdcues crawling. All the data for mapping is there, and now the collision detection and fixing is starting to look actually sensible.
* lolwhat: Add magic collision-workaround for chassis idKristian Lyngstol2016-06-04-2/+15
|
* lolwhat: Cleanup and tweakKristian Lyngstol2016-06-04-186/+50
|
* lolwhat: Further improve accuracy and do lldp-only mapKristian Lyngstol2016-06-04-19/+91
| | | | | The lldp-only map ensures we aren't fooled by vlans and other logical links, but if lldp is disabled it obviously doesn't tell the whole story.
* dotnet: use a folder for output.Kristian Lyngstol2016-06-04-4/+6
|
* tools: redo discovery in the form of lolwhatKristian Lyngstol2016-06-04-14/+467
| | | | | | | | | | | | | | | | | what? lol... just figure it out for me. Ok, so the tool isn't entirely done, but it departs from the simple lldpdiscver.pl method that was very limited when things weren't working as they should. The long-term idea of lolwhat is that it should be able to do all sorts of discovery. Right now it just takes a list of IPs and figures out how things are connected by SNMP. It uses LLDP info from SNMP, but it does not _currently_ traverse new hosts based on what it finds.
* Gradually enrich the lldpdiscover dataKristian Lyngstol2016-06-02-15/+24
| | | | | | | | Still needs lots of work, but mainly with regards to gluing it all together. Possibly populate a nice little "local macs" hash to map mac addresses to systems/ports easily.
* tweak lldpdiscover (more info)root2016-06-02-2/+18
|
* lldpdiscover importedroot2016-06-02-0/+346
|
* build: Add a bunch of switchesKristian Lyngstol2016-05-23-0/+46
|
* Remove /comments from test - replace with oplogKristian Lyngstol2016-05-19-22/+0
|
* Add tiny utility to invalidate varnish' cacheKristian Lyngstol2016-05-16-0/+3
|
* Add utility to dump SQL schemaKristian Lyngstol2016-05-14-0/+4
|
* Adjust mibsKristian Lyngstol2016-05-10-1/+4
|
* Some housekeeping/reorganizingKristian Lyngstol2016-04-12-0/+54
moving things that need work into extras/