Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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. | |||
* | 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 |
| | ||||
* | Remove now unused password-files | Kristian Lyngstol | 2016-11-11 | -2/+0 |
| | ||||
* | Add NEWS.rst to keep some sort of track | Kristian Lyngstol | 2016-11-10 | -0/+36 |
| | ||||
* | Push all numerical snmp-data to graphite | Kristian Lyngstol | 2016-11-10 | -8/+15 |
| | | | | Fixes #126 | |||
* | Nuke default login/password thing. Needs to be moved anyway. | Kristian Lyngstol | 2016-11-10 | -12/+0 |
| | ||||
* | Use dynamic size for the top-ticker | Kristian Lyngstol | 2016-11-09 | -1/+5 |
| | ||||
* | Test distro-tree too | Kristian Lyngstol | 2016-11-09 | -0/+1 |
| | ||||
* | Add a few simple test-cases | Kristian Lyngstol | 2016-11-09 | -0/+4 |
| | | | | | | - Templates (rendered and raw) - Graphs - raw | |||
* | Force graph reloading ... sigh... | Kristian Lyngstol | 2016-11-09 | -2/+2 |
| | | | | | There really should be a way to make it obey cache-control instead of this rubbish. | |||
* | Add distro-tree endpoint | Kristian Lyngstol | 2016-11-08 | -0/+25 |
| | | | | | | | Fixes #139 References #148 New problem: Test data is insufficient. | |||
* | Move templating URLs around | Kristian Lyngstol | 2016-11-08 | -3/+3 |
| | | | | | Fixes #143 Fixes #141 | |||
* | Tweak graphs slightly for size and more | Kristian Lyngstol | 2016-11-07 | -2/+2 |
| | ||||
* | Templating: Add variable-support and provide demo | Kristian Lyngstol | 2016-11-07 | -2/+32 |
| | | | | | This SHOULD resolve everything needed for FAP from a templating perspective. | |||
* | Fill up switches.txt template | Kristian Lyngstol | 2016-11-07 | -2/+7 |
| | ||||
* | Scaffolding for functional templating :D | Kristian Lyngstol | 2016-11-07 | -4/+27 |
| | ||||
* | Add basic templating engine | Kristian Lyngstol | 2016-11-07 | -0/+47 |
| | | | | | | It works fine. Build scaffolding incoming | |||
* | Tweak title-text for the overview graph | Kristian Lyngstol | 2016-11-07 | -1/+1 |
| | ||||
* | Graph ALL the things | Kristian Lyngstol | 2016-11-07 | -5/+21 |
| | | | | | | | Tweaks background colors on graphs. Adds a funky "ticker" to the navbar that may or may not break small screens. Graphs average latency and total bandwidth for all equipment. | |||
* | Build: Varnish, not apache, should be exposed by default | Kristian Lyngstol | 2016-11-07 | -2/+2 |
| | | | | This is particularly important now that Varnish also proxies graphite. | |||
* | Change order of in/out bytes on overview port-graph | Kristian Lyngstol | 2016-11-06 | -1/+1 |
| | | | | Needs to match with the drill-down graphs so the colors match up. | |||
* | Front: Add "reset"-button for placement | Kristian Lyngstol | 2016-11-06 | -0/+8 |
| | | | | | | | Perhaps not the most intuitive name, but it'll have to do for now or until someone complains. Fixes #124 | |||
* | Remove Score Card-page | Kristian Lyngstol | 2016-11-06 | -77/+0 |
| | | | | | | | | It doesn't do any good in its current implementation. If it were to make sense, we'd need to drastically enrich it. Closes #128 | |||
* | Minor README-update | Kristian Lyngstol | 2016-11-06 | -11/+22 |
| | ||||
* | Simplify graphite dockerfile | Kristian Lyngstol | 2016-11-06 | -10/+1 |
| | | | | Now that we're on graphite-api, things are a lot simpler. | |||
* | Remove "Details"/"Settings" pane of switches | Kristian Lyngstol | 2016-11-06 | -48/+3 |
| | | | | | | It was identical to settings/edit. Fixes #123 |