From 2d63c9875c41c1b131eec4c341b33b05866a4e2f Mon Sep 17 00:00:00 2001 From: vmikes Date: Mon, 24 Oct 2016 13:01:05 +0200 Subject: [PATCH] switch from not-working check, new cinder_api check added Change-Id: I1d137b9d9e31d810962aecd7bd5c5149af6b2729 --- cinder/meta/sensu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/meta/sensu.yml b/cinder/meta/sensu.yml index dc74866..6ab150a 100644 --- a/cinder/meta/sensu.yml +++ b/cinder/meta/sensu.yml @@ -20,7 +20,7 @@ check: subscribers: - local-cinder-volume remote_openstack_cinder_api: - command: "PATH=$PATH:/usr/local/bin oschecks-check_cinder_api --os_auth_url='http://:::openstack.host:::::::openstack.port:::/v2.0' --os_username=:::openstack.user::: --os_password=':::openstack.password:::' --os_tenant_name=:::openstack.tenant:::" + command: "PATH=$PATH:/etc/sensu/plugins check_cinder_api.sh -u :::openstack.user::: -p :::openstack.password::: -t :::openstack.tenant::: -h 'http://:::openstack.host:::' -w 10" interval: 60 occurrences: 1 subscribers: