Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | No search-box at zero results, the search button change color on 0 (white) , ↵ | Ole Mathias Heggem | 2017-04-20 | -25/+28 |
| | | | | 1 (green) and multiple (blue) hits | |||
* | Merge branch 'master' of https://github.com/msbone/gondul | root | 2017-04-20 | -11/+73 |
|\ | ||||
| * | Merge remote-tracking branch 'refs/remotes/tech-server/master' | Ole Mathias Heggem | 2017-04-19 | -243/+1315 |
| |\ | ||||
| * | | Added a basic search results page and search on tags | Ole Mathias Heggem | 2017-03-25 | -11/+73 |
| | | | ||||
* | | | Further cleanups | Kristian Lyngstol | 2017-04-19 | -2/+0 |
| |/ |/| | ||||
* | | Update NEWS somewhat | Kristian Lyngstol | 2017-04-19 | -1/+33 |
| | | ||||
* | | Update README slightly | Kristian Lyngstol | 2017-04-19 | -59/+97 |
| | | ||||
* | | build/: Make room for new deployment scheme | Kristian Lyngstol | 2017-04-19 | -95/+0 |
| | | ||||
* | | build: Add ping/snmp to new-scheme | Kristian | 2017-04-19 | -30/+79 |
| | | ||||
* | | api/oplog: Time is !@#!@#!@#!@# (fixes non-utc times) | Kristian | 2017-04-19 | -0/+1 |
| | | ||||
* | | ping: Remove graphite-pumping (will be moved) | Kristian | 2017-04-19 | -11/+0 |
| | | ||||
* | | build: First baby steps to "bare metal" deployment | Kristian | 2017-04-19 | -0/+757 |
| | | | | | | | | Deals with API and most of the DB so far | |||
* | | Add various TG17 juniper mibs | Kristian Lyngstøl | 2017-04-16 | -1/+10 |
| | | ||||
* | | TG17 graphics | Kristian Lyngstøl | 2017-04-16 | -0/+0 |
| | | ||||
* | | TG17 monster commit | Kristian Lyngstøl | 2017-04-16 | -60/+235 |
| | | ||||
* | | TG17 stuff ? | Kristian Lyngstøl | 2017-04-10 | -40/+126 |
| | | ||||
* | | switches.txt as an api endpoint | Lasse Haugen | 2017-03-31 | -0/+31 |
|/ | ||||
* | Update README to match new ansible directory | Kristian Lyngstol | 2017-03-14 | -3/+3 |
| | ||||
* | Move ansible-stuff one directory up | Kristian Lyngstol | 2017-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-management | Lasse Haugen | 2017-01-10 | -1/+11 |
| | ||||
* | ignore mibs folder | Lasse Haugen | 2016-12-16 | -0/+1 |
| | ||||
* | Merge branch 'master' of github.com:tech-server/gondul | Lasse Haugen | 2016-12-16 | -9/+59 |
|\ | ||||
| * | Add architecture diagram | Kristian Lyngstol | 2016-11-24 | -0/+0 |
| | | ||||
| * | Use proxy for grafana-authentication | Kristian Lyngstol | 2016-11-23 | -0/+28 |
| | | ||||
| * | Use grafana 4.0.0-beta2 | Kristian Lyngstol | 2016-11-23 | -3/+3 |
| | | ||||
| * | Use persistent postgres storage and make grafana use postgres backing | Kristian Lyngstol | 2016-11-22 | -6/+28 |
| | | | | | | | | | | Still need to fix session storage for Grafana. After that, the container is stateless. | |||
* | | added distro_name to api endpoint | Lasse Haugen | 2016-12-16 | -1/+1 |
|/ | ||||
* | Tweak various graphite/grafana integrations | Kristian Lyngstol | 2016-11-18 | -6/+22 |
| | | | | s3 is currently disabled as it's bugged. | |||
* | Make the varnish include a persistent config | Kristian Lyngstol | 2016-11-18 | -3/+7 |
| | | | | | | E.g.: For authorization. We bootstrap the file as empty by default, which means 0 authentication. | |||
* | Change title | Kristian Lyngstol | 2016-11-16 | -1/+1 |
| | ||||
* | Expose grafana too | Kristian Lyngstol | 2016-11-15 | -4/+14 |
| | ||||
* | Use grafana 4.0.0-beta1 | Kristian Lyngstol | 2016-11-15 | -1/+1 |
| | ||||
* | SQL: Nuke more unused relics of the past | Kristian Lyngstol | 2016-11-15 | -89/+1 |
| | ||||
* | Remove switch_temp table relic.... | Kristian Lyngstol | 2016-11-15 | -30/+0 |
| | | | | Hasn't been used since tg15 afaik. | |||
* | Start clean switches-table | Kristian Lyngstol | 2016-11-15 | -14/+18 |
| | | | | Lots of cruft | |||
* | More tweaks on template-examples/documentation | Kristian Lyngstol | 2016-11-15 | -6/+33 |
| | ||||
* | Templating: Merge GET and POST and smarten error-handling | Kristian Lyngstol | 2016-11-15 | -37/+43 |
| | | | | Fixes #153 | |||
* | templates/HOWTO tweaking | Kristian Lyngstol | 2016-11-15 | -12/+20 |
| | ||||
* | Tweak template UI slightly | Kristian Lyngstol | 2016-11-14 | -11/+6 |
| | ||||
* | More GUI for the templating frontend | Kristian Lyngstol | 2016-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 options | Kristian Lyngstol | 2016-11-14 | -0/+1 |
| | | | | Fixes #152 | |||
* | Templating GUI: Show errors too | Kristian Lyngstol | 2016-11-14 | -1/+5 |
| | ||||
* | Provide basic UI for template-testing | Kristian Lyngstol | 2016-11-14 | -3/+51 |
| | | | | | | Still leaves a lot to be desired, but is a good start. References #151 | |||
* | Add a templating-HOWTO | Kristian Lyngstol | 2016-11-14 | -0/+88 |
| | | | | This is just a teaser. | |||
* | ... Templating: Fix POST to actually have objects | Kristian Lyngstol | 2016-11-14 | -1/+1 |
| | | | | Templating without the API objects.... | |||
* | Templating with POST support | Kristian Lyngstol | 2016-11-14 | -25/+49 |
| | | | | | | Probably has to be tweaked a bit, but it works. Fixes #146 | |||
* | Return templating-errors to the caller | Kristian Lyngstol | 2016-11-14 | -4/+5 |
| | | | | Fixes #140 | |||
* | Tweak build-order to reduce itchyness | Kristian Lyngstol | 2016-11-11 | -4/+4 |
| | ||||
* | Various build-tweaks and cache tweaks | Kristian Lyngstol | 2016-11-11 | -6/+13 |
| | | | | | | | | | - mibs are moved to data/, update gitignore - Adjust cache for switches and switches-management to improve responsiveness when adding new content. - Ensure mibs are correctly loaded if the data directory doesn't exist - Add a small timer to the startup of ping collector/snmp to avoid starting before graphite. | |||
* | Move mibs into data directory and automatically fetch them | Kristian Lyngstol | 2016-11-11 | -3/+8 |
| |