<div dir="ltr">Hi Tom,<div><br></div><div>You may check several things:</div><div>1. Do you have messages in queues and do the queues have listeners? For example, check collector-related queue 'metering.sample' by default. </div><div><p style="margin:0px;font-size:11px;font-family:Menlo">rabbitmqctl list_queues name messages consumers | grep metering</p><p style="margin:0px;font-size:11px;font-family:Menlo">rabbitmqctl list_queues name messages consumers | grep notification</p><p style="margin:0px;font-size:11px;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small">The both queues should have consumers</span><br></p><p style="margin:0px;font-size:11px;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small"><br></span></p><p style="margin:0px;font-size:11px;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small">2. Check entries directly in db you use.</span></p><p style="margin:0px;font-size:11px;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small"><br></span></p><p style="margin:0px;font-size:11px;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small">Thanks,</span></p><p style="margin:0px;font-size:11px;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small">Nadya</span></p><p style="margin:0px;font-size:11px;font-family:Menlo"><br></p></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 2, 2016 at 6:57 AM, 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">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>
<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>
<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>
| Name         | Type  | Unit  | Resource ID<br>
| User ID | Project ID |<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>
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: <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 : <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>
</blockquote></div><br></div>