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 [[email protected]] Sent: Wednesday, July 31, 2013 10:08 PM To: [email protected] 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 : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
