aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* A few typosOle Mathias Aa. Heggem2017-11-06-2/+25
|
* influx/chart and ansibleOle Mathias Aa. Heggem2017-11-05-44/+1183
|
* Correcting client port interface descriptionsErik Hetland2017-07-09-1/+1
|
* Remove HACKING (it was out of place)Kristian Lyngstol2017-04-23-6/+0
|
* Thin out README and move more stuff into INSTALLINGKristian Lyngstol2017-04-23-45/+24
|
* Tune INSTALLINGKristian Lyngstol2017-04-23-0/+2
|
* Add INSTALLINGKristian Lyngstol2017-04-23-0/+97
|
* Merge pull request #155 from msbone/masterKristian Lyngstøl2017-04-20-11/+76
|\ | | | | Added a basic search results page and search on tags
| * No search-box at zero results, the search button change color on 0 (white) , ↵Ole Mathias Heggem2017-04-20-25/+28
| | | | | | | | 1 (green) and multiple (blue) hits
| * Merge branch 'master' of https://github.com/msbone/gondulroot2017-04-20-11/+73
| |\
| | * Merge remote-tracking branch 'refs/remotes/tech-server/master'Ole Mathias Heggem2017-04-19-243/+1315
| | |\
| | * | Added a basic search results page and search on tagsOle Mathias Heggem2017-03-25-11/+73
| | | |
* | | | Further tidying upKristian Lyngstol2017-04-20-802/+1
|/ / /
* | / Further cleanupsKristian Lyngstol2017-04-19-2/+0
| |/ |/|
* | Update NEWS somewhatKristian Lyngstol2017-04-19-1/+33
| |
* | Update README slightlyKristian Lyngstol2017-04-19-59/+97
| |
* | build/: Make room for new deployment schemeKristian Lyngstol2017-04-19-95/+0
| |
* | build: Add ping/snmp to new-schemeKristian2017-04-19-30/+79
| |
* | api/oplog: Time is !@#!@#!@#!@# (fixes non-utc times)Kristian2017-04-19-0/+1
| |
* | ping: Remove graphite-pumping (will be moved)Kristian2017-04-19-11/+0
| |
* | build: First baby steps to "bare metal" deploymentKristian2017-04-19-0/+757
| | | | | | | | Deals with API and most of the DB so far
* | Add various TG17 juniper mibsKristian Lyngstøl2017-04-16-1/+10
| |
* | TG17 graphicsKristian Lyngstøl2017-04-16-0/+0
| |
* | TG17 monster commitKristian Lyngstøl2017-04-16-60/+235
| |
* | TG17 stuff ?Kristian Lyngstøl2017-04-10-40/+126
| |
* | switches.txt as an api endpointLasse Haugen2017-03-31-0/+31
|/
* Update README to match new ansible directoryKristian Lyngstol2017-03-14-3/+3
|
* Move ansible-stuff one directory upKristian Lyngstol2017-03-14-0/+0
| | | | | This fixes the ansible 2.1? 2.2? issue where they changed what is considered PWD.
* Implement support for per-switch queries for switches-managementLasse Haugen2017-01-10-1/+11
|
* ignore mibs folderLasse Haugen2016-12-16-0/+1
|
* Merge branch 'master' of github.com:tech-server/gondulLasse Haugen2016-12-16-9/+59
|\
| * Add architecture diagramKristian Lyngstol2016-11-24-0/+0
| |
| * Use proxy for grafana-authenticationKristian Lyngstol2016-11-23-0/+28
| |
| * Use grafana 4.0.0-beta2Kristian Lyngstol2016-11-23-3/+3
| |
| * Use persistent postgres storage and make grafana use postgres backingKristian Lyngstol2016-11-22-6/+28
| | | | | | | | | | Still need to fix session storage for Grafana. After that, the container is stateless.
* | added distro_name to api endpointLasse Haugen2016-12-16-1/+1
|/
* Tweak various graphite/grafana integrationsKristian Lyngstol2016-11-18-6/+22
| | | | s3 is currently disabled as it's bugged.
* Make the varnish include a persistent configKristian Lyngstol2016-11-18-3/+7
| | | | | | E.g.: For authorization. We bootstrap the file as empty by default, which means 0 authentication.
* Change titleKristian Lyngstol2016-11-16-1/+1
|
* Expose grafana tooKristian Lyngstol2016-11-15-4/+14
|
* Use grafana 4.0.0-beta1Kristian Lyngstol2016-11-15-1/+1
|
* SQL: Nuke more unused relics of the pastKristian Lyngstol2016-11-15-89/+1
|
* Remove switch_temp table relic....Kristian Lyngstol2016-11-15-30/+0
| | | | Hasn't been used since tg15 afaik.
* Start clean switches-tableKristian Lyngstol2016-11-15-14/+18
| | | | Lots of cruft
* More tweaks on template-examples/documentationKristian Lyngstol2016-11-15-6/+33
|
* Templating: Merge GET and POST and smarten error-handlingKristian Lyngstol2016-11-15-37/+43
| | | | Fixes #153
* templates/HOWTO tweakingKristian Lyngstol2016-11-15-12/+20
|
* Tweak template UI slightlyKristian Lyngstol2016-11-14-11/+6
|
* More GUI for the templating frontendKristian Lyngstol2016-11-14-5/+23
| | | | | | | | Fixes #151 While there are certainly more things that can be done - such as reading the list of templates dynamically, it wouldn't be horrible to go into production with the GUI the way it is right now.
* Templating: Always initialize optionsKristian Lyngstol2016-11-14-0/+1
| | | | Fixes #152