Re: [openstack-dev] [gnocchi][ceilometer] gnocchi-metricd error using redis as coordination

2017-08-07 Thread Along Meng
>From the log info,It shows that your 'node' maybe is not the valid str. You can show the node name via 'print node' and try to call str(node).encode('utf-8') , identify does it can goes well. 2017-08-05 18:14:19.100 1329257 ERROR cotyledon._utils key = str(node).encode('utf-8') 2017-08-05

Re: [openstack-dev] [ceilometer]The principle of restrict the scope of returned events

2017-08-07 Thread Along Meng
it doesn't > meet your requirements. > > On 04/08/17 10:59 AM, Along Meng wrote: > > HI, gord > > > > https://review.openstack.org/#/c/218706 > > > > As the above patch you submitted shows that: ceilometer will restricts > > the scope of returned events. if

Re: [openstack-dev] [ceilometer][panko] Ocata ceilometer event storage configuration

2017-06-29 Thread Along Meng
Yes, and you need make sure ceilometer-agent-notification and panko was intalled in a same machine in your environment. Because ceilometer will load the publisher dispatcher panko from the module panko and use the database url[1] which configured in panko.conf to init the database connection. [1]

Re: [openstack-dev] [telemetry][ceilometer]Cannot get vmware virtual machine's disk usage rate via vsphere inspector

2017-06-29 Thread Along Meng
he active developers on Ceilometer > uses or knows anything about vmware driver. you will probably want to > reach out to vmware themselves so they can provide support or fix the > driver (or ideally move the vmware driver to their own repo). > > On 28/06/17 10:34 AM, Along Meng wr

[openstack-dev] [telemetry][ceilometer]Cannot get vmware virtual machine's disk usage rate via vsphere inspector

2017-06-28 Thread Along Meng
HI, all Today I try to add a new pollster plugin in ceilometer-agent-compute to collect vmware virtual machines's disk usage rate. After researched the vmware docs: https://www.vmware.com/support/developer/converter- sdk/conv61_apireference/disk_counters.html#usage I think I can call the vsphere