Yeah the thing is that ceilometer is getting all the notifications (well it's fulling up with meters and counters etc. so I think it is getting them)
Is there a specific counter that is only gotten via a notification so I can be sure? We have the following counters when I query: cpu cpu_util disk.ephemeral.size disk.read.bytes disk.read.requests disk.root.size disk.write.bytes disk.write.requests image image.download image.serve image.size instance instance:m1.small instance:m1.tiny memory network.incoming.bytes network.incoming.packets network.outgoing.bytes network.outgoing.packets storage.objects storage.objects.containers storage.objects.incoming.bytes storage.objects.outgoing.bytes storage.objects.size vcpus Have all those settings set. (should note that I'm using stable/grizzly) Cheers, Sam On 01/08/2013, at 11:45 AM, Sandy Walsh <[email protected]> wrote: > 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
