updating nagios checks for cinder and glance to list all items not just the admins
Change-Id: If673828683f624a9fa28ff15cc2a99150dcde175
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
. /etc/nagios/keystonerc_admin
|
||||
|
||||
data=$(cinder list 2>&1)
|
||||
data=$(cinder list --all-tenants 2>&1)
|
||||
rv=$?
|
||||
|
||||
if [ "$rv" != "0" ] ; then
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
. /etc/nagios/keystonerc_admin
|
||||
|
||||
data=$(glance index 2>&1)
|
||||
data=$(glance image-list --all-tenants 2>&1)
|
||||
rv=$?
|
||||
|
||||
if [ "$rv" != "0" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user