1
0
Fork 0

Merge pull request #9 from simonpasquier/add-collectd-support

Add collectd support
This commit is contained in:
pasquier-s 2016-11-09 10:53:56 +01:00 committed by GitHub
commit de5d730e12
2 changed files with 11 additions and 1 deletions

10
grafana/meta/collectd.yml Normal file
View File

@ -0,0 +1,10 @@
{%- if pillar.grafana.server is defined %}
{%- from "grafana/map.jinja" import server with context %}
{%- if server.get('enabled', False) %}
local_plugin:
collectd_processes:
process:
grafana-server: {}
{%- endif %}
{%- endif %}

View File

@ -2,7 +2,7 @@ parameters:
grafana:
_support:
collectd:
enabled: false
enabled: true
heka:
enabled: false
sensu: