Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | API structure change. | Magnus Kirø | 2016-03-22 | -377/+0 |
| | ||||
* | NMS: Remove switchtypes logic | Kristian Lyngstol | 2016-03-21 | -4/+4 |
| | ||||
* | 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 |
| | ||||
* | line breakup in snmp | Magnus Kirø | 2016-03-20 | -1/+2 |
| | ||||
* | 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: Nuke port-state, update switch-state | Kristian Lyngstol | 2016-03-16 | -33/+0 |
| | | | | 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: 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 |
| | ||||
* | NMS: Prep for frontend poller-rewrite | Kristian Lyngstol | 2016-03-10 | -3/+6 |
| | | | | | The biggest thing here is the addition of a generic poller and a generic "hash" from the backend so equality can easily be checked. | |||
* | NMS: Tweak caching and updates | Kristian Lyngstol | 2016-03-10 | -6/+29 |
| | ||||
* | nms: Fix comments (presumably) | Kristian Lyngstol | 2016-03-10 | -2/+2 |
| | ||||
* | NMS: Support all fields during switch insert | Kristian Lyngstol | 2016-03-10 | -10/+20 |
| | | | | | | It's not particularly pretty, but it works OK. Next: Modifications. | |||
* | nms: Further simplify and fix the API | Kristian Lyngstol | 2016-03-04 | -8/+11 |
| | | | | | | Now this works: tools/add_switches.txt.pl < switches.txt | POST http://demo:demo@localhost/private/switch-add | |||
* | NMS: Remove now redundant "Security" things | Kristian Lyngstol | 2016-03-04 | -1/+1 |
| | | | | Better to have proper isolation than this crud. | |||
* | nms: Split pub/switches in two | Kristian Lyngstol | 2016-03-04 | -0/+34 |
| | | | | Makes authentication simpler. | |||
* | nms: Rename API end points and separate public/private | Kristian Lyngstol | 2016-03-04 | -0/+130 |