Doc fixes
This commit is contained in:
parent
03376bcbc5
commit
5a23b51d2c
1 changed files with 10 additions and 8 deletions
18
README.rst
18
README.rst
|
@ -5,17 +5,14 @@ Grafana
|
||||||
|
|
||||||
A beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor.
|
A beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor.
|
||||||
|
|
||||||
Sample pillar
|
Sample pillars
|
||||||
=============
|
==============
|
||||||
|
|
||||||
Sample pillar with source from system package
|
Sample pillar installed from system package
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
server:
|
server:
|
||||||
enabled: true
|
enabled: true
|
||||||
source:
|
|
||||||
type: 'pkg'
|
|
||||||
version: 2.5.0
|
|
||||||
database:
|
database:
|
||||||
engine: postgresql
|
engine: postgresql
|
||||||
host: localhost
|
host: localhost
|
||||||
|
@ -27,9 +24,14 @@ Sample pillar with source from system package
|
||||||
ssl: true
|
ssl: true
|
||||||
port: 443
|
port: 443
|
||||||
user: test
|
user: test
|
||||||
|
metrics2:
|
||||||
|
engine: elasticsearch
|
||||||
|
host: metrics2.domain.com
|
||||||
|
port: 80
|
||||||
|
user: test
|
||||||
|
index: grafana-dash
|
||||||
Read more
|
Read more
|
||||||
=========
|
=========
|
||||||
|
|
||||||
* http://grafana.org/
|
* http://grafana.org/
|
||||||
* https://github.com/torkelo/grafana/wiki
|
* http://docs.grafana.org/reference/export_import/
|
||||||
|
|
Loading…
Reference in a new issue