aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Collapse)AuthorAgeLines
* some adjustments to playbooks for debian 11tg23-ansiblekekSjur Fredriksen2023-02-08-5/+5
|
* excluded listing of template files from varnishslinderud2019-03-31-0/+5
|
* Add simple test-collecter.sh to inject collector-dataKristian Lyngstol2019-02-13-0/+47
|
* VCL/Varnish: Rewrite/order varnish VCLKristian Lyngstol2019-02-04-43/+126
|
* Further tidying upKristian Lyngstol2017-04-20-82/+0
|
* TG17 stuff ?Kristian Lyngstøl2017-04-10-2/+6
|
* Use proxy for grafana-authenticationKristian Lyngstol2016-11-23-0/+26
|
* Make the varnish include a persistent configKristian Lyngstol2016-11-18-0/+2
| | | | | | E.g.: For authorization. We bootstrap the file as empty by default, which means 0 authentication.
* Expose grafana tooKristian Lyngstol2016-11-15-2/+12
|
* Templating with POST supportKristian Lyngstol2016-11-14-5/+5
| | | | | | Probably has to be tweaked a bit, but it works. Fixes #146
* Remove now unused password-filesKristian Lyngstol2016-11-11-2/+0
|
* Nuke default login/password thing. Needs to be moved anyway.Kristian Lyngstol2016-11-10-12/+0
|
* Force graph reloading ... sigh...Kristian Lyngstol2016-11-09-1/+1
| | | | | There really should be a way to make it obey cache-control instead of this rubbish.
* Move templating URLs aroundKristian Lyngstol2016-11-08-2/+2
| | | | | Fixes #143 Fixes #141
* Scaffolding for functional templating :DKristian Lyngstol2016-11-07-0/+9
|
* Big broken push of graphingKristian Lyngstol2016-10-22-0/+18
| | | | | | | | | | | - Adds latency graphs everywhere, even where they shouldn't be. For PoC. - Fixes a frontend leakage of handlers - Adds a nasty way of getting latency-data into graphite (needs to be improved) - Adds working graphite integration in varnish - Adds config for graphite Lots of things broken here, but it's a half-decent start.
* Add example dhcpd.conf for option 82Kristian Lyngstol2016-09-10-0/+37
|
* Add demo:demo password filesKristian Lyngstol2016-09-10-0/+2
|
* lolwhat tweaksKristian Lyngstol2016-06-30-5/+21
|
* Adjust for dx prodKristian Lyngstol2016-06-28-3/+3
|
* 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
|
* front: Greatly improve health map and moreKristian Lyngstol2016-05-29-0/+4
| | | | | | | | | | | | | As a result of testing with TG16-data, I was able to find and fix a few outstanding issues and tune the health map to make more sense. Also introduced both temperature and dhcp into the health map and info box. Removed the switchInfo text on the health map unless the score is above a threshold. Still more tuning needed. After introducing dhcpInfo it's become even more important to address #88
* Add dx16 early graphics and adjust placementKristian Lyngstol2016-05-28-0/+40
| | | | | | References #53 #52 #54 It's hardcoded, but I can live with that for now.
* Merge branch 'master' of https://github.com/tech-server/gondulJonas Lindstad2016-05-24-0/+46
|\
| * build: Add a bunch of switchesKristian Lyngstol2016-05-23-0/+46
| |
* | Added all changes to FAP for TG16 + some documentationJonas Lindstad2016-05-23-253/+601
|/
* 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
|
* Move stuff from /opt/nms to /opt/gondul etcKristian Lyngstol2016-05-13-9/+9
| | | | Still lots to do
* Adjust mibsKristian Lyngstol2016-05-10-1/+4
|
* Test: use volume and local connectionKristian Lyngstol2016-04-14-2/+2
| | | | Somewhat dirty pwd-hack
* Varnish: Un-tg-ify the VCLKristian Lyngstol2016-04-13-2/+2
|
* Working test! It's amazing!Kristian Lyngstol2016-04-13-2/+2
| | | | | | | | Never been so happy to see a single switch in the nms. Missing: Varnish and collectors and better deplist. Also: this is mainly _test_ stuff, not meant for development OR production.
* More work on adapting /opt and testsKristian Lyngstol2016-04-13-12/+12
|
* Build/test: Work on frontKristian Lyngstol2016-04-13-24/+19
|
* Some housekeeping/reorganizingKristian Lyngstol2016-04-12-0/+3450
moving things that need work into extras/