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

2017-06-30 Thread Yaguang Tang
Thanks Along and Gordon , after making changes , it works. On Fri, Jun 30, 2017 at 12:02 AM, Along Meng wrote: > 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

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] [ceilometer][panko] Ocata ceilometer event storage configuration

2017-06-29 Thread gordon chung
On 29/06/17 07:24 AM, Yaguang Tang wrote: > sinks: > - name: event_sink > transformers: > triggers: > publishers: > - direct:// > - panko:// the publisher path is only available if you have Pike Panko. you need to either backport[1] or configure your

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

2017-06-29 Thread Yaguang Tang
Hi all, I am using Ocata Ceilometer Gnocchi with Panko, Panko is configured to use MySQL as backend to store events, I configured Ceilometer event_pipeline.yaml as follow: sinks: - name: event_sink transformers: triggers: publishers: - direct:// -