aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
* Adding CPU map to key 9, moving disco to 0cpu-map-hotkeyMagnus Kirø2018-04-06-0/+7
|
* Merge branch 'master' of github.com:tech-server/gondulroot2018-03-21-30/+474
|\
| * Merge pull request #168 from olemathias/network-firstclassKristian Lyngstøl2018-03-21-30/+474
| |\ | | | | | | Network as own table
| | * Merge branch 'master' into network-firstclassOle Mathias Aa. Heggem2018-03-21-31/+107
| | |\
| | * | Making network first class citizenOle Mathias Aa. Heggem2018-01-28-1/+1
| | | |
| | * | Added network to menuOle Mathias Aa. Heggem2018-01-28-2/+5
| | | |
| | * | Making network first class citizenOle Mathias Aa. Heggem2018-01-28-28/+469
| | | | | | | | | | | | | | | | Still work in progress
* | | | js/health: Tweak criticality of rebootroot2018-03-21-3/+3
|/ / /
* | / Make health-map defaultroot2018-03-21-5/+5
| |/ |/|
* | Color tweak to latency chartOle Mathias Aa. Heggem2018-03-18-5/+11
| |
* | latencyChart autoupdateOle Mathias Aa. Heggem2018-03-17-8/+27
| |
* | Added support for delete switchesOle Mathias Aa. Heggem2018-03-17-17/+44
| |
* | Small change to latency chartOle Mathias Aa. Heggem2018-03-17-1/+6
| |
* | Added a litle better color scheme to charts and some words about securing influxOle Mathias Aa. Heggem2018-03-17-5/+24
|/
* Merge pull request #166 from sjurtf/masterKristian Lyngstøl2017-12-27-3/+6
|\ | | | | Added support to calculate uptime in days
| * Added support to calculate uptime in daysSjur Fredriksen2017-11-12-3/+6
| |
* | Merge pull request #164 from msbone/influxKristian Lyngstøl2017-12-27-24/+380
|\ \ | |/ |/| InfluxDB, charting and a few fixes to Ansible
| * A few typosOle Mathias Aa. Heggem2017-11-06-1/+2
| |
| * influx/chart and ansibleOle Mathias Aa. Heggem2017-11-05-25/+380
| |
* | fixed typo in error messageSjur Fredriksen2017-11-10-1/+1
| |
* | treewide: remove typosTorstein Husebø2017-10-03-1/+1
|/
* 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 remote-tracking branch 'refs/remotes/tech-server/master'Ole Mathias Heggem2017-04-19-53/+272
| |\
| * | Added a basic search results page and search on tagsOle Mathias Heggem2017-03-25-11/+73
| | |
* | | Further tidying upKristian Lyngstol2017-04-20-1/+1
| |/ |/|
* | api/oplog: Time is !@#!@#!@#!@# (fixes non-utc times)Kristian2017-04-19-0/+1
| |
* | TG17 graphicsKristian Lyngstøl2017-04-16-0/+0
| |
* | TG17 monster commitKristian Lyngstøl2017-04-16-43/+185
| |
* | TG17 stuff ?Kristian Lyngstøl2017-04-10-28/+73
| |
* | switches.txt as an api endpointLasse Haugen2017-03-31-0/+31
|/
* Implement support for per-switch queries for switches-managementLasse Haugen2017-01-10-1/+11
|
* added distro_name to api endpointLasse Haugen2016-12-16-1/+1
|
* Tweak various graphite/grafana integrationsKristian Lyngstol2016-11-18-2/+5
| | | | s3 is currently disabled as it's bugged.
* Change titleKristian Lyngstol2016-11-16-1/+1
|
* Start clean switches-tableKristian Lyngstol2016-11-15-6/+6
| | | | Lots of cruft
* More tweaks on template-examples/documentationKristian Lyngstol2016-11-15-6/+33
|
* 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 GUI: Show errors tooKristian Lyngstol2016-11-14-1/+5
|
* Provide basic UI for template-testingKristian Lyngstol2016-11-14-3/+51
| | | | | | Still leaves a lot to be desired, but is a good start. References #151
* Add a templating-HOWTOKristian Lyngstol2016-11-14-0/+88
| | | | This is just a teaser.
* Various build-tweaks and cache tweaksKristian Lyngstol2016-11-11-2/+4
| | | | | | | | | - 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.
* Push all numerical snmp-data to graphiteKristian Lyngstol2016-11-10-4/+4
| | | | Fixes #126
* Use dynamic size for the top-tickerKristian Lyngstol2016-11-09-1/+5
|
* Force graph reloading ... sigh...Kristian Lyngstol2016-11-09-1/+1
| | | | | There really should be a way to make it obey cache-control instead of this rubbish.
* Add distro-tree endpointKristian Lyngstol2016-11-08-0/+25
| | | | | | | Fixes #139 References #148 New problem: Test data is insufficient.
* Move templating URLs aroundKristian Lyngstol2016-11-08-0/+26
| | | | | Fixes #143 Fixes #141
* Tweak graphs slightly for size and moreKristian Lyngstol2016-11-07-2/+2
|