Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | chore: cleanup repo | Ole Mathias Heggem | 2023-01-21 | -720/+0 |
| | ||||
* | NMS: Fix historic review, part one | Kristian Lyngstol | 2016-03-31 | -1/+1 |
| | | | | The actual replay might still be bugged, but fixed-point review works. | |||
* | NMS: Tweak caching and more | Kristian Lyngstol | 2016-03-26 | -2/+2 |
| | ||||
* | NMS: Various performance tweaks | Kristian Lyngstol | 2016-03-26 | -10/+11 |
| | ||||
* | NMS: Fix et-interfaces in both locations | Kristian Lyngstol | 2016-03-24 | -1/+1 |
| | ||||
* | NMS: Expose ET-interfaces and more | Kristian Lyngstol | 2016-03-24 | -1/+1 |
| | ||||
* | NMS: Update public API for temperature | Kristian Lyngstol | 2016-03-24 | -1/+1 |
| | ||||
* | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-03-23 | -34/+52 |
|\ | ||||
| * | Public api doc updated. Still work in progress. | Magnus Kirø | 2016-03-23 | -1/+17 |
| | | ||||
| * | Update API.rst | Magnus S | 2016-03-23 | -34/+36 |
| | | | | | | Moved public on top, since that is what I assume you want 3rd parties to use. Added the public URL as well. | |||
* | | NMS: API: Expose temperature too in public | Kristian Lyngstol | 2016-03-23 | -1/+2 |
| | | ||||
* | | NMS: Bump location and placement | Kristian Lyngstol | 2016-03-23 | -3/+3 |
|/ | ||||
* | NMS: SNMP map and remove switchtype and fix switch-add | Kristian Lyngstol | 2016-03-23 | -4/+3 |
| | ||||
* | NMS: Fix cache invalidation etc | Kristian Lyngstol | 2016-03-23 | -2/+3 |
| | ||||
* | NMS: Shorter url | Kristian Lyngstol | 2016-03-23 | -0/+0 |
| | ||||
* | NMS: Move which-switch-am-i-on | Kristian Lyngstol | 2016-03-23 | -3/+7 |
| | ||||
* | NMS: Remove netsize and add traffic | Kristian Lyngstol | 2016-03-23 | -2/+2 |
| | | | | Not perfect, but getting closer | |||
* | NMS: "Dirty" hack to get switches.then in switch-state | Kristian Lyngstol | 2016-03-22 | -0/+39 |
| | ||||
* | NMS: Fix searching (again) | Kristian Lyngstol | 2016-03-22 | -1/+2 |
| | ||||
* | NMS: Expose trunks (ae*) fully publicly | Kristian Lyngstol | 2016-03-22 | -1/+5 |
| | | | | Thanks to mrglass and sjurtf. | |||
* | NMS: Hide community again | Kristian Lyngstol | 2016-03-22 | -1/+1 |
| | ||||
* | NMS: Update schema to FAP | Kristian Lyngstol | 2016-03-22 | -4/+6 |
| | ||||
* | NMS: DHCP map | Kristian Lyngstol | 2016-03-22 | -1/+2 |
| | ||||
* | NMS: Hide community to all | Kristian Lyngstol | 2016-03-22 | -1/+1 |
| | ||||
* | API structure change. | Magnus Kirø | 2016-03-22 | -0/+0 |
| | ||||
* | NMS: Add DHCP API | Kristian Lyngstol | 2016-03-21 | -0/+19 |
| | ||||
* | NMS: Remove switchtypes logic | Kristian Lyngstol | 2016-03-21 | -6/+5 |
| | ||||
* | NMS: Tweak searching of switch active ports etc | Kristian Lyngstol | 2016-03-21 | -5/+8 |
| | ||||
* | which switch html finished. | Magnus Kirø | 2016-03-21 | -2/+12 |
| | ||||
* | which switch: getting IP and printing it. Need to style with html. | Magnus Kirø | 2016-03-20 | -4/+19 |
| | ||||
* | which switch an I on script file. | Magnus Kirø | 2016-03-20 | -0/+15 |
| | ||||
* | ping cleanup/formatting, and timestamp to seconds conversion improvement. | Magnus Kirø | 2016-03-20 | -14/+18 |
| | ||||
* | line breakup in snmp | Magnus Kirø | 2016-03-20 | -1/+2 |
| | ||||
* | strict and warnings in dhcp-summary. | Magnus Kirø | 2016-03-20 | -0/+2 |
| | ||||
* | readability in switch-state | Magnus Kirø | 2016-03-20 | -2/+4 |
| | ||||
* | NMS: Add dhcp-summary | Kristian Lyngstol | 2016-03-20 | -0/+19 |
| | ||||
* | NMS: Add basic add-switch interface | Nicolai Tellefsen | 2016-03-20 | -31/+123 |
| | ||||
* | NMS: Actually store distro and ipv6 address too | Kristian Lyngstol | 2016-03-17 | -2/+8 |
| | ||||
* | NMS: Add subnets in swtiches | Kristian Lyngstol | 2016-03-17 | -2/+2 |
| | ||||
* | NMS: Ping and uplinks work now | Kristian Lyngstol | 2016-03-16 | -28/+7 |
| | | | | Getting packet loss to localhost now... | |||
* | NMS: Nuke port-state, update switch-state | Kristian Lyngstol | 2016-03-16 | -53/+42 |
| | | | | On its way. Not done. | |||
* | NMS: ... actually add the SNMP API | Kristian Lyngstol | 2016-03-16 | -0/+29 |
| | | | | "Untracked files".... | |||
* | NMS: Fix production-grade cache :D | Kristian Lyngstol | 2016-03-16 | -0/+2 |
| | | | | | | | Seems to work fine, both with caching and cache invalidation. (e.g.: moving a switch, adding ac omment). Might have missed something, of course. | |||
* | NMS: Implement improved ping map | Kristian Lyngstol | 2016-03-16 | -3/+9 |
| | | | | | | | e69-2 is looking good. Now with a separate age-entity. Not really used for anything fancy right now, but could be. | |||
* | NMS: Support resetting switch position to buest-guess | Kristian Lyngstol | 2016-03-13 | -1/+6 |
| | | | | | Simply type "reset" in the gui (including quotes) and it'll guess based on name. | |||
* | NMSjs: Enable interactive movement of switches! | Kristian Lyngstol | 2016-03-13 | -4/+5 |
| | | | | | | | | Fixes #24 God that felt good. It's not very pretty, but it does seem very functional. | |||
* | NMS: Allow editing switches in GUI | Kristian Lyngstol | 2016-03-13 | -6/+23 |
| | | | | | | It's not pretty, but it works and should cover most of the use-cases. Placement-editing is not meant to be the primary way to edit anything. | |||
* | NMS: Pick up IP's properly | Kristian Lyngstol | 2016-03-13 | -0/+6 |
| | | | | Nobody look because I just defaulted to ipv4. | |||
* | NMS: Fix comment changing | Kristian Lyngstol | 2016-03-13 | -3/+7 |
| | ||||
* | NMS: Fix switch updates (better) | Kristian Lyngstol | 2016-03-12 | -14/+18 |
| |