1
0
Fork 0
formula-grafana/README.md

619 B

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: v1.4.0
    elasticsearch:
      host: localhost
      port: 9200
    data:
    - name: metrics1
      type: graphite
      host: metrics1.domain.com
      ssl: true
      port: 443
      user: test
      name: user

Read more