aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* nms: Cache longer by default.Kristian Lyngstol2016-02-21-1/+1
|
* 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-1/+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-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/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/+99
| | |
* | | nms: Begynn å rydde i port-state.plKristian Lyngstol2016-02-21-18/+49
| |/ |/|
* | Merge branch 'master' of github.com:tech-server/tgmanageKristian Lyngstol2016-02-21-5/+816
|\|
| * nms: Docker: Finally works "out of the box"Kristian Lyngstol2016-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 replayKristian Lyngstol2016-02-21-3/+3
|/ | | | by actually following the spec
* nms: More docker/config work for tg16Kristian Lyngstol2016-02-20-18/+50
|
* nms: Work on default setupKristian Lyngstol2016-02-20-1/+87
|
* nms: Basic apache confKristian Lyngstol2016-02-20-0/+41
| | | | Now with .conf since that's what apache2 includes
* nms: Docker cmd line noteKristian Lyngstol2016-02-20-0/+1
| | | | because it's so easy to remember this garbage
* nms: Minor dockerfile additionKristian Lyngstol2016-02-20-0/+3
| | | | Not usable yet.
* Merge branch 'master' of github.com:tech-server/tgmanageKristian Lyngstol2016-02-20-65/+52
|\
| * Ehr, cosmetics.Joachim Tingvold2016-02-17-1/+1
| |
| * Minor changes.Joachim Tingvold2016-02-17-8/+11
| |
| * Modified for TG16.Joachim Tingvold2016-02-04-60/+44
| |
* | nms: Start docker-stuffKristian Lyngstol2016-02-20-0/+216
|/
* FAP-setupJoachim Tingvold2015-09-27-0/+5
|
* Merge branch 'master' of github.com:tech-server/tgmanageKristian Lyngstol2015-06-23-0/+236
|\
| * Re-add removed files.Joachim Tingvold2015-05-18-0/+236
| |
* | Merge branch 'master' of 192.168.122.1:tgmanageKristian Lyngstol2015-06-23-56/+566
|\|
| * Update docs and dependency listKristian Lyngstol2015-05-08-0/+63
| | | | | | | | And a magic tool of nastyness to get that list from a functional system.
| * Add local mibs and a script to fetch mibsKristian Lyngstol2015-05-08-0/+19
| | | | | | | | | | | | "Oooo, just use OID's instead!" no.
| * Merge branch 'master' of github.com:tech-server/tgmanageKristian Lyngstol2015-05-08-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!
| * | lldpdiscovery: More intelligenceKristian Lyngstol2015-05-08-12/+64
| |/
| * Bump dotnet.shKristian Lyngstol2015-05-04-0/+5
| |
| * Add dotnet.sh supportKristian Lyngstol2015-05-04-9/+12
| | | | | | | | | | Run ./dotnet.sh <ip> <community> and out comes a png with your network topology.
| * Add draw-neighbors.pl to utilize lldpdiscover.pl outputKristian Lyngstol2015-05-04-3/+41
| |
| * Merge branch 'master' of github.com:tech-server/tgmanageKristian Lyngstol2015-05-03-425/+2209
| |\
| * | tools: Add rewritten lldpdiscover.plKristian Lyngstol2015-05-03-0/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | This isn't really complete yet, but concept is simple enough: Instead of tying the lldp discovery tightly together with the NMS database, this tool _just_ does discovery, and outputs JSON that can be used by other tools. It still requires a good bit of work, but has some real fun potential. I am also going to merge this with build-linknets.pl.
* | | NMS: Basic groundwork for public NMSKristian Lyngstol2015-06-23-3/+9
| |/ |/| | | | | | | | | 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
| |
* | NMS: Monster-commit after local .git corruptionKristian Lyngstol2015-04-25-368/+2017
|/ | | | | | | | 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.