Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Cleaned up some. | Joachim Tingvold | 2016-03-02 | -3/+7 | |
| | |||||
* | nms: Tweak switches.pl and add switch-state.pl | Kristian Lyngstol | 2016-03-02 | -5/+154 | |
| | |||||
* | 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 | |
| | |||||
* | Deleted duplicate files. | Joachim Tingvold | 2016-03-01 | -499/+0 | |
| | |||||
* | Merge pull request #29 from niccofyren/make-switches-great-again | niccofyren | 2016-03-01 | -6/+49 | |
|\ | | | | | Read switch-placements from switches.pl | ||||
| * | Read switch-placements from switches.pl | Nicolai Tellefsen | 2016-03-01 | -6/+49 | |
|/ | |||||
* | Readme work. missing last steps of the process. | Magnus Kirø | 2016-02-29 | -0/+18 | |
| | |||||
* | tabs to spaces! | Magnus Kirø | 2016-02-29 | -15/+15 | |
| | |||||
* | Stupid me, forgot to replace tabs with spaces! | Magnus Kirø | 2016-02-29 | -59/+57 | |
| | |||||
* | Added buildfolder to local gitignore file. Dont need autogenerated stuff in ↵ | Magnus Kirø | 2016-02-29 | -0/+1 | |
| | | | | reop. | ||||
* | Dont use tabs for spaces its just ugly, so I pretyfied it. | Magnus Kirø | 2016-02-29 | -36/+36 | |
| | |||||
* | added .idea folder to gitignore. Dont need IDE configs in repo. | Magnus Kirø | 2016-02-29 | -0/+1 | |
| | |||||
* | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-02-29 | -11/+26 | |
|\ | |||||
| * | 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: Update add_switches.txt.pl to output an arrary | Kristian Lyngstol | 2016-02-29 | -10/+10 | |
| | | |||||
* | | Switches and patchlists tg16 | Kristian Lyngstol | 2016-02-29 | -0/+262 | |
|/ | |||||
* | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-02-26 | -10/+48 | |
|\ | |||||
| * | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-02-26 | -0/+153 | |
| |\ | |||||
| * | | nms: Basic switches_add API | Kristian Lyngstol | 2016-02-26 | -10/+48 | |
| | | | | | | | | | | | | | | | | | | Needs lots of work. And also, I removed CGI.pm because it sucks. | ||||
* | | | nms: Add database schema | Kristian Lyngstol | 2016-02-26 | -0/+0 | |
| | | | |||||
* | | | tools/add_switches*: Output JSON instead of Dumper() | Kristian Lyngstol | 2016-02-26 | -1/+2 | |
| |/ |/| | |||||
* | | Split add_switches.txt.pl into a module | Kristian Lyngstol | 2016-02-26 | -105/+142 | |
| | | | | | | | | | | It is useful to allow input from a nice little webapp instead of just cmdline, hence the module-thing. | ||||
* | | tools: Make directory for lldp-misc | Kristian Lyngstol | 2016-02-26 | -0/+0 | |
| | | | | | | | | Cleaner this way | ||||
* | | More cleanup and adding add_switches.txt.pl | Kristian Lyngstol | 2016-02-26 | -0/+116 | |
| | | | | | | | | add_switches.txt.pl is not quite done yet | ||||
* | | Archive old/unused things | Kristian Lyngstol | 2016-02-26 | -0/+0 | |
|/ | |||||
* | nms: Cache longer by default. | Kristian Lyngstol | 2016-02-21 | -1/+1 | |
| | |||||
* | 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. | ||||
* | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-02-21 | -0/+0 | |
|\ | |||||
| * | Pakkesentrifuge! | Joachim Tingvold | 2016-02-21 | -0/+0 | |
| | | |||||
* | | nms: Add images back in | Kristian Lyngstol | 2016-02-21 | -1/+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 | -186/+140 | |
| | | | | | | | 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/tgmanage | Kristian Lyngstol | 2016-02-21 | -229/+41 | |
|\ | |||||
| * | nms/varnish: Reindenter vcl | Kristian Lyngstol | 2016-02-21 | -40/+41 | |
| | | |||||
| * | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-02-21 | -3/+3 | |
| |\ | |||||
| * | | nms: Fjern skrot | Kristian Lyngstol | 2016-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.pl | Kristian Lyngstol | 2016-02-21 | -0/+99 | |
| | | | |||||
* | | | nms: Begynn å rydde i port-state.pl | Kristian Lyngstol | 2016-02-21 | -18/+49 | |
| |/ |/| | |||||
* | | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-02-21 | -5/+816 | |
|\| | |||||
| * | nms: Docker: Finally works "out of the box" | Kristian Lyngstol | 2016-02-21 | -5/+816 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Need nms-dump.sql.gz Running: docker run -v /sys/fs/cgroup:/sys/fs/cgroup:ro --privileged --rm -ti --name=db nms-db docker run -v /sys/fs/cgroup:/sys/fs/cgroup:ro --privileged --rm -ti --name=front --link=db:db nms-front And then access front facing ip of, err, front. | ||||
* | | nms: Fix firefox replay | Kristian Lyngstol | 2016-02-21 | -3/+3 | |
|/ | | | | by actually following the spec | ||||
* | nms: More docker/config work for tg16 | Kristian Lyngstol | 2016-02-20 | -18/+50 | |
| | |||||
* | nms: Work on default setup | Kristian Lyngstol | 2016-02-20 | -1/+87 | |
| | |||||
* | nms: Basic apache conf | Kristian Lyngstol | 2016-02-20 | -0/+41 | |
| | | | | Now with .conf since that's what apache2 includes | ||||
* | nms: Docker cmd line note | Kristian Lyngstol | 2016-02-20 | -0/+1 | |
| | | | | because it's so easy to remember this garbage | ||||
* | nms: Minor dockerfile addition | Kristian Lyngstol | 2016-02-20 | -0/+3 | |
| | | | | Not usable yet. | ||||
* | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-02-20 | -65/+52 | |
|\ |