Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | NMS: Fix/tweak ping-json2.pl SQL too | Kristian Lyngstol | 2015-04-14 | -1/+1 | |
| | |||||
* | NMS: ooops. Re-fix SQL that I broke to fix | Kristian Lyngstol | 2015-04-14 | -2/+2 | |
| | |||||
* | NMS: Performance tuning on multiple layers | Kristian Lyngstol | 2015-04-14 | -122/+280 | |
| | | | | | | | | | | 1. Add scaffolding for frontend timer tweaks, and a simple debug UI for it. 2. Add frontend ajax-tracker, to avoid spamming the backend too fast when it's unable to cope. 3. Considerably simplify the SQL The SQL tuning has drastically cut the response time of port-state.pl. I need to update the schema too to reflect the new indexes I'm using. | ||||
* | Adjust "now" font-size. | Kristian Lyngstol | 2015-04-13 | -6/+6 | |
| | |||||
* | Numerous style tweaks and minor fixes to NMS2 | Kristian Lyngstol | 2015-04-13 | -52/+131 | |
| | |||||
* | Add dhcp-json.pl to get DHCP data in json-format | Kristian Lyngstol | 2015-04-13 | -0/+19 | |
| | |||||
* | NMS: Bump jquery and bootstrap version | Kristian Lyngstol | 2015-04-11 | -610/+9764 | |
| | | | | Also introduces several related style-fixes. | ||||
* | NMS: Multi-canvas drawing for potential performance | Kristian Lyngstol | 2015-04-11 | -119/+152 | |
| | | | | | | Not a big deal for chromium at the moment, but firefox liked it. It also has more potential for future improvments. | ||||
* | Remove nms2/css/ping.css | Kristian Lyngstol | 2015-04-10 | -14/+0 | |
| | | | | (Unused copy of ping.css) | ||||
* | NMS: Cleanups | Kristian Lyngstol | 2015-04-10 | -504/+9 | |
| | | | | | - Remove prototype (merged with index/nms) - Use fewer global variables | ||||
* | NMS: Tweak replay logic and fix linknet/ping drop | Kristian Lyngstol | 2015-04-10 | -29/+33 | |
| | | | | | | We only get ping_data for live networks, but that creates a problem when we iterate that list instead of the complete list of switches/linknets: If a switch goes away, its last status would be shown. | ||||
* | NMS: Improve time travel and add About | Kristian Lyngstol | 2015-04-10 | -8/+55 | |
| | |||||
* | NMS2: Draw linknets, fix fonts and add replay | Kristian Lyngstol | 2015-04-10 | -12/+69 | |
| | |||||
* | NMS: Implement time travel. | Kristian Lyngstol | 2015-04-10 | -11/+67 | |
| | |||||
* | Cleanups and early optimizations | Kristian Lyngstol | 2015-04-10 | -52/+54 | |
| | |||||
* | NMS2: Only redraw switches if color actually changed | Kristian Lyngstol | 2015-04-10 | -2/+4 | |
| | |||||
* | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2015-04-10 | -97/+506 | |
|\ | |||||
| * | NMS2: Integrate the prototype-map into nms2 | Kristian Lyngstol | 2015-04-10 | -97/+506 | |
| | | |||||
* | | NMS2 prototype: Add orig-explanation | Kristian Lyngstol | 2015-04-09 | -0/+8 | |
| | | |||||
* | | NMS prototype: Minor style tweaks and cleanups | Kristian Lyngstol | 2015-04-09 | -32/+31 | |
|/ | |||||
* | NMS prototype: Fix scale computation | Kristian Lyngstol | 2015-04-09 | -6/+13 | |
| | | | | Now accounting properly for screen offsets added by menus etc. | ||||
* | NMS: Add prototype for new map drawing | Kristian Lyngstol | 2015-04-09 | -0/+485 | |
| | |||||
* | TG15 cleaning: Remove unused files | Kristian Lyngstol | 2015-04-05 | -9499/+0 | |
| | |||||
* | Some more changes for TG15. | root | 2015-04-05 | -0/+156 | |
| | |||||
* | Clean up nms2 | Kristian Lyngstol | 2015-04-05 | -2770/+15 | |
| | |||||
* | Remove unused stuff | Kristian Lyngstol | 2015-04-04 | -583/+0 | |
| | |||||
* | MISC stuff people forgot | Kristian Lyngstol | 2015-04-04 | -264/+743 | |
| | |||||
* | Port-state bump to get less load | Kristian Lyngstol | 2015-04-04 | -1/+1 | |
| | |||||
* | NMS2 bump | Kristian Lyngstol | 2015-04-04 | -107/+291 | |
| | |||||
* | Port state bump | Kristian Lyngstol | 2015-04-04 | -39/+19 | |
| | |||||
* | Fix face-palm of ping.js | Kristian Lyngstol | 2015-04-04 | -2/+1 | |
| | |||||
* | NMS2: Working map | Kristian Lyngstol | 2015-04-04 | -0/+559 | |
| | |||||
* | switches-json2.pl is merged with port-state | Kristian Lyngstol | 2015-04-03 | -43/+0 | |
| | |||||
* | Port-state and ping-json2.pl data format bump | Kristian Lyngstol | 2015-04-03 | -3/+68 | |
| | |||||
* | Make maps use new SQL schema | Knut Auvor Grythe | 2015-04-03 | -21/+21 | |
| | |||||
* | Added tempmap from tg09 and updated it | Arne Sund | 2015-04-03 | -1/+90 | |
| | |||||
* | Mae the map use the new sql schema | Knut Auvor Grythe | 2015-04-02 | -1/+1 | |
| | |||||
* | Bump lots of changes | Kristian Lyngstol | 2015-04-02 | -2/+89116 | |
| | |||||
* | Add support for poll2, plus sort-by-port | Knut Auvor Grythe | 2015-04-02 | -11/+39 | |
| | |||||
* | Update all maps to use the poll2 table | Knut Auvor Grythe | 2015-04-02 | -13/+28 | |
| | |||||
* | NMS-changes | Joachim Tingvold | 2015-04-01 | -14/+21 | |
| | |||||
* | Add support for #require-version and %SYSNAME% in smanagrun, UI fixes | Knut Auvor Grythe | 2015-04-01 | -9/+9 | |
| | |||||
* | Showswitch: Show IP | root | 2015-03-31 | -2/+2 | |
| | |||||
* | Salkart tg15 | root | 2015-03-31 | -0/+0 | |
| | |||||
* | NMS TG15-tweaks | root | 2015-03-31 | -19/+35 | |
| | |||||
* | move ssendfile.pl, it's not a webpage | Knut Auvor Grythe | 2015-03-31 | -50/+0 | |
| | |||||
* | clean up juniper-ssh code | Knut Auvor Grythe | 2015-03-31 | -2/+4 | |
| | |||||
* | Fix uplink map (requires SQL changes) | root | 2015-03-31 | -1/+1 | |
| | |||||
* | Bump ping timeout | root | 2015-03-31 | -1/+1 | |
| | |||||
* | Remove old background. | Steinar H. Gunderson | 2014-04-22 | -0/+0 | |
| |