Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | 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 | |
|\ | |||||
| * | Ehr, cosmetics. | Joachim Tingvold | 2016-02-17 | -1/+1 | |
| | | |||||
| * | Minor changes. | Joachim Tingvold | 2016-02-17 | -8/+11 | |
| | | |||||
| * | Modified for TG16. | Joachim Tingvold | 2016-02-04 | -60/+44 | |
| | | |||||
* | | nms: Start docker-stuff | Kristian Lyngstol | 2016-02-20 | -0/+216 | |
|/ | |||||
* | FAP-setup | Joachim Tingvold | 2015-09-27 | -0/+5 | |
| | |||||
* | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2015-06-23 | -0/+236 | |
|\ | |||||
| * | Re-add removed files. | Joachim Tingvold | 2015-05-18 | -0/+236 | |
| | | |||||
* | | Merge branch 'master' of 192.168.122.1:tgmanage | Kristian Lyngstol | 2015-06-23 | -56/+566 | |
|\| | |||||
| * | Update docs and dependency list | Kristian Lyngstol | 2015-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 mibs | Kristian Lyngstol | 2015-05-08 | -0/+19 | |
| | | | | | | | | | | | | "Oooo, just use OID's instead!" no. | ||||
| * | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2015-05-08 | -56/+123 | |
| |\ | |||||
| | * | NMS: Add info-text for temperature map | Kristian Lyngstol | 2015-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 :wq | Kristian Lyngstol | 2015-05-05 | -28/+23 | |
| | | | | | | | | | | | | NANO!? GAH! | ||||
| * | | lldpdiscovery: More intelligence | Kristian Lyngstol | 2015-05-08 | -12/+64 | |
| |/ | |||||
| * | Bump dotnet.sh | Kristian Lyngstol | 2015-05-04 | -0/+5 | |
| | | |||||
| * | Add dotnet.sh support | Kristian Lyngstol | 2015-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 output | Kristian Lyngstol | 2015-05-04 | -3/+41 | |
| | | |||||
| * | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2015-05-03 | -425/+2209 | |
| |\ | |||||
| * | | tools: Add rewritten lldpdiscover.pl | Kristian Lyngstol | 2015-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 NMS | Kristian Lyngstol | 2015-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" map | Kristian Lyngstol | 2015-04-29 | -4/+55 | |
| | | | | | | | | I'm thinking of factoring ifhighspeed for the scaling... | ||||
* | | NMS: Better refresh/sticky maps | Kristian Lyngstol | 2015-04-28 | -19/+51 | |
| | | |||||
* | | NMS: Prettier time travel box | Kristian Lyngstol | 2015-04-28 | -16/+23 | |
| | | |||||
* | | NMS: Add real gradient support for all maps | Kristian Lyngstol | 2015-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 bindings | Kristian Lyngstol | 2015-04-25 | -1/+1 | |
| | | |||||
* | | NMS: Monster-commit after local .git corruption | Kristian Lyngstol | 2015-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. | ||||
* | NMS: Update TODO | Kristian Lyngstol | 2015-04-21 | -10/+12 | |
| | |||||
* | NMS: More coarse-tuning of comments | Kristian Lyngstol | 2015-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 Lyngstol | 2015-04-21 | -7/+7 | |
| | |||||
* | NMS: Add layer-visibility setting/debug dialog | Kristian Lyngstol | 2015-04-21 | -15/+59 | |
| | |||||
* | NMS: Update TODO and data description | Kristian Lyngstol | 2015-04-21 | -4/+9 | |
| | | | | Oh, and adjust range of the scaler since I kept hitting it on my laptop. | ||||
* | NMS: Update TODO | Kristian Lyngstol | 2015-04-20 | -3/+7 | |
| | |||||
* | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2015-04-20 | -77/+585495 | |
|\ | |||||
| * | Removed OS-files. Added to .gitignore!TG15 | Joachim Tingvold | 2015-04-16 | -3/+8 | |
| | | |||||
| * | Network configuration used at TG15. | Joachim Tingvold | 2015-04-16 | -0/+28069 | |
| | | |||||
| * | Added this years NMS-config file. | Joachim Tingvold | 2015-04-16 | -16/+172 | |
| | | |||||
| * | Removed unused folder. | Joachim Tingvold | 2015-04-16 | -35/+0 | |
| | | |||||
| * | Added config used at TG15. | Joachim Tingvold | 2015-04-16 | -8/+557166 | |
| | | |||||
| * | Merge branch 'master' of github.com:tech-server/tgmanage | Joachim Tingvold | 2015-04-16 | -11437/+11520 | |
| |\ | |||||
| * | | Improved streamstats. | Joachim Tingvold | 2015-04-16 | -48/+113 | |
| | | | |||||
* | | | NMS: Remove debug code | Kristian Lyngstol | 2015-04-20 | -1/+0 | |
| | | | |||||
* | | | NMS: Add comment-spotting map | Kristian Lyngstol | 2015-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 switches | Kristian Lyngstol | 2015-04-20 | -8/+95 | |
| | | | |||||
* | | | Add a comment for updateSpeed | Kristian Lyngstol | 2015-04-17 | -0/+7 | |
| | | | |||||
* | | | NMS: Split things into multiple files and tweaks | Kristian Lyngstol | 2015-04-17 | -325/+347 | |
| | | | |||||
* | | | NMS: Simplify some of the handler-logic | Kristian Lyngstol | 2015-04-16 | -27/+70 | |
| | | | |||||
* | | | NMS: Output streamlining for time | Kristian Lyngstol | 2015-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 too | Kristian Lyngstol | 2015-04-14 | -1/+1 | |
| |/ |/| |