Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | NMS: Add subnets in swtiches | Kristian Lyngstol | 2016-03-17 | -2/+2 | |
| | | |||||
| * | ping: Simplify drop-output to unclutter the log. | Kristian Lyngstol | 2016-03-17 | -2/+5 | |
| | | |||||
| * | NMS: Moure output hacks | Kristian Lyngstol | 2016-03-17 | -9/+14 | |
| | | |||||
| * | NMS: Improve rendering performance SLIGHTLY on blur | Kristian Lyngstol | 2016-03-17 | -10/+24 | |
| | | |||||
| * | SNMPfetch: Try random things to nail down deadlock | Kristian Lyngstol | 2016-03-17 | -3/+3 | |
| | | | | | | | | | | | | | | It's not a big deal, but it's ugly. :wq asf | ||||
| * | NMS: Blur | Kristian Lyngstol | 2016-03-17 | -22/+25 | |
| | | | | | | | | All important blur. | ||||
| * | NMS: Fix intentional spelling error | Kristian Lyngstol | 2016-03-16 | -1/+1 | |
| | | |||||
| * | NMS: Ping and uplinks work now | Kristian Lyngstol | 2016-03-16 | -56/+41 | |
| | | | | | | | | Getting packet loss to localhost now... | ||||
| * | NMS: Nuke port-state, update switch-state | Kristian Lyngstol | 2016-03-16 | -54/+42 | |
| | | | | | | | | On its way. Not done. | ||||
| * | NMS: ... actually add the SNMP API | Kristian Lyngstol | 2016-03-16 | -0/+29 | |
| | | | | | | | | "Untracked files".... | ||||
| * | NMS: Slightly better OID-list (not complete) | Kristian Lyngstol | 2016-03-16 | -2/+27 | |
| | | |||||
| * | NMS: Enable simple SNMP viewing. | Kristian Lyngstol | 2016-03-16 | -10/+30 | |
| | | |||||
| * | NMS: Emit Etag | Kristian Lyngstol | 2016-03-16 | -1/+3 | |
| | | |||||
| * | NMS: Fix production-grade cache :D | Kristian Lyngstol | 2016-03-16 | -14/+5 | |
| | | | | | | | | | | | | | | Seems to work fine, both with caching and cache invalidation. (e.g.: moving a switch, adding ac omment). Might have missed something, of course. | ||||
| * | NMS: Implement improved ping map | Kristian Lyngstol | 2016-03-16 | -25/+63 | |
| | | | | | | | | | | | | | | e69-2 is looking good. Now with a separate age-entity. Not really used for anything fancy right now, but could be. | ||||
| * | NMS: Remove prototype | Kristian Lyngstol | 2016-03-16 | -64/+0 | |
| | | |||||
| * | NMS: Rewrite the SNMP fetcher and whatnot | Kristian Lyngstol | 2016-03-16 | -92/+80 | |
| | | | | | | | | | | | | | | | | | | Again. It's using the prototype, and the objects are configurable. I assume this will need some work. Also: I touched ping up to make it work without linknets. | ||||
| * | NMS: Tweak search with blinking pink! | Kristian Lyngstol | 2016-03-14 | -16/+26 | |
| | | | | | | | | I'm proud of this silliness. | ||||
| * | NMS: snmp prototype update | Kristian Lyngstol | 2016-03-13 | -2/+18 | |
| | | | | | | | | Looking interesting... | ||||
| * | Merge branch 'master' of ssh://github.com/tech-server/tgmanage | Kristian Lyngstol | 2016-03-13 | -0/+49 | |
| |\ | |||||
| | * | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-03-13 | -1699/+1383 | |
| | |\ | |||||
| | * | | NMS: Openssh | Kristian Lyngstol | 2016-03-13 | -0/+1 | |
| | | | | |||||
| | * | | NMS: Dockerfile: Openssh | Kristian Lyngstol | 2016-03-13 | -0/+48 | |
| | | | | | | | | | | | | | | | | Tired of log-in issues and copying keys. | ||||
| * | | | NMS: Slowly start cleaning handlers | Kristian Lyngstol | 2016-03-13 | -10/+1 | |
| | |/ | |/| | |||||
| * | | NMS: Fix switch moving bug | Kristian Lyngstol | 2016-03-13 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | If you just clicked a switch without moving it would use whatever coordinates were laying around, typically moving the switch onto the previously moved one. | ||||
| * | | NMS: Add simple searching | Kristian Lyngstol | 2016-03-13 | -3/+42 | |
| | | | | | | | | | | | | Not perfect, but not bad either. | ||||
| * | | NMS: Support resetting switch position to buest-guess | Kristian Lyngstol | 2016-03-13 | -1/+6 | |
| | | | | | | | | | | | | | | | Simply type "reset" in the gui (including quotes) and it'll guess based on name. | ||||
| * | | NMS: InfoBox: Catch switch changes too | Kristian Lyngstol | 2016-03-13 | -0/+4 | |
| | | | |||||
| * | | NMSjs: Enable interactive movement of switches! | Kristian Lyngstol | 2016-03-13 | -22/+107 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #24 God that felt good. It's not very pretty, but it does seem very functional. | ||||
| * | | NMSjs: Tweak/fix text drawing | Kristian Lyngstol | 2016-03-13 | -23/+36 | |
| | | | |||||
| * | | NMS: Allow editing switches in GUI | Kristian Lyngstol | 2016-03-13 | -7/+123 | |
| | | | | | | | | | | | | | | | | | | It's not pretty, but it works and should cover most of the use-cases. Placement-editing is not meant to be the primary way to edit anything. | ||||
| * | | NMS: Pick up IP's properly | Kristian Lyngstol | 2016-03-13 | -0/+7 | |
| | | | | | | | | | | | | Nobody look because I just defaulted to ipv4. | ||||
| * | | NMSjs: Split the info box out and clean further + tweak | Kristian Lyngstol | 2016-03-13 | -181/+221 | |
| | | | |||||
| * | | NMS: Update placement-guessing for TG16 | Kristian Lyngstol | 2016-03-13 | -17/+15 | |
| | | | | | | | | | | | | | | | | | | Skew skew, push push. At least regular e-switches look ok, as does creativia. Crew looks ok-ish. | ||||
| * | | NMS: Remove test.html prototype | Kristian Lyngstol | 2016-03-13 | -9/+0 | |
| | | | |||||
| * | | NMS: Fix comment changing | Kristian Lyngstol | 2016-03-13 | -3/+8 | |
| | | | |||||
| * | | NMSjs: Get rid of more cruft. | Kristian Lyngstol | 2016-03-13 | -506/+331 | |
| | | | |||||
| * | | NMSjs: Bump map handlers and more | Kristian Lyngstol | 2016-03-12 | -19/+55 | |
| | | | | | | | | | | | | | | | The idea is that map handlers just register for events instead of this periodic update. | ||||
| * | | NMS: Remove superfluous debug/tweak stuff | Kristian Lyngstol | 2016-03-12 | -137/+1 | |
| | | | | | | | | | | | | Uncluttering the UI and reducing the need for complexity in the code. | ||||
| * | | Merge branch 'master' of ssh://github.com/tech-server/tgmanage | Kristian Lyngstol | 2016-03-12 | -1/+0 | |
| |\ \ | |||||
| | * | | NMS: Remove .vimrc reference from Dockerfile | Nicolai Tellefsen | 2016-03-12 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | The reference to .vimrc broke the build-process after it was removed from the repository. | ||||
| * | | | NMSjs: Massive rework of map drawing | Kristian Lyngstol | 2016-03-12 | -731/+333 | |
| |/ / | | | | | | | | | | | | | | | | Still half-way done, but it's looking better. Confirmed working right now: Comment spotter and disco. | ||||
| * | | NMSjs: Start applying the nmsData logic aka: break * | Kristian Lyngstol | 2016-03-12 | -366/+99 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Things are currently somewhat broken, as expected. No handlers are updated. All in all, this isn't a disaster because it reveals a lot of crud that should never have been tied in with this logic to begin with. Will continue working on it after dinner. | ||||
| * | | NMS: Prototype of nms-data seriously updated | Kristian Lyngstol | 2016-03-12 | -53/+134 | |
| | | | | | | | | | | | | I think it's ready now... | ||||
| * | | NMS: Do URL decoding and ISO 8601 time formating | Kristian Lyngstol | 2016-03-12 | -8/+7 | |
| | | | | | | | | | | | | Finally found something that lacks correctness in postgres. | ||||
| * | | NMS: Fix switch updates (better) | Kristian Lyngstol | 2016-03-12 | -14/+18 | |
| | | | |||||
* | | | Add updated schema | Kristian Lyngstol | 2016-03-17 | -0/+781 | |
|/ / | |||||
* | | NMS: Add (back) offset. | Kristian Lyngstol | 2016-03-11 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The use case is primarily about supporting generic ?offset=5m independently from now=2015-04-02T15:00:30. Two reasons for this: 1. It allows easy generic client-side code to get two slightly offset time series. 2. It makes it possible to get the most recent data + an offset without having to refer to set now=(clock) to real time. Also: Untested, so its probably broken. | ||||
* | | NMS: front: Prototyping of new generic poller | Kristian Lyngstol | 2016-03-10 | -0/+151 | |
| | | | | | | | | Not used yet | ||||
* | | NMS: Add FreezeThaw dependency | Kristian Lyngstol | 2016-03-10 | -0/+1 | |
| | | | | | | | | Needed for hash generation. No idea how solid it is, but worth a shot. |