aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
* NMS: Support all fields during switch insertKristian Lyngstol2016-03-10-10/+20
| | | | | | It's not particularly pretty, but it works OK. Next: Modifications.
* NMS: Generalize switch info box and add mgmtKristian Lyngstol2016-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 dataNicolai Tellefsen2016-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 convertersNicolai Tellefsen2016-03-06-1/+16
|
* Optimize setNow()Nicolai Tellefsen2016-03-05-10/+2
|
* Make nowPicker use nms.now as default valueNicolai Tellefsen2016-03-05-0/+2
|
* NMS: Add basic playback functionsNicolai Tellefsen2016-03-05-66/+87
|
* Merge branch 'timetravel-gui'Nicolai Tellefsen2016-03-04-39/+3721
|\
| * Add basic time travel UINicolai Tellefsen2016-03-04-39/+3721
| |
* | nms: Further simplify and fix the APIKristian Lyngstol2016-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 Lyngstol2016-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" thingsKristian Lyngstol2016-03-04-2/+2
| | | | | | | | Better to have proper isolation than this crud.
* | nms: Remove redundant filesKristian Lyngstol2016-03-04-0/+0
| | | | | | | | speedometer probably doesn't work now anyway until it's heavily updated.
* | nms: Split pub/switches in twoKristian Lyngstol2016-03-04-31/+65
| | | | | | | | Makes authentication simpler.
* | nms: Rename API end points and separate public/privateKristian Lyngstol2016-03-04-21/+32
|/
* Moooore. Cleanup.Joachim Tingvold2016-03-02-0/+0
|
* Cleaned up some.Joachim Tingvold2016-03-02-395/+7
|
* nms: Tweak switches.pl and add switch-state.plKristian Lyngstol2016-03-02-5/+147
|
* Stop trafficUpdater() from passing along NaN valuesNicolai Tellefsen2016-03-01-1/+2
|
* Add management support to updateSwitches()Nicolai Tellefsen2016-03-01-0/+2
|
* Read switch-placements from switches.plNicolai Tellefsen2016-03-01-6/+49
|
* nms: Adjust switches_add.plKristian Lyngstol2016-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 APIKristian Lyngstol2016-02-26-0/+29
| | | | | | Needs lots of work. And also, I removed CGI.pm because it sucks.
* nms: Remove old gunkKristian Lyngstol2016-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 formatKristian Lyngstol2016-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.
* Merge branch 'master' of github.com:tech-server/tgmanageKristian Lyngstol2016-02-21-0/+0
|\
| * Pakkesentrifuge!Joachim Tingvold2016-02-21-0/+0
| |
* | nms: Add images back inKristian Lyngstol2016-02-21-0/+0
| |
* | nms: Make NMS great againKristian Lyngstol2016-02-21-5/+10
| | | | | | | | Or: Move nms2 to root
* | NMS: Major cleanupKristian Lyngstol2016-02-21-46/+0
|/ | | | Prepare for nms2-as-default
* nms: Refactoring workKristian Lyngstol2016-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.
* Merge branch 'master' of github.com:tech-server/tgmanageKristian Lyngstol2016-02-21-229/+41
|\
| * nms/varnish: Reindenter vclKristian Lyngstol2016-02-21-40/+41
| |
| * Merge branch 'master' of github.com:tech-server/tgmanageKristian Lyngstol2016-02-21-3/+3
| |\
| * | nms: Fjern skrotKristian Lyngstol2016-02-21-205/+16
| | | | | | | | | | | | | | | | | | Norsk eller english? Vi mix it up litt for forvirring. Ny regel: Norsk før midnatt, engelsk etter.
* | | nms: Start splitting up port-state.plKristian Lyngstol2016-02-21-0/+16
| | |
* | | nms: Begynn å rydde i port-state.plKristian Lyngstol2016-02-21-18/+49
| |/ |/|
* | nms: Fix firefox replayKristian Lyngstol2016-02-21-3/+3
|/ | | | by actually following the spec
* nms: More docker/config work for tg16Kristian Lyngstol2016-02-20-7/+3
|
* nms: Work on default setupKristian Lyngstol2016-02-20-0/+74
|
* nms: Basic apache confKristian Lyngstol2016-02-20-0/+41
| | | | Now with .conf since that's what apache2 includes
* Merge branch 'master' of 192.168.122.1:tgmanageKristian Lyngstol2015-06-23-56/+123
|\
| * NMS: Add info-text for temperature mapKristian Lyngstol2015-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 :wqKristian Lyngstol2015-05-05-28/+23
| | | | | | | | NANO!? GAH!
* | NMS: Basic groundwork for public NMSKristian Lyngstol2015-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" mapKristian Lyngstol2015-04-29-4/+55
| | | | I'm thinking of factoring ifhighspeed for the scaling...
* NMS: Better refresh/sticky mapsKristian Lyngstol2015-04-28-19/+51
|
* NMS: Prettier time travel boxKristian Lyngstol2015-04-28-16/+23
|
* NMS: Add real gradient support for all mapsKristian Lyngstol2015-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 bindingsKristian Lyngstol2015-04-25-1/+1
|