Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | 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 | -14/+14 | |
|/ | |||||
* | 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. | ||||
* | nms: Remove old gunk | Kristian Lyngstol | 2016-02-21 | -40/+10 | |
| | | | | | | | | This utterly breaks the js frontend until I can rewrite that to use the proper APIs. On the pluss-side, it will reduce the amount of pointless data transferred continuously to the clients. | ||||
* | nms: Convert ping to new format | Kristian Lyngstol | 2016-02-21 | -23/+48 | |
| | | | | | | | Also: Breaks front-end because I changed the data format. I want 'when'-logic to be global, which means standardizing on a single column name for time stamps. "Updated" made no sense anyway. | ||||
* | nms: Add images back in | Kristian Lyngstol | 2016-02-21 | -0/+0 | |
| | |||||
* | nms: Make NMS great again | Kristian Lyngstol | 2016-02-21 | -5/+10 | |
| | | | | Or: Move nms2 to root | ||||
* | NMS: Major cleanup | Kristian Lyngstol | 2016-02-21 | -46/+0 | |
| | | | | Prepare for nms2-as-default | ||||
* | nms: Refactoring work | Kristian Lyngstol | 2016-02-21 | -103/+31 | |
| | | | | | | | Moving SNMP into a separate module reduces startup time for all the stuff that doesn't need it. Currently comments are broken because the js hasn't been updated. | ||||
* | nms: Start splitting up port-state.pl | Kristian Lyngstol | 2016-02-21 | -0/+16 | |
| | |||||
* | nms: Begynn å rydde i port-state.pl | Kristian Lyngstol | 2016-02-21 | -18/+49 | |
| | |||||
* | nms: Fix firefox replay | Kristian Lyngstol | 2016-02-21 | -3/+3 | |
| | | | | by actually following the spec | ||||
* | Merge branch 'master' of 192.168.122.1:tgmanage | Kristian Lyngstol | 2015-06-23 | -56/+123 | |
|\ | |||||
| * | NMS: Add info-text for temperature map | Kristian Lyngstol | 2015-05-07 | -28/+100 | |
| | | | | | | | | | | This can also be used by other updaters. It doesn't look particularly good on "small" switches though.... | ||||
| * | iNMS: Minor visibility tweaks for tablets :wq | Kristian Lyngstol | 2015-05-05 | -28/+23 | |
| | | | | | | | | NANO!? GAH! | ||||
* | | NMS: Basic groundwork for public NMS | Kristian Lyngstol | 2015-06-23 | -3/+6 | |
|/ | | | | | | Hashing the interface names allows us to expose them to end-users without too much effort. This still isn't quite finalized, but the backend work is a good start. | ||||
* | NMS: Add "total switch speed" map | Kristian Lyngstol | 2015-04-29 | -4/+55 | |
| | | | | I'm thinking of factoring ifhighspeed for the scaling... | ||||
* | NMS: Better refresh/sticky maps | Kristian Lyngstol | 2015-04-28 | -19/+51 | |
| | |||||
* | NMS: Prettier time travel box | Kristian Lyngstol | 2015-04-28 | -16/+23 | |
| | |||||
* | NMS: Add real gradient support for all maps | Kristian Lyngstol | 2015-04-27 | -65/+110 | |
| | | | | | This so beats custom-gradient-functions for latency, custom for temperature and custom for speed... | ||||
* | NMS: Disable debug handler for key bindings | Kristian Lyngstol | 2015-04-25 | -1/+1 | |
| | |||||
* | NMS: Monster-commit after local .git corruption | Kristian Lyngstol | 2015-04-25 | -367/+941 | |
| | | | | | | | | This constitutes ... I don't know.... 20 commits or something like that. Unfortunately my local .git directory got corrupted while the check out was OK (after the VM froze). Instead of trying to recreate the local history, I'm just hurrying the hell up and getting this work OFF my local laptop and VM so I don't lose anything for good. | ||||
* | NMS: Update TODO | Kristian Lyngstol | 2015-04-21 | -10/+12 | |
| | |||||
* | NMS: More coarse-tuning of comments | Kristian Lyngstol | 2015-04-21 | -53/+119 | |
| | | | | | | | Wouldn't call it fine tuning. Now got active/inactive/persists/delete state working OK, and things are showing up prettier. | ||||
* | NMS: FireFoxFix: s/innerText/textContent/ | Kristian Lyngstol | 2015-04-21 | -7/+7 | |
| | |||||
* | NMS: Add layer-visibility setting/debug dialog | Kristian Lyngstol | 2015-04-21 | -15/+59 | |
| | |||||
* | NMS: Update TODO and data description | Kristian Lyngstol | 2015-04-21 | -4/+9 | |
| | | | | Oh, and adjust range of the scaler since I kept hitting it on my laptop. | ||||
* | NMS: Update TODO | Kristian Lyngstol | 2015-04-20 | -3/+7 | |
| | |||||
* | NMS: Remove debug code | Kristian Lyngstol | 2015-04-20 | -1/+0 | |
| | |||||
* | NMS: Add comment-spotting map | Kristian Lyngstol | 2015-04-20 | -0/+52 | |
| | | | | | | This helps identify which switches are being worked on. If I choose to add "active"/"inactive" toggling, then this will further contribute to the usefulness of this map. | ||||
* | NMS: Add comment field for switches | Kristian Lyngstol | 2015-04-20 | -8/+95 | |
| | |||||
* | Add a comment for updateSpeed | Kristian Lyngstol | 2015-04-17 | -0/+7 | |
| | |||||
* | NMS: Split things into multiple files and tweaks | Kristian Lyngstol | 2015-04-17 | -325/+347 | |
| | |||||
* | NMS: Simplify some of the handler-logic | Kristian Lyngstol | 2015-04-16 | -27/+70 | |
| | |||||
* | NMS: Output streamlining for time | Kristian Lyngstol | 2015-04-15 | -32/+69 | |
| | | | | | | | | | | | | | | | | | | Now displays time as shown in the database (don't want to use nms.now, since that might not reflect the actual data). This does have one flaw: Ping time is a separate request, so technically there could be a miss-match there. Also fix the padding-issue with time display. (E.g.: 17:5:5 17:50:5 17:5:50 17:50:50 7:51:15 17:15:51 etc. |