1
0
Fork 0
Grafana SaltStack Formula
Go to file
Ales Komarek bd63bb68d6 support classes 2015-12-09 10:22:09 +01:00
grafana Documentation 2015-12-08 12:11:11 +01:00
metadata/service support classes 2015-12-09 10:22:09 +01:00
README.rst Doc fixes 2015-12-08 11:20:02 +01:00
VERSION Log proper version 2015-12-08 11:23:30 +01:00

README.rst

=======
Grafana
=======

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

Sample pillars
==============

Sample pillar installed from system package

    grafana:
      server:
        enabled: true
        database:
          engine: postgresql
          host: localhost
          port: 5432
        data_source:
          metrics1:
            engine: graphite
            host: metrics1.domain.com
            ssl: true
            port: 443
            user: test
          metrics2:
            engine: elasticsearch
            host: metrics2.domain.com
            port: 80
            user: test
            index: grafana-dash
Read more
=========

* http://grafana.org/
* http://docs.grafana.org/reference/export_import/