<div dir="ltr">Tom,<div><br><div>From results you provided is seen that neither polling nor notification data have consumers. So, first of all, check the status of agent-notification service, something is wrong with it. Before it is fixed, no sense to check Mongo. It just cannot contain any data.</div><div><br></div><div>Thanks,</div><div>Nadya</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 2, 2016 at 6:48 PM, Tom Walsh <span dir="ltr"><<a href="mailto:expresswebsys@gmail.com" target="_blank">expresswebsys@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Nadya,<br>
<br>
Okay. So looking at these two here is what I am seeing:<br>
<br>
metering.sample 0       1<br>
<br>
notifications.error     5       0<br>
<a href="http://notifications.info" rel="noreferrer" target="_blank">notifications.info</a>      1139    0<br>
notifications.sample    18488   0<br>
<br>
So I am guessing that means we have a consumer for metering, but not a<br>
consumer on notifications (and there is a bit of a backlog on those<br>
queues). Is that a correct statement?<br>
<br>
We are utilizing the mongodb backend for storage, but we aren't overly<br>
familiar with it or how to inspect data within it. Any pointers for<br>
checking that side of things?<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Wed, Mar 2, 2016 at 5:10 AM, Nadya Shakhat <<a href="mailto:nprivalova@mirantis.com">nprivalova@mirantis.com</a>> wrote:<br>
> Hi Tom,<br>
><br>
> You may check several things:<br>
> 1. Do you have messages in queues and do the queues have listeners? For<br>
> example, check collector-related queue 'metering.sample' by default.<br>
><br>
> rabbitmqctl list_queues name messages consumers | grep metering<br>
><br>
> rabbitmqctl list_queues name messages consumers | grep notification<br>
><br>
> The both queues should have consumers<br>
><br>
><br>
> 2. Check entries directly in db you use.<br>
><br>
><br>
> Thanks,<br>
><br>
> Nadya<br>
><br>
><br>
><br>
> On Wed, Mar 2, 2016 at 6:57 AM, Tom Walsh <<a href="mailto:expresswebsys@gmail.com">expresswebsys@gmail.com</a>> wrote:<br>
>><br>
>> We currently have a working Liberty based Openstack deployment based<br>
>> on Ubuntu LT 14.04 (2 controllers, 4 compute).<br>
>><br>
>> We have followed the instructions at<br>
>><br>
>> <a href="http://docs.openstack.org/liberty/install-guide-ubuntu/ceilometer-install.html" rel="noreferrer" target="_blank">http://docs.openstack.org/liberty/install-guide-ubuntu/ceilometer-install.html</a><br>
>> and everything seems to have installed correctly. No errors in the<br>
>> logs, and nothing really obviously wrong.<br>
>><br>
>> However in the instructions there is this page<br>
>><br>
>> <a href="http://docs.openstack.org/liberty/install-guide-ubuntu/ceilometer-verify.html" rel="noreferrer" target="_blank">http://docs.openstack.org/liberty/install-guide-ubuntu/ceilometer-verify.html</a><br>
>> that shows the output of meter-list, however our meter-list output is<br>
>> blank.<br>
>><br>
>> Example output:<br>
>><br>
>> $ ceilometer meter-list<br>
>><br>
>> +--------------+-------+-------+--------------------------------------+---------+------------+<br>
>> | Name         | Type  | Unit  | Resource ID<br>
>> | User ID | Project ID |<br>
>><br>
>> +--------------+-------+-------+--------------------------------------+---------+------------+<br>
>> | image        | gauge | image | acafc7c0-40aa-4026-9673-b879898e1fc2<br>
>> | None    | cf12a15... |<br>
>> | image.size   | gauge | B     | acafc7c0-40aa-4026-9673-b879898e1fc2<br>
>> | None    | cf12a15... |<br>
>><br>
>> +--------------+-------+-------+--------------------------------------+---------+------------+<br>
>><br>
>> root@controller01:/var/log/ceilometer# ceilometer meter-list<br>
>> +------+------+------+-------------+---------+------------+<br>
>> | Name | Type | Unit | Resource ID | User ID | Project ID |<br>
>> +------+------+------+-------------+---------+------------+<br>
>> +------+------+------+-------------+---------+------------+<br>
>><br>
>> There are no errors output, and it seems the command completes correctly.<br>
>><br>
>> So where am I going wrong here? Is there a step I am missing? Or is<br>
>> there something obvious I have missed?<br>
>><br>
>> We have enabled glance, nova-compute, and cinder from the<br>
>> instructions, but we aren't seeing any data (at least according to the<br>
>> instructions).<br>
>><br>
>><br>
>> Tom Walsh<br>
>> Expresshosting.net<br>
>><br>
>> _______________________________________________<br>
>> Mailing list:<br>
>> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
>> Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
>> Unsubscribe :<br>
>> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
><br>
><br>
</div></div></blockquote></div><br></div>