Add local check for Grafana in Sensu
Change-Id: I4284ab5c06cf441be554f58ca95f3c507d2f5f60
This commit is contained in:
parent
325e5c4ccd
commit
75f38cb940
2 changed files with 8 additions and 1 deletions
7
grafana/meta/sensu.yml
Normal file
7
grafana/meta/sensu.yml
Normal 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
|
|
@ -6,7 +6,7 @@ parameters:
|
|||
heka:
|
||||
enabled: false
|
||||
sensu:
|
||||
enabled: false
|
||||
enabled: true
|
||||
sphinx:
|
||||
enabled: true
|
||||
grafana:
|
||||
|
|
Loading…
Reference in a new issue