1
0
Fork 0

Add local check for Grafana in Sensu

Change-Id: I4284ab5c06cf441be554f58ca95f3c507d2f5f60
This commit is contained in:
Guillaume Thouvenin 2017-02-21 16:50:40 +01:00
parent 325e5c4ccd
commit 75f38cb940
2 changed files with 8 additions and 1 deletions

7
grafana/meta/sensu.yml Normal file
View File

@ -0,0 +1,7 @@
check:
local_grafana_server_proc:
command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -C grafana-server -u grafana -c 1:1"
interval: 30
occurences: 3
subscribers:
- local-grafana-server

View File

@ -6,7 +6,7 @@ parameters:
heka:
enabled: false
sensu:
enabled: false
enabled: true
sphinx:
enabled: true
grafana: