1
0
Fork 0
Grafana SaltStack Formula
Go to file
Michael Kutý 3f50dab285 fix sample pillar 2014-03-03 17:22:51 +01:00
conf grafana configuration 2014-02-24 23:14:45 +01:00
README.md fix sample pillar 2014-03-03 17:22:51 +01:00
init.sls initial commit 2014-02-24 21:48:29 +01:00
server.sls requirements 2014-02-25 10:04:23 +01:00

README.md

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

Read more