Re: [openstack-dev] [ceilometer] Unable to get IPMI meter readings

2016-03-06 Thread Lu, Lianhao
On Mar 5, 2016 04:10, Kapil wrote: > Yes, I had to look through the source code of the ipmi pollster class > to figure out why the error was being raised. Apparently, I don't have > Intel node manager installed, so power plugin was not being loaded. > I had to write my own plugin to get that

Re: [openstack-dev] [ceilometer] Unable to get IPMI meter readings

2016-03-04 Thread Kapil
pment Mailing List (not for usage questions) > > Subject: Re: [openstack-dev] [ceilometer] Unable to get IPMI meter > > readings > > > > So, we upgraded our openstack install from Juno to Kilo 2015.1.1 > > > > Not sure if this fixed some stuff, but I can now get sa

Re: [openstack-dev] [ceilometer] Unable to get IPMI meter readings

2016-03-03 Thread Lu, Lianhao
il.com] > Sent: Friday, March 04, 2016 2:34 AM > To: OpenStack Development Mailing List (not for usage questions) > Subject: Re: [openstack-dev] [ceilometer] Unable to get IPMI meter > readings > > So, we upgraded our openstack install from Juno to Kilo 2015.1.1 > > Not sure if th

Re: [openstack-dev] [ceilometer] Unable to get IPMI meter readings

2016-03-03 Thread Kapil
So, we upgraded our openstack install from Juno to Kilo 2015.1.1 Not sure if this fixed some stuff, but I can now get samples for hardware.ipmi.(fan|temperature). However, I want to get hardware.ipmi.node.power samples and I get the following error in the ceilometer log- ERROR

Re: [openstack-dev] [ceilometer] Unable to get IPMI meter readings

2016-02-25 Thread gordon chung
at quick glance, it seems like data is being generated[1]. if you check your queues (rabbitmqctl list_queues for rabbit), do you see any items sitting on notification.sample queue or metering.sample queue? do you receive other meters fine? maybe you can query db directly to verify it's not a

Re: [openstack-dev] [ceilometer] Unable to get IPMI meter readings

2016-02-25 Thread Kapil
Below is the output of ceilometer-agent-ipmi in debug mode http://paste.openstack.org/show/488180/ ᐧ Regards, Kapil Agarwal On Wed, Feb 24, 2016 at 8:18 PM, Lu, Lianhao wrote: > On Feb 25, 2016 06:18, Kapil wrote: > > Hi > > > > > > I discussed this problem with gordc on

Re: [openstack-dev] [ceilometer] Unable to get IPMI meter readings

2016-02-24 Thread Lu, Lianhao
On Feb 25, 2016 06:18, Kapil wrote: > Hi > > > I discussed this problem with gordc on the telemetry IRC channel but I > am still facing issues. > > I am running the ceilometer-agent-ipmi on the compute nodes, I changed > pipeline.yaml of the compute node to include the ipmi meters and >

[openstack-dev] [ceilometer] Unable to get IPMI meter readings

2016-02-24 Thread Kapil
Hi I discussed this problem with gordc on the telemetry IRC channel but I am still facing issues. I am running the ceilometer-agent-ipmi on the compute nodes, I changed pipeline.yaml of the compute node to include the ipmi meters and resource as "ipmi://localhost". - name: meter_ipmi