Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | some adjustments to playbooks for debian 11tg23-ansiblekek | Sjur Fredriksen | 2023-02-08 | -5/+5 |
| | ||||
* | excluded listing of template files from varnish | slinderud | 2019-03-31 | -0/+5 |
| | ||||
* | Add simple test-collecter.sh to inject collector-data | Kristian Lyngstol | 2019-02-13 | -0/+47 |
| | ||||
* | VCL/Varnish: Rewrite/order varnish VCL | Kristian Lyngstol | 2019-02-04 | -43/+126 |
| | ||||
* | Further tidying up | Kristian Lyngstol | 2017-04-20 | -82/+0 |
| | ||||
* | TG17 stuff ? | Kristian Lyngstøl | 2017-04-10 | -2/+6 |
| | ||||
* | Use proxy for grafana-authentication | Kristian Lyngstol | 2016-11-23 | -0/+26 |
| | ||||
* | Make the varnish include a persistent config | Kristian Lyngstol | 2016-11-18 | -0/+2 |
| | | | | | | E.g.: For authorization. We bootstrap the file as empty by default, which means 0 authentication. | |||
* | Expose grafana too | Kristian Lyngstol | 2016-11-15 | -2/+12 |
| | ||||
* | Templating with POST support | Kristian Lyngstol | 2016-11-14 | -5/+5 |
| | | | | | | Probably has to be tweaked a bit, but it works. Fixes #146 | |||
* | Remove now unused password-files | Kristian Lyngstol | 2016-11-11 | -2/+0 |
| | ||||
* | Nuke default login/password thing. Needs to be moved anyway. | Kristian Lyngstol | 2016-11-10 | -12/+0 |
| | ||||
* | Force graph reloading ... sigh... | Kristian Lyngstol | 2016-11-09 | -1/+1 |
| | | | | | There really should be a way to make it obey cache-control instead of this rubbish. | |||
* | Move templating URLs around | Kristian Lyngstol | 2016-11-08 | -2/+2 |
| | | | | | Fixes #143 Fixes #141 | |||
* | Scaffolding for functional templating :D | Kristian Lyngstol | 2016-11-07 | -0/+9 |
| | ||||
* | Big broken push of graphing | Kristian Lyngstol | 2016-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 82 | Kristian Lyngstol | 2016-09-10 | -0/+37 |
| | ||||
* | Add demo:demo password files | Kristian Lyngstol | 2016-09-10 | -0/+2 |
| | ||||
* | lolwhat tweaks | Kristian Lyngstol | 2016-06-30 | -5/+21 |
| | ||||
* | Adjust for dx prod | Kristian Lyngstol | 2016-06-28 | -3/+3 |
| | ||||
* | lolwhat: Add deep comparison of duplicate results | Kristian Lyngstol | 2016-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 detection | Kristian Lyngstol | 2016-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 data | Kristian Lyngstol | 2016-06-05 | -4/+27 |
| | | | | | Now also populates snmpresults artificially with data from LLDP when needed. | |||
* | lolwhat: Once again populate maps and whatnot | Kristian Lyngstol | 2016-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 again | Kristian Lyngstol | 2016-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 id | Kristian Lyngstol | 2016-06-04 | -2/+15 |
| | ||||
* | lolwhat: Cleanup and tweak | Kristian Lyngstol | 2016-06-04 | -186/+50 |
| | ||||
* | lolwhat: Further improve accuracy and do lldp-only map | Kristian Lyngstol | 2016-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 Lyngstol | 2016-06-04 | -4/+6 |
| | ||||
* | tools: redo discovery in the form of lolwhat | Kristian Lyngstol | 2016-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 data | Kristian Lyngstol | 2016-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) | root | 2016-06-02 | -2/+18 |
| | ||||
* | lldpdiscover imported | root | 2016-06-02 | -0/+346 |
| | ||||
* | front: Greatly improve health map and more | Kristian Lyngstol | 2016-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 placement | Kristian Lyngstol | 2016-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/gondul | Jonas Lindstad | 2016-05-24 | -0/+46 |
|\ | ||||
| * | build: Add a bunch of switches | Kristian Lyngstol | 2016-05-23 | -0/+46 |
| | | ||||
* | | Added all changes to FAP for TG16 + some documentation | Jonas Lindstad | 2016-05-23 | -253/+601 |
|/ | ||||
* | Remove /comments from test - replace with oplog | Kristian Lyngstol | 2016-05-19 | -22/+0 |
| | ||||
* | Add tiny utility to invalidate varnish' cache | Kristian Lyngstol | 2016-05-16 | -0/+3 |
| | ||||
* | Add utility to dump SQL schema | Kristian Lyngstol | 2016-05-14 | -0/+4 |
| | ||||
* | Move stuff from /opt/nms to /opt/gondul etc | Kristian Lyngstol | 2016-05-13 | -9/+9 |
| | | | | Still lots to do | |||
* | Adjust mibs | Kristian Lyngstol | 2016-05-10 | -1/+4 |
| | ||||
* | Test: use volume and local connection | Kristian Lyngstol | 2016-04-14 | -2/+2 |
| | | | | Somewhat dirty pwd-hack | |||
* | Varnish: Un-tg-ify the VCL | Kristian Lyngstol | 2016-04-13 | -2/+2 |
| | ||||
* | Working test! It's amazing! | Kristian Lyngstol | 2016-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 tests | Kristian Lyngstol | 2016-04-13 | -12/+12 |
| | ||||
* | Build/test: Work on front | Kristian Lyngstol | 2016-04-13 | -24/+19 |
| | ||||
* | Some housekeeping/reorganizing | Kristian Lyngstol | 2016-04-12 | -0/+3450 |
moving things that need work into extras/ |