RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1326958 - [mitaka] Nagios plugin "glance-index" uses old syntax
Summary: [mitaka] Nagios plugin "glance-index" uses old syntax
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: unspecified
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
: Kilo
Assignee: Martin Magr
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-13 22:41 UTC by Jens Frank
Modified: 2016-05-18 14:59 UTC (History)
4 users (show)

Fixed In Version: openstack-packstack-8.0.0-0.7.0rc2.el7.noarch
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-18 14:59:19 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 288912 0 None None None 2016-05-18 14:59:18 UTC

Description Jens Frank 2016-04-13 22:41:00 UTC
Description of problem:
/usr/lib64/nagios/plugins/glance-index returns the error message:
[...]
glance: error: unrecognized arguments: --all-tenants

Thus, nagios shows a critical alert for glance.


Version-Release number of selected component (if applicable):
openstack-packstack-puppet-8.0.0-0.20160303124552.0476b9b.el7.centos.noarch

How reproducible:
Install RDO following the instructions in https://www.rdoproject.org/testday/mitaka/ga/ and log in to Nagios

Steps to Reproduce:
1. Follow https://www.rdoproject.org/testday/mitaka/ga/
2. Log in to Nagios
3. Look for critical services

Actual results:
CRITICAL

Expected results:
OK

Additional info:
In the check script, the line
  data=$(glance image-list --all-tenants 2>&1)
needs to be replaced by
  data=$(glance image-list --member-status all 2>&1)

Comment 2 Javier Peña 2016-05-18 14:59:19 UTC
This was fixed by https://review.openstack.org/288912, and is now included in RDO Mitaka.


Note You need to log in before you can comment on or make changes to this bug.