aboutsummaryrefslogtreecommitdiffstats
path: root/include/nms
Commit message (Collapse)AuthorAgeLines
* chore: cleanup repoOle Mathias Heggem2023-01-21-344/+0
|
* NMS: Fix historic review, part oneKristian Lyngstol2016-03-31-4/+4
| | | | The actual replay might still be bugged, but fixed-point review works.
* NMS: Various performance tweaksKristian Lyngstol2016-03-26-1/+3
|
* NMS: Tweak SNMP fetching (getting more data)Kristian Lyngstol2016-03-24-1/+3
|
* NMS: Bump location and placementKristian Lyngstol2016-03-23-5/+4
|
* NMS: "Dirty" hack to get switches.then in switch-stateKristian Lyngstol2016-03-22-1/+6
|
* Merge branch 'master' of github.com:tech-server/tgmanageKristian Lyngstol2016-03-21-1/+1
|\
| * web.pm spellingmistake jso->jsonMagnus Kirø2016-03-20-1/+1
| |
* | NMS: Fix distroKristian Lyngstol2016-03-21-1/+7
|/
* NMS: Emit EtagKristian Lyngstol2016-03-16-1/+3
|
* NMS: Implement improved ping mapKristian Lyngstol2016-03-16-4/+9
| | | | | | | e69-2 is looking good. Now with a separate age-entity. Not really used for anything fancy right now, but could be.
* NMS: Rewrite the SNMP fetcher and whatnotKristian Lyngstol2016-03-16-1/+2
| | | | | | | | | 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: Pick up IP's properlyKristian Lyngstol2016-03-13-0/+1
| | | | Nobody look because I just defaulted to ipv4.
* NMS: Update placement-guessing for TG16Kristian Lyngstol2016-03-13-17/+15
| | | | | | Skew skew, push push. At least regular e-switches look ok, as does creativia. Crew looks ok-ish.
* NMS: Do URL decoding and ISO 8601 time formatingKristian Lyngstol2016-03-12-8/+7
| | | | Finally found something that lacks correctness in postgres.
* NMS: Add (back) offset.Kristian Lyngstol2016-03-11-0/+3
| | | | | | | | | | | | The use case is primarily about supporting generic ?offset=5m independently from now=2015-04-02T15:00:30. Two reasons for this: 1. It allows easy generic client-side code to get two slightly offset time series. 2. It makes it possible to get the most recent data + an offset without having to refer to set now=(clock) to real time. Also: Untested, so its probably broken.
* NMS: Prep for frontend poller-rewriteKristian Lyngstol2016-03-10-0/+4
| | | | | 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: Fix comments (presumably)Kristian Lyngstol2016-03-10-1/+1
|
* NMS: Remove now redundant "Security" thingsKristian Lyngstol2016-03-04-23/+0
| | | | Better to have proper isolation than this crud.
* nms: Tweak switches.pl and add switch-state.plKristian Lyngstol2016-03-02-0/+7
|
* nms: Update add_switches.txt.pl to output an arraryKristian Lyngstol2016-02-29-8/+8
|
* Merge branch 'master' of github.com:tech-server/tgmanageKristian Lyngstol2016-02-26-0/+137
|\
| * Split add_switches.txt.pl into a moduleKristian Lyngstol2016-02-26-0/+137
| | | | | | | | | | It is useful to allow input from a nice little webapp instead of just cmdline, hence the module-thing.
* | nms: Basic switches_add APIKristian Lyngstol2016-02-26-10/+19
|/ | | | | | Needs lots of work. And also, I removed CGI.pm because it sucks.
* nms: Cache longer by default.Kristian Lyngstol2016-02-21-1/+1
|
* nms: Refactoring workKristian Lyngstol2016-02-21-4/+108
| | | | | | | 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.
* nms: Start splitting up port-state.plKristian Lyngstol2016-02-21-0/+83