Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | NMS: Implement improved ping map | Kristian Lyngstol | 2016-03-16 | -21/+53 | |
| | | | | | | | e69-2 is looking good. Now with a separate age-entity. Not really used for anything fancy right now, but could be. | ||||
* | NMS: Rewrite the SNMP fetcher and whatnot | Kristian Lyngstol | 2016-03-16 | -0/+1 | |
| | | | | | | | | | 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: 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/+6 | |
| | | | | 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: 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. | ||||
* | 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: Fix switch updates (better) | Kristian Lyngstol | 2016-03-12 | -14/+18 | |
| | |||||
* | NMS: front: Prototyping of new generic poller | Kristian Lyngstol | 2016-03-10 | -0/+151 | |
| | | | | Not used yet | ||||
* | NMS: Prep for frontend poller-rewrite | Kristian Lyngstol | 2016-03-10 | -14/+63 | |
| | | | | | The biggest thing here is the addition of a generic poller and a generic "hash" from the backend so equality can easily be checked. | ||||
* | NMS: ... fix minor leftover with switches SQL | Kristian Lyngstol | 2016-03-10 | -1/+1 | |
| | |||||
* | NMS: Tweak caching and updates | Kristian Lyngstol | 2016-03-10 | -7/+34 | |
| | |||||
* | nms: Fix comments (presumably) | Kristian Lyngstol | 2016-03-10 | -2/+2 | |
| | |||||
* | NMS: Support all fields during switch insert | Kristian Lyngstol | 2016-03-10 | -10/+20 | |
| | | | | | | It's not particularly pretty, but it works OK. Next: Modifications. | ||||
* | NMS: Generalize switch info box and add mgmt | Kristian Lyngstol | 2016-03-09 | -45/+48 | |
| | | | | | | | Makes it possible to show all info the server returns, even if it's a bit ugly. The management info isn't updated automatically (yet). | ||||
* | Merge playback of historical and live data | Nicolai Tellefsen | 2016-03-06 | -92/+94 | |
| | | | | | | | Implemented various playback functions to control both historical playback and normal "live" playback. This functionality has been gathered under nms.playback. The separate ping and ports timers are still available if needed, but not currently in use. | ||||
* | Add timezone compensation to epoch converters | Nicolai Tellefsen | 2016-03-06 | -1/+16 | |
| | |||||
* | Optimize setNow() | Nicolai Tellefsen | 2016-03-05 | -10/+2 | |
| | |||||
* | Make nowPicker use nms.now as default value | Nicolai Tellefsen | 2016-03-05 | -0/+2 | |
| | |||||
* | NMS: Add basic playback functions | Nicolai Tellefsen | 2016-03-05 | -66/+87 | |
| | |||||
* | Merge branch 'timetravel-gui' | Nicolai Tellefsen | 2016-03-04 | -39/+3721 | |
|\ | |||||
| * | Add basic time travel UI | Nicolai Tellefsen | 2016-03-04 | -39/+3721 | |
| | | |||||
* | | nms: Further simplify and fix the API | Kristian Lyngstol | 2016-03-04 | -9/+12 | |
| | | | | | | | | | | | | Now this works: tools/add_switches.txt.pl < switches.txt | POST http://demo:demo@localhost/private/switch-add | ||||
* | | NMS: Sort api "doc" | Kristian Lyngstol | 2016-03-04 | -25/+32 | |
| | | | | | | | | | | No, this isn't even close to finished. Needs documentation on the actual API and output and whatnot. | ||||
* | | NMS: Remove now redundant "Security" things | Kristian Lyngstol | 2016-03-04 | -2/+2 | |
| | | | | | | | | Better to have proper isolation than this crud. | ||||
* | | nms: Remove redundant files | Kristian Lyngstol | 2016-03-04 | -0/+0 | |
| | | | | | | | | speedometer probably doesn't work now anyway until it's heavily updated. | ||||
* | | nms: Split pub/switches in two | Kristian Lyngstol | 2016-03-04 | -31/+65 | |
| | | | | | | | | Makes authentication simpler. | ||||
* | | nms: Rename API end points and separate public/private | Kristian Lyngstol | 2016-03-04 | -21/+32 | |
|/ | |||||
* | Moooore. Cleanup. | Joachim Tingvold | 2016-03-02 | -0/+0 | |
| | |||||
* | Cleaned up some. | Joachim Tingvold | 2016-03-02 | -395/+7 | |
| | |||||
* | nms: Tweak switches.pl and add switch-state.pl | Kristian Lyngstol | 2016-03-02 | -5/+147 | |
| | |||||
* | Stop trafficUpdater() from passing along NaN values | Nicolai Tellefsen | 2016-03-01 | -1/+2 | |
| | |||||
* | Add management support to updateSwitches() | Nicolai Tellefsen | 2016-03-01 | -0/+2 | |
| | |||||
* | Read switch-placements from switches.pl | Nicolai Tellefsen | 2016-03-01 | -6/+49 | |
| | |||||
* | nms: Adjust switches_add.pl | Kristian Lyngstol | 2016-02-29 | -11/+26 | |
| | | | | | | | It now accepts an array of switches, and the output of add_switches.txt.pl can be used directly as input, ignoring duplicates. Still not done. Need placements etc. | ||||
* | nms: Basic switches_add API | Kristian Lyngstol | 2016-02-26 | -0/+29 | |
| | | | | | | Needs lots of work. And also, I removed CGI.pm because it sucks. |