1
0
Fork 0
mirror of synced 2024-06-26 00:31:09 -04:00
formula-grafana/README.md
2014-03-03 19:38:47 +01:00

598 B
Executable file

Grafana

A beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor.

Sample pillar

grafana:
  server:
    enabled: true
    source:
      type: 'git'
      address: https://github.com/torkelo/grafana.git
      rev: master
    elasticsearch:
      host: localhost
      port: 9200
    data:
    - name: metrics1
      type: graphite
      host: metrics1.domain.com
      ssl: true
      port: 443
      user: test

Read more