Commit 0097e5fe by Torkel Ödegaard

updated readme

parent 3d0ae622
# Grafana - Graphite Dashboard # Grafana - Graphite Dashboard
A beautifully, easy to use and feature rich Graphite dashboard replacement and graph editor. Visit [grafana.org](http://grafana.org) for screenshots and feature lists. A beautifully, easy to use and feature rich Graphite dashboard replacement and graph editor. Visit [grafana.org](http://grafana.org) for screenshots and overview.
# Features # Features
## Graphite Target Editor ## Graphite Target Editor
...@@ -21,7 +21,7 @@ A beautifully, easy to use and feature rich Graphite dashboard replacement and g ...@@ -21,7 +21,7 @@ A beautifully, easy to use and feature rich Graphite dashboard replacement and g
- Smart Y-axis formating - Smart Y-axis formating
- Series toggles & color selector - Series toggles & color selector
- Axis labels - Axis labels
- Fullscreen views and more... - Fullscreen views and more...
## Dashboards ## Dashboards
- Create and edit dashboards - Create and edit dashboards
...@@ -38,8 +38,8 @@ Grafana is very easy to install. It is a client side web app with no backend. An ...@@ -38,8 +38,8 @@ Grafana is very easy to install. It is a client side web app with no backend. An
# Installation # Installation
- Download and extract the [latest release](https://github.com/asimov-deploy/asimov-deploy-winagent/releases/latest). - Download and extract the [latest release](https://github.com/asimov-deploy/asimov-deploy-winagent/releases/latest).
- Edit config.js , the change graphiteUrl and elasticsearch to the correct urls. The urls entered here must be reachable by your browser. - Edit config.js , the change graphiteUrl and elasticsearch to the correct urls. The urls entered here must be reachable by your browser.
- Point your browser to the installation. - Point your browser to the installation.
# Graphite server config # Graphite server config
If you haven't used an alternative dashboard for graphite before you need to enable cross-domain origin request. For Apache 2.x: If you haven't used an alternative dashboard for graphite before you need to enable cross-domain origin request. For Apache 2.x:
...@@ -47,7 +47,7 @@ If you haven't used an alternative dashboard for graphite before you need to ena ...@@ -47,7 +47,7 @@ If you haven't used an alternative dashboard for graphite before you need to ena
Header set Access-Control-Allow-Origin "*" Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Methods "GET, OPTIONS" Header set Access-Control-Allow-Methods "GET, OPTIONS"
Header set Access-Control-Allow-Headers "origin, authorization, accept" 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. This looks like the following for Apache: If your Graphite web is proteced by basic authentication, you have to enable the HTTP verb OPTIONS. This looks like the following for Apache:
``` ```
...@@ -65,18 +65,16 @@ If your Graphite web is proteced by basic authentication, you have to enable the ...@@ -65,18 +65,16 @@ If your Graphite web is proteced by basic authentication, you have to enable the
- Improve and refine the target parser and editing - Improve and refine the target parser and editing
- Improve graphite import feature - Improve graphite import feature
- Refine and simplify common tasks - Refine and simplify common tasks
- More panel types (not just graphs) - More panel types (not just graphs)
- Use elasticsearch to search for metrics - Use elasticsearch to search for metrics
- Improve template support - Improve template support
- Add support for other time series databases like InfluxDB - Add support for other time series databases like InfluxDB
# Contribute # Contribute
If you have any idea for 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! If you have any idea for 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!
![](http://grafana.org/assets/img/edit_dashboards.png)
# Notice # Notice
This software is based on the great log dashboard [kibana](https://github.com/elasticsearch/kibana). This software is based on the great log dashboard [kibana](https://github.com/elasticsearch/kibana).
# License # License
Grafana is distributed under Apache 2.0 License. Grafana is distributed under Apache 2.0 License.
\ No newline at end of file \ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"company": "Coding Instinct AB" "company": "Coding Instinct AB"
}, },
"name": "grafana", "name": "grafana",
"version": "0.1", "version": "1.0.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://github.com/torkelo/grafana.git" "url": "http://github.com/torkelo/grafana.git"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment