[Openstack] Ceilometer and notifications

Sandy Walsh sandy.walsh at RACKSPACE.COM
Thu Aug 1 01:45:18 UTC 2013


You have to tell openstack (nova/glance/etc) to send the notifications and then you need to tell ceilometer to consume them. 

Some items to check in your ceilometer.conf file:

[DEFAULT]
rabbit_password = password
rabbit_host = myhost
notification_topics = notifications
rpc_backend = ceilometer.openstack.common.rpc.impl_kombu
default_notification_level=DEBUG

[collector]
topic_prefix=notifications

Hope it helps!
-S



________________________________________
From: Sam Morrison [sorrison at gmail.com]
Sent: Wednesday, July 31, 2013 10:08 PM
To: openstack at lists.openstack.org
Subject: [Openstack] Ceilometer and notifications

When using ceilometer we set up all our services to send notifications.

Ceilometer consumes these messages but we still end up with the notification.X queues filling up.

Is this because ceilometer re-queues the messages or are the notifications left not something that ceilometer cares about?

Guess I'm just wondering what is the expected behaviour. Currently I have to keep manually purging the notification queues in rabbit admin.
I was expecting ceilometer to consume these messages.

Cheers,
Sam



_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack at lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack




More information about the Openstack mailing list