aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Simplify graphite dockerfileKristian Lyngstol2016-11-06-10/+1
| | | | Now that we're on graphite-api, things are a lot simpler.
* Remove "Details"/"Settings" pane of switchesKristian Lyngstol2016-11-06-48/+3
| | | | | | It was identical to settings/edit. Fixes #123
* Switch from graphite-web to graphite-apiKristian Lyngstol2016-11-06-17/+12
| | | | | | | Closes #130 Closes #131 Could clean it up more, I suppose.
* More graph normalizationKristian Lyngstol2016-11-06-4/+4
|
* Add size styling to graphsKristian Lyngstol2016-11-04-0/+7
| | | | | | | ♥ SVG I don't have to figure out the exact pixel count on the width to make it fit well :D
* Make time horizon on graphs configurableKristian Lyngstol2016-11-04-5/+25
| | | | | | | | I'd do the same thing on all graphs as on the summary, but I have no idea how to trigger an update on the ports pane right now. Lets you cycle between pre-set time windows of 60 minutes, 6 hours, 24 hours and 7 days.
* Bump us over to TG maps and layoutsKristian Lyngstol2016-11-04-4/+4
|
* Further graph tweaks, now with graphite 0.9.15Kristian Lyngstol2016-11-03-19/+30
| | | | | | | | | - Upgrade to 0.9.15 (that was a lot more work than the commit reveals) - Numerous color tweaks to make it prettier - Use SVG instead of PNG - Use correct perSecond() provided in 0.9.14 instead of derivative() Still more to come I suppose
* Drastically improving graphing and port drill-downKristian Lyngstol2016-11-03-27/+40
| | | | | | | | | | | | | | | | | | | | | - Nightmode - Aliases for sensible legends - Two layers of collapse on ports - Toggle/expand all feature to show graphs for all ports - Show human readable variant of very large numbers in port drill-down in addition to raw value (e.g.: 4800000000 (4.8G)) Still to do: - Ability to click on a stat to get graphs for it - Upgrade to graphite 0.9.15. Most of the following depends on that: - Use perSecond() instead of derivative() for traffic - Use SVG instead of PNG - Get rid of extra )'s in legends - Evaluate using SVG + CSS to get nightmode. Not sure if that'll work at all, as it depends on whether the SVG context is isolated or not from the DOM at large (e.g.: is #nightmode visible) - Consider generalizing graphs
* Use graphite bandwidth graphs in snmp and nuke "traffic"Kristian Lyngstol2016-10-23-62/+14
| | | | | | | | | | | The "traffic" thing should be integrated in the snmp/ports overview. All that's missing is a two-step drill-down per port. E.g.: Click a port and you get graphs, click the next drill down and get full snmp-data. When that's done, all we need is an "expand all" button. And a pony.
* More PoC-style graphite integration + grafanaKristian Lyngstol2016-10-22-2/+27
| | | | | | | | | | | The grafana-bit is ok, but needs to be configured by hand (once). Also tweaks graphite to write new stuff faster. I suspect I will need a better way to handle the graphite/carbon insertion for both ping and snmp, but maybe UDP would solve it... Running tests tonight to get some data regardless.
* Big broken push of graphingKristian Lyngstol2016-10-22-9/+431
| | | | | | | | | | | - 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.
* DOCKER + ANSIBLE == PAIN (also: graphite)Kristian Lyngstol2016-09-20-8/+49
| | | | | | | | | | | | | | | | | 3 hours. THREE HOURS. The extra "Expose" statements are to workaround an issue introduced in Ansible 2.1 with the addition of the docker_* modules that replaces the "docker" module. THREEEEEEE HOURS. The graphite container is so far not ued for anything, but is provided to get things rolling. It does do persistent storage, but obviously not the way I originally wanted. Because persistent storage with docker is a pile of frozen piss.
* Add example dhcpd.conf for option 82Kristian Lyngstol2016-09-10-0/+37
|
* Add demo:demo password filesKristian Lyngstol2016-09-10-0/+2
|
* Last tweak of schemat:Kristian Lyngstol2016-09-10-1/+1
|
* Schema-updateKristian Lyngstol2016-09-10-3/+1
|
* Ansible-fix for docker updateKristian Lyngstol2016-09-10-1/+1
|
* Last bit of DX left-oversKristian Lyngstol2016-07-06-5/+53
| | | | Mainly moving graphs around
* Customizable titles on health map and sticky panesKristian Lyngstol2016-07-02-19/+48
| | | | | | | Click a field in a switch summary and the health map will use it as a legend, assuming it isn't already showing information. And remember what panel was used last when browsing switches.
* Front: Beef up ports-paneKristian Lyngstol2016-07-02-8/+113
|
* Tooltips på oplog og flere tweaksKristian Lyngstol2016-07-01-2/+4
| | | | | | Tooltips vil være litt browseravhengig. Fikser også noen nightmode issues her og der.
* Remove debug output and fix linknet-adding in nightmodeKristian Lyngstol2016-07-01-5/+8
|
* Implement support for per-switch/port queries for switch-stateKristian Lyngstol2016-07-01-4/+25
|
* Implement tags and various other minor tweaksKristian Lyngstol2016-07-01-28/+82
|
* front: Fix basic Safari-stuff and misc oplog-issuesKristian Lyngstol2016-06-30-15/+25
| | | | | | | | .... Oplog: Don't send empty oplog entries. When viewing a switch, don't include oplog entries that have a blank system association.
* js: Remove debug output from score cardKristian Lyngstol2016-06-30-1/+0
|
* front: Add score card pageKristian Lyngstol2016-06-30-2/+133
| | | | Displays a sorted list of what needs attention.
* lolwhat tweaksKristian Lyngstol2016-06-30-5/+21
|
* Add serial numbers (cisco) and fix snmp viewKristian Lyngstol2016-06-30-1/+22
| | | | No longer updates SNMP view when you're looking at it.
* switch-state: Use ifAlias to determine client/uplinkKristian Lyngstol2016-06-30-14/+16
|
* Tweak various front-end itemsKristian Lyngstol2016-06-30-9/+9
|
* Uplink logic for DXKristian Lyngstol2016-06-30-3/+32
|
* sql: Bump schema to include multi-dhcpd-supportKristian Lyngstol2016-06-30-2/+3
|
* Merge branch 'master' of github.com:tech-server/gondulKristian Lyngstol2016-06-30-9/+5
|\
| * Update collector for dxLasse Haugen2016-06-29-9/+5
| |
* | Adjust severity of DHCP and special-case snmp disableKristian Lyngstol2016-06-30-2/+10
| | | | | | | | | | The latter allows you to set 'disable' as community and the front end (!) will not be as critical about the results.
* | Adjust ping interval/timeouts to be slightly more sensibleKristian Lyngstol2016-06-30-3/+3
| |
* | Add DHCP-based client counter in front-endKristian Lyngstol2016-06-30-0/+20
|/
* js: Oplog tweaks for datesKristian Lyngstol2016-06-29-1/+1
| | | | Firefox....
* Get cisco temperatures too and mix other tweaksKristian Lyngstol2016-06-28-7/+8
|
* Adjust for dx prodKristian Lyngstol2016-06-28-5/+5
|
* Ensure local config is loadedKristian Lyngstol2016-06-28-0/+5
|
* Ansible: Playbook for prod tooKristian Lyngstol2016-06-28-0/+19
| | | | Just skips the db
* Add DX prod ansible-stuffKristian Lyngstol2016-06-28-0/+5
|
* Merge branch 'master' of github.com:tech-server/gondulKristian Lyngstol2016-06-19-1/+1366
|\
| * Merge pull request #98 from torstehu/masterKristian Lyngstøl2016-06-19-1/+3
| |\ | | | | | | README.rst: Add absolute link to the API for pure convenience
| | * README.rst: Add absolute link to the API for pure convenienceTorstein Husebø2016-06-08-1/+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-4/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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...