aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* NMS: Update TODOKristian Lyngstol2015-04-21-10/+12
|
* NMS: More coarse-tuning of commentsKristian Lyngstol2015-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 Lyngstol2015-04-21-7/+7
|
* NMS: Add layer-visibility setting/debug dialogKristian Lyngstol2015-04-21-15/+59
|
* NMS: Update TODO and data descriptionKristian Lyngstol2015-04-21-4/+9
| | | | Oh, and adjust range of the scaler since I kept hitting it on my laptop.
* NMS: Update TODOKristian Lyngstol2015-04-20-3/+7
|
* Merge branch 'master' of github.com:tech-server/tgmanageKristian Lyngstol2015-04-20-77/+585495
|\
| * Removed OS-files. Added to .gitignore!TG15Joachim Tingvold2015-04-16-3/+8
| |
| * Network configuration used at TG15.Joachim Tingvold2015-04-16-0/+28069
| |
| * Added this years NMS-config file.Joachim Tingvold2015-04-16-16/+172
| |
| * Removed unused folder.Joachim Tingvold2015-04-16-35/+0
| |
| * Added config used at TG15.Joachim Tingvold2015-04-16-8/+557166
| |
| * Merge branch 'master' of github.com:tech-server/tgmanageJoachim Tingvold2015-04-16-11437/+11520
| |\
| * | Improved streamstats.Joachim Tingvold2015-04-16-48/+113
| | |
* | | NMS: Remove debug codeKristian Lyngstol2015-04-20-1/+0
| | |
* | | NMS: Add comment-spotting mapKristian Lyngstol2015-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 switchesKristian Lyngstol2015-04-20-8/+95
| | |
* | | Add a comment for updateSpeedKristian Lyngstol2015-04-17-0/+7
| | |
* | | NMS: Split things into multiple files and tweaksKristian Lyngstol2015-04-17-325/+347
| | |
* | | NMS: Simplify some of the handler-logicKristian Lyngstol2015-04-16-27/+70
| | |
* | | NMS: Output streamlining for timeKristian Lyngstol2015-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.
* | | NMS: Fix/tweak ping-json2.pl SQL tooKristian Lyngstol2015-04-14-1/+1
| |/ |/|
* | NMS: ooops. Re-fix SQL that I broke to fixKristian Lyngstol2015-04-14-2/+2
| |
* | NMS: Performance tuning on multiple layersKristian Lyngstol2015-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 Lyngstol2015-04-13-6/+6
| |
* | Numerous style tweaks and minor fixes to NMS2Kristian Lyngstol2015-04-13-52/+131
| |
* | Add dhcp-json.pl to get DHCP data in json-formatKristian Lyngstol2015-04-13-0/+19
| |
* | NMS: Bump jquery and bootstrap versionKristian Lyngstol2015-04-11-610/+9764
| | | | | | | | Also introduces several related style-fixes.
* | NMS: Multi-canvas drawing for potential performanceKristian Lyngstol2015-04-11-120/+153
| | | | | | | | | | | | 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.cssKristian Lyngstol2015-04-10-14/+0
| | | | | | | | (Unused copy of ping.css)
* | NMS: CleanupsKristian Lyngstol2015-04-10-504/+9
| | | | | | | | | | - Remove prototype (merged with index/nms) - Use fewer global variables
* | Varnish: Increase/improve cache rate for nmsKristian Lyngstol2015-04-10-3/+6
| |
* | NMS: Tweak replay logic and fix linknet/ping dropKristian Lyngstol2015-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 AboutKristian Lyngstol2015-04-10-8/+55
| |
* | NMS2: Draw linknets, fix fonts and add replayKristian Lyngstol2015-04-10-12/+69
| |
* | NMS: Implement time travel.Kristian Lyngstol2015-04-10-11/+67
| |
* | Cleanups and early optimizationsKristian Lyngstol2015-04-10-52/+54
| |
* | NMS2: Only redraw switches if color actually changedKristian Lyngstol2015-04-10-2/+4
| |
* | Merge branch 'master' of github.com:tech-server/tgmanageKristian Lyngstol2015-04-10-97/+506
|\ \
| * | NMS2: Integrate the prototype-map into nms2Kristian Lyngstol2015-04-10-97/+506
| | |
* | | NMS2 prototype: Add orig-explanationKristian Lyngstol2015-04-09-0/+8
| | |
* | | NMS prototype: Minor style tweaks and cleanupsKristian Lyngstol2015-04-09-32/+31
|/ /
* | NMS prototype: Fix scale computationKristian Lyngstol2015-04-09-6/+13
| | | | | | | | Now accounting properly for screen offsets added by menus etc.
* | NMS: Add prototype for new map drawingKristian Lyngstol2015-04-09-0/+485
| |
* | Merge branch 'master' of https://github.com/tech-server/tgmanageKristian Lyngstol2015-04-05-0/+63
|\|
| * Crunch cubemap stats.Joachim Tingvold2015-04-05-0/+63
| | | | | | | | Combine the access.log-files needed, and crunch it with this to get number of viewers per day for each stream. Also support listing only unique visitors per day (i.e. users with the same IP).
* | Add cubemap examplesKristian Lyngstol2015-04-05-0/+0
| |
* | tg15 cleanupKristian Lyngstol2015-04-05-0/+4
| |
* | Add obfuscated einstein / NMS cronKristian Lyngstol2015-04-05-3/+39
| |
* | tg15: Clean up other unused thingsKristian Lyngstol2015-04-05-604/+0
| |