EnergyLink App para mostrar información del mercado y resultados de las operaciones
|
|
12 years ago | |
|---|---|---|
| sample | 12 years ago | |
| src | 12 years ago | |
| tasks | 12 years ago | |
| .gitignore | 12 years ago | |
| .jshintrc | 12 years ago | |
| .travis.yml | 12 years ago | |
| Gruntfile.js | 12 years ago | |
| LICENSE.md | 12 years ago | |
| NOTICE.md | 12 years ago | |
| README.md | 12 years ago | |
| grafana.sublime-project | 12 years ago | |
| package.json | 12 years ago |

A beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor. Visit grafana.org for screenshots and an overview.
Grafana is very easy to install. It is a client side web app with no backend. Any webserver will do. Optionally you will need ElasticSearch if you want to be able to save and load dashboards quickly instead of json files or local storage.
To run from master:
When you have Grafana up an running, read the Getting started guide for an introduction on how to use Grafana.
If you haven't used an alternative dashboard for graphite before you need to enable cross-domain origin request. For Apache 2.x:
Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Methods "GET, OPTIONS"
Header set Access-Control-Allow-Headers "origin, authorization, accept"
If your Graphite web is proteced by basic authentication, you have to enable the HTTP verb OPTIONS, origin (no wildcards are allowed in this case) and add Access-Control-Allow-Credentials. This looks like the following for Apache:
Header set Access-Control-Allow-Origin "http://mygrafana.com:5656"
Header set Access-Control-Allow-Credentials true
<Location />
AuthName "graphs restricted"
AuthType Basic
AuthUserFile /etc/apache2/htpasswd
<LimitExcept OPTIONS>
require valid-user
</LimitExcept>
</Location>
If you have any idea for an improvement or found a bug do not hesitate to open an issue. And if you have time clone this repo and submit a pull request and help me make Grafana the kickass metrics & devops dashboard we all dream about!
Clone repository:
This software is based on the great log dashboard kibana.
Grafana is distributed under Apache 2.0 License.