Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NMS: Adjust temperature handler to new schema | Nicolai Tellefsen | 2016-03-21 | -21/+28 |
| | ||||
* | NMS: Improve search GO-button event listener | Nicolai Tellefsen | 2016-03-21 | -5/+11 |
| | ||||
* | NMS: Enable search GO-button | Nicolai Tellefsen | 2016-03-20 | -3/+14 |
| | ||||
* | NMS: Rewrite infoBox to enable multiple windowTypes | Nicolai Tellefsen | 2016-03-20 | -244/+288 |
| | ||||
* | NMS: Update schema with recent dhcp-changes | Kristian Lyngstol | 2016-03-20 | -20/+21 |
| | ||||
* | NMS: Add dhcp-summary | Kristian Lyngstol | 2016-03-20 | -0/+20 |
| | ||||
* | NMS: Fix nms-map load not triggering | Nicolai Tellefsen | 2016-03-20 | -2/+1 |
| | ||||
* | NMS: Fix disappearing BG on resizeEvent | Nicolai Tellefsen | 2016-03-20 | -0/+3 |
| | ||||
* | NMS: Add basic add-switch interface | Nicolai Tellefsen | 2016-03-20 | -33/+169 |
| | ||||
* | Merge branch 'master' of ssh://github.com/tech-server/tgmanage | Kristian Lyngstol | 2016-03-19 | -1/+3 |
|\ | ||||
| * | Spelling mistake in Readme. | Magnus Kirø | 2016-03-19 | -1/+1 |
| | | ||||
| * | README.md comment | Magnus Kirø | 2016-03-19 | -0/+2 |
| | | ||||
* | | NMS: Intelligent, undocumented active-ports-search | Kristian Lyngstol | 2016-03-19 | -5/+44 |
|/ | ||||
* | SNMP fetch: make sure we commit | Kristian Lyngstol | 2016-03-19 | -16/+5 |
| | ||||
* | NMS: Update README, correct nms-dump.sql reference | Kristian Lyngstol | 2016-03-19 | -4/+8 |
| | ||||
* | Small changes in various bootstrap scripts | Glenn Brekke | 2016-03-18 | -4/+11 |
| | ||||
* | Merge branch 'master' of https://github.com/tech-server/tgmanage | Nicolai Tellefsen | 2016-03-17 | -4/+3 |
|\ | ||||
| * | NMS: Throw away good sense to avoid deadlock | Kristian Lyngstol | 2016-03-17 | -2/+1 |
| | | ||||
| * | Merge branch 'master' of ssh://github.com/tech-server/tgmanage | Kristian Lyngstol | 2016-03-17 | -23/+29 |
| |\ | ||||
| * | | NMS: Strip netmask from management ips where relevant | Kristian Lyngstol | 2016-03-17 | -2/+2 |
| | | | ||||
* | | | NMS: Add live highlight to search | Nicolai Tellefsen | 2016-03-17 | -25/+38 |
| |/ |/| | | | | | | | Original search only worked with exact matches. Added a simple highlight interface to nms-map.js to enable live highlights while typing. | |||
* | | Merge branch 'master' of ssh://github.com/tech-server/tgmanage | Kristian Lyngstol | 2016-03-17 | -266/+15 |
|\| | ||||
| * | NMS: Actually store distro and ipv6 address too | Kristian Lyngstol | 2016-03-17 | -2/+8 |
| | | ||||
| * | NMS: Schema cleanup | Kristian Lyngstol | 2016-03-17 | -230/+2 |
| | | ||||
| * | Merge branch 'master' of ssh://github.com/tech-server/tgmanage | Kristian Lyngstol | 2016-03-17 | -0/+781 |
| |\ | ||||
| * | | NMS: Rewrite dhcptailer to use different data format | Kristian Lyngstol | 2016-03-17 | -34/+5 |
| | | | | | | | | | | | | Now: Logs! | |||
* | | | NMS: Update schema to "final" version | Kristian Lyngstol | 2016-03-17 | -23/+29 |
| |/ |/| | ||||
* | | Merge branch 'master' of https://github.com/tech-server/tgmanage | Kristian Lyngstol | 2016-03-17 | -2079/+1621 |
|\| | ||||
| * | NMS: Add subnets in swtiches | Kristian Lyngstol | 2016-03-17 | -2/+2 |
| | | ||||
| * | ping: Simplify drop-output to unclutter the log. | Kristian Lyngstol | 2016-03-17 | -2/+5 |
| | | ||||
| * | NMS: Moure output hacks | Kristian Lyngstol | 2016-03-17 | -9/+14 |
| | | ||||
| * | NMS: Improve rendering performance SLIGHTLY on blur | Kristian Lyngstol | 2016-03-17 | -10/+24 |
| | | ||||
| * | SNMPfetch: Try random things to nail down deadlock | Kristian Lyngstol | 2016-03-17 | -3/+3 |
| | | | | | | | | | | | | | | It's not a big deal, but it's ugly. :wq asf | |||
| * | NMS: Blur | Kristian Lyngstol | 2016-03-17 | -22/+25 |
| | | | | | | | | All important blur. | |||
| * | NMS: Fix intentional spelling error | Kristian Lyngstol | 2016-03-16 | -1/+1 |
| | | ||||
| * | NMS: Ping and uplinks work now | Kristian Lyngstol | 2016-03-16 | -56/+41 |
| | | | | | | | | Getting packet loss to localhost now... | |||
| * | NMS: Nuke port-state, update switch-state | Kristian Lyngstol | 2016-03-16 | -54/+42 |
| | | | | | | | | On its way. Not done. | |||
| * | NMS: ... actually add the SNMP API | Kristian Lyngstol | 2016-03-16 | -0/+29 |
| | | | | | | | | "Untracked files".... | |||
| * | NMS: Slightly better OID-list (not complete) | Kristian Lyngstol | 2016-03-16 | -2/+27 |
| | | ||||
| * | NMS: Enable simple SNMP viewing. | Kristian Lyngstol | 2016-03-16 | -10/+30 |
| | | ||||
| * | NMS: Emit Etag | Kristian Lyngstol | 2016-03-16 | -1/+3 |
| | | ||||
| * | NMS: Fix production-grade cache :D | Kristian Lyngstol | 2016-03-16 | -14/+5 |
| | | | | | | | | | | | | | | 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 | -25/+63 |
| | | | | | | | | | | | | | | e69-2 is looking good. Now with a separate age-entity. Not really used for anything fancy right now, but could be. | |||
| * | NMS: Remove prototype | Kristian Lyngstol | 2016-03-16 | -64/+0 |
| | | ||||
| * | NMS: Rewrite the SNMP fetcher and whatnot | Kristian Lyngstol | 2016-03-16 | -92/+80 |
| | | | | | | | | | | | | | | | | | | Again. It's using the prototype, and the objects are configurable. I assume this will need some work. Also: I touched ping up to make it work without linknets. | |||
| * | NMS: Tweak search with blinking pink! | Kristian Lyngstol | 2016-03-14 | -16/+26 |
| | | | | | | | | I'm proud of this silliness. | |||
| * | NMS: snmp prototype update | Kristian Lyngstol | 2016-03-13 | -2/+18 |
| | | | | | | | | Looking interesting... | |||
| * | Merge branch 'master' of ssh://github.com/tech-server/tgmanage | Kristian Lyngstol | 2016-03-13 | -0/+49 |
| |\ | ||||
| | * | Merge branch 'master' of github.com:tech-server/tgmanage | Kristian Lyngstol | 2016-03-13 | -1699/+1383 |
| | |\ | ||||
| | * | | NMS: Openssh | Kristian Lyngstol | 2016-03-13 | -0/+1 |
| | | | |