1
0
Fork 0
Grafana SaltStack Formula
Go to file
Ales Komarek ee16ca7c4d grafana 2015-12-08 10:24:44 +01:00
grafana grafana 2015-12-08 10:24:44 +01:00
metadata/service Structure overhaul 2015-12-04 16:43:48 +01:00
README.rst Structure overhaul 2015-12-04 16:43:48 +01:00
init.sls initial commit 2014-02-24 21:48:29 +01:00
server.sls grfana from package 2014-03-03 20:46:34 +01:00

README.rst

=======
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

Sample pillar with source from stable package

    grafana:
      server:
        enabled: true
        source:
          type: 'pkg'
          rev: 1.4.0
        elasticsearch:
          host: localhost
          port: 9200
        data:
        - name: metrics1
          type: graphite
          host: metrics1.domain.com
          ssl: true
          port: 443
          user: test

Read more
=========

* http://grafana.org/
* https://github.com/torkelo/grafana/wiki