[Openstack] Error in Installation of ceilometer in Ubuntu 12.04 LTS

2013-06-08 Thread johnu
Hi Everyone, I have facing strange issue in installation of openstack with ceilometer. I am using devstack automated script to install ceilometer as told in http://ceilometer.readthedocs.org/en/latest/install.html. I added the following lines in localrc # Configure

[Openstack] experimenting with ceilometer via devstack

2012-08-17 Thread Doug Hellmann
John Tran 's patch just landed in devstack to enable ceilometer support. Thanks, John! To turn on ceilometer, add this line to your localrc before running devstack: enable_service ceilometer-acompute,ceilometer-acentral, ceilometer-collector The default configuration results in a MongoDB

Re: [Openstack] swift proxys and dedecated ceilometer

2013-07-24 Thread Julien Danjou
On Wed, Jul 24 2013, Axel Christiansen wrote: To be sure, the ceilometer-agent-central and ceilometer-collector do go on the proxys. And just the ceilometer-api ist for the dedecated ceilometer-host? No, they all can go to your dedicated host. Ceilometer agent central access Swift via its API

Re: [Openstack] swift proxys and dedecated ceilometer

2013-07-24 Thread Axel Christiansen
Hi Julien, thx a lot for the real quick help. Yes, only swift. These meters: storage.objects storage.objects.size storage.objects.containers storage.objects.incoming.bytes storage.objects.outgoing.bytes To be sure, the ceilometer-agent-central and ceilometer-collector do go on the proxys

[Openstack] [Metering] News from 24/05 to 30/05

2012-05-30 Thread Julien Danjou
Hi, Here's a few things done in the last week concerning ceilometer: - Various bugs have been opened to have more visibility on the project progress https://bugs.launchpad.net/ceilometer - Test suite have been fixed wrt db usage https://github.com/stackforge/ceilometer/commit

[Openstack] [ceilometer] Release plan for 0.1

2012-09-12 Thread Graham Binns
Hi all, Based on the discussion in the last Ceilometer meeting[1], here's my proposal for dates for the Ceilometer 0.1 release calendar: - Feature freeze for 0.1 QA: 2012-09-28 - Release: 2012-10-12 Arguments for / against welcome. [1] http://eavesdrop.openstack.org/meetings/ceilometer

Re: [Openstack] ceilometer-agent-central starting fail

2013-04-10 Thread Liu Wenmao
I solve this problem by two steps: 1 modify /etc/init/ceilometer-agent-central.conf exec start-stop-daemon --start --chuid ceilometer --exec /usr/local/bin/ceilometer-agent-central -- --config-file=/etc/ceilometer/ceilometer.conf 2 add some lines to /etc/ceilometer/ceilometer.conf: os-username

Re: [Openstack] Error in Installation of ceilometer in Ubuntu 12.04 LTS

2013-06-08 Thread Zhou Z Xing
Hi Johnu It seems that your kombu is not at right version that ceilometer needs. please update your python kombu package and try again Thanks Best Wishes, xingzhou johnu johnugeorge...@gmail.com Sent by: Openstack openstack-bounces+xingzhou=cn.ibm@lists.launchpad.net 2013/06

Re: [Openstack] Error in Installation of ceilometer in Ubuntu 12.04 LTS

2013-06-09 Thread johnu
Thanks for your help. Zhou. I did easy_install --upgrade kombu and that solved my issue. On Sat, Jun 8, 2013 at 6:44 PM, Zhou Z Xing xingz...@cn.ibm.com wrote: Hi Johnu It seems that your kombu is not at right version that ceilometer needs. please update your python kombu package

[Openstack] Ceilometer returns empty list

2013-06-19 Thread Jobin Raju George
Hey all! I have installed ceilometer using the manual installation guide given at Ceilometer installation guide http://docs.openstack.org/developer/ceilometer/install/manual.html I have not installed swift since I just need the compute data such as CPU utilization, CPU utilization time, Memory

[Openstack] swift proxys and dedecated ceilometer

2013-07-24 Thread Axel Christiansen
Dear List, i am trying to figure out what ceilometer components nedds to bo installed an what nodes. I have 2 swift-proxy-hosts and 1 ceiloemeter-host These are the packages debian7 respectively the grizzly repo offers: ceilometer-agent-central - OpenStack efficient metering counters system

[Openstack] [Ceilometer] Grizzly RC1 released

2013-03-26 Thread Julien Danjou
Hi, We're pleased to announce that the RC1 version for the Grizzly release of Ceilometer is available! https://launchpad.net/ceilometer/grizzly/grizzly-rc1 Unless release-critical issues are found that warrant a release candidate respin, this version will be formally released

[Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-27 Thread Bruno Oliveira
Hello stackers, I'm having a really hard time setting up ceilometer-api so I thought if I could ask you guys for some enlightment. I can clearly see data being pulled in the screens that are running /ceilometer-collector, ./ceilometer-agent-compute ,./ceilometer-agent-central Even the screen

[Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-28 Thread Ildiko Vancsa
Hi All, I'm new to OpenStack and Ceilometer as well, so I have a few questions. :) Does Ceilometer supports a Web UI or it is available via command line and curl only? I installed the environment with DevStack as I wanted to check how it works and looks like and it sets ceilometer in the apache2

Re: [Openstack] [ceilometer] how to enable cpu meter?

2013-05-28 Thread alexander barakin
of ceilometer meter-list: You need to run `ceilometer-agent-compute'. this process works. output in devstack screen ceilometer-acompute tab: $ cd /opt/stack/last/ceilometer sg libvirtd /opt/stack/last/ceilometer/bin/ceilometer-agent-compute --config-file /etc/ceilometer/ceilometer.conf || touch /opt/stack

[Openstack] [Ceilometer] Bug squash day on 4th January 2013

2012-12-24 Thread Julien Danjou
Hi fellow OpenStackers, The Ceilometer team is pleased to announce that it organizes a bug squashing day on the Friday 4th January 2013. You can find more information about the Ceilometer project on its wiki page¹. The organization details for this day are available on its own page² also

Re: [Openstack] swift proxys and dedecated ceilometer

2013-07-24 Thread Julien Danjou
On Wed, Jul 24 2013, Axel Christiansen wrote: Hi Axel, If you want to only meter Swift, you just need: ceilometer-agent-central ceilometer-collector And to retrieve your data: ceilometer-api -- Julien Danjou /* Free Software hacker * freelance consultant http://julien.danjou.info

Re: [Openstack] ceilometer-agent-central starting fail

2013-04-11 Thread Liu Wenmao
Thanks, the ceilometer seems to lack some default options in configuration files and the official guidance. ( http://docs.openstack.org/developer/ceilometer/configuration.html) So maybe it is not ready for users yet? On Wed, Apr 10, 2013 at 8:28 PM, Doug Hellmann doug.hellm

Re: [Openstack] [metering] ceilometer dev docs on readthedocs.org

2012-07-03 Thread Loic Dachary
On 07/03/2012 07:46 PM, Doug Hellmann wrote: I've set up the ceilometer development documentation build on RTD at http://ceilometer.readthedocs.org/en/latest/index.html Hi, I've updated https://launchpad.net/ceilometer to list this link. Cheers

Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-15 Thread Shengjie_Min
Hi guys, The blueprint is registered : https://blueprints.launchpad.net/ceilometer/+spec/hbase-storage-backend, Any idea what's the next step ? :) Shengjie ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

[Openstack] [Ceilometer] Ganglia Ceilometer integration

2013-01-08 Thread Shengjie_Min
Hi guys, Just out of curiosity, Have we ever had any previous threads discussing about possibility of integrating Ceilometer with ganglia as a monitoring approach? Didn't manage to find any from the mailing list archive. Thanks, Shengjie ___ Mailing

[Openstack] How to purge old meter data of Ceilometer

2013-04-04 Thread Harri Pyy
With the default 1 minute interval, Ceilometer collects quite large amounts of meter data. Does Ceilometer provide a TTL configuration option for the meter data, or some other functionality or API for purging old meter data? Thanks for any help, Harri

Re: [Openstack] [ceilometer] support for older versions of ceilometer

2013-05-30 Thread Tim Bell
Doug, Can you advise on what the plan/policy will be for Havana ? - Will I be able to run Havana core components such as Nova with Grizzly ceilometer ? - Will I be able to run Havana ceilometer with Grizzly core components (with reduced functionality compared

[Openstack] Ceilometer- All meters are not getting updated

2013-06-13 Thread johnu
Hi Everyone, When I am running ceilometer, only some of the meters are getting updated.(When I see ceilometer meter-list , I could see only cpu_util, image, instance). What can be the reason that the other meters are not getting updated.?. Thanks, Johnu

[Openstack] ceilometer-agent-central starting fail

2013-04-09 Thread Liu Wenmao
Hi all: I have just install ceilometer grizzly github version, but fail to start ceilometer-agent-central service. I think it is due to that I didn't set up the keystone user/password like other projects. but I follow the instructions( http://docs.openstack.org/developer/ceilometer/install

Re: [Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-28 Thread Fei Long Wang
Hi Bruno, Please follow this link: http://docs.openstack.org/developer/ceilometer/configuration.html#keystone-middleware-authentication Generally, you just need add some entries in ceilometer.conf like this: [keystone_authtoken] signing_dir = /var/cache/ceilometer admin_tenant_name = service

Re: [Openstack] ceilometer-agent-central starting fail

2013-04-10 Thread Doug Hellmann
cfg.StrOpt('*os-username*', 46default=os.environ.get('OS_USERNAME', 'ceilometer'), 47help='Username to use for openstack service access'), 48 cfg.StrOpt('os-password', 49default=os.environ.get('OS_PASSWORD', 'admin'), 50help

[Openstack] [Metering] News from 31/05 to 06/06

2012-06-06 Thread Julien Danjou
Hi, Here's a few things done in the last week concerning ceilometer: - The floating IP pollster have been merged https://github.com/stackforge/ceilometer/commit/bbc706c4c02d2750df961474b00998b9766cd47a - The configuration now uses openstack.common.cfg https://github.com/stackforge

[Openstack] [metering][ceilometer] Ceilometer and Keystone regions

2012-11-08 Thread Aguiar, Glaucimar (Brazil RD-ECL)
Hello, Can Ceilometer collect data about instances in different keystone regions? Is this a valid/possible configuration? Scenario 1: I have two regions defined in my keystone service, each one has a nova service in it. Can Ceilometer collect metering information from both regions

Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-08 Thread Shengjie_Min
Thanks Julien, I will write up a blueprint soon. Shengjie -Original Message- From: Julien Danjou [mailto:jul...@danjou.info] Sent: 07 November 2012 18:12 To: Min, Shengjie Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer

Re: [Openstack] [metering][ceilometer] Ceilometer and Keystone regions

2012-11-08 Thread Julien Danjou
On Thu, Nov 08 2012, Aguiar, Glaucimar (Brazil RD-ECL) wrote: Can Ceilometer collect data about instances in different keystone regions? Is this a valid/possible configuration? Scenario 1: I have two regions defined in my keystone service, each one has a nova service in it. Can Ceilometer

Re: [Openstack] [metering][ceilometer] Ceilometer and Keystone regions

2012-11-08 Thread Aguiar, Glaucimar (Brazil RD-ECL)
Great! Thanks! On Nov 8, 2012, at 8:33 PM, Julien Danjou jul...@danjou.info wrote: On Thu, Nov 08 2012, Aguiar, Glaucimar (Brazil RD-ECL) wrote: Can Ceilometer collect data about instances in different keystone regions? Is this a valid/possible configuration? Scenario 1: I have two

Re: [Openstack] [openstack] [ceilometer] API /v1/meters/ return '404 Not Found'

2013-02-04 Thread Julien Danjou
On Mon, Feb 04 2013, Qinglong.Meng wrote: Hi all, I have deployed ceilometer with openstack F. Version: ceilometer: stable/folsom openstack: folsom nova: 2012.2.3 The ceilometer services here: nova 6750 5522 0 17:16 pts/0 00:00:04 /usr/bin/python /usr/local/bin

[Openstack] [Metering] News from 17/05 to 23/05

2012-05-23 Thread Julien Danjou
Hi, Here's a few things done in the last week concerning ceilometer: - Doug added plugin support to the notification portion of the collector daemon https://github.com/stackforge/ceilometer/commit/73c9150afe7fc07018b0435ae7b24b52bd6a0a15 - Doug added a tool for recording notifications

[Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-07 Thread Shengjie_Min
Hi, I am looking for a way to propose a blueprint to the ceilometer team - Adding Hbase storage backend for ceilometer. Currently we have only MongoDB and SQLalchemy as the possible ceilometer storage backend. Given the storage interface is clearly designed and allows us to have different

Re: [Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-28 Thread Doug Hellmann
Right now we only have a web API, which you can use via the client library, curl, or the command line tool. There are a few people working on integrating ceilometer data with horizon, but I don't know the status of that project. Doug On Tue, May 28, 2013 at 3:49 AM, Ildiko Vancsa ildiko.van

Re: [Openstack] [Ceilometer] Ganglia Ceilometer integration

2013-01-08 Thread Jiang, Yunhong
My 2 cents. Basically there are two method to interact with Ganglia. One is to push all data from ceilometer into Gangalia, another one is your suggestion, put all data from Gangalia to ceilometer. According to current definition of ceilometer infrastructure to collect measurements within

Re: [Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-27 Thread Angus Salkeld
On 27/05/13 11:14 -0300, Bruno Oliveira wrote: Hello stackers, I'm having a really hard time setting up ceilometer-api so I thought if I could ask you guys for some enlightment. I can clearly see data being pulled in the screens that are running /ceilometer-collector, ./ceilometer-agent

Re: [Openstack] Ceilometer Install

2013-04-26 Thread Riki Arslan
The command line I am using is: sudo /usr/local/bin/ceilometer-api. However, the ceilometer.ini file is missing. The version of Ceilometer I am using is ceilometer-2013.1~g2.tar.gz. And, I only have the following configuration files: /etc/ceilometer/ceilometer.conf /etc/ceilometer/policy.json

[Openstack] [openstack] [ceilometer] API /v1/meters/ return '404 Not Found'

2013-02-04 Thread Qinglong.Meng
Hi all, I have deployed ceilometer with openstack F. Version: ceilometer: stable/folsom openstack: folsom nova: 2012.2.3 The ceilometer services here: nova 6750 5522 0 17:16 pts/0 00:00:04 /usr/bin/python /usr/local/bin/ceilometer-collector nova 6762 5522 0 17:17 pts/0 00

Re: [Openstack] Ceilometer question

2013-03-26 Thread Doug Hellmann
You want the statistics command from the v2 API. ceilometer --ceilometer-api-version 2 help statistics The CLI needs a little work to make the options clear, but the API documentation may help explain: http://docs.openstack.org/developer/ceilometer/webapi/v2.html Doug On Tue, Mar 26, 2013

[Openstack] [metering] integrating Quantum and Ceilometer

2012-06-27 Thread Doug Hellmann
Hello, As part of the ceilometer project¹, we're working on retrieving usage data from various OpenStack components. We would like to integrate with Quantum for information about network resource utilization that a deployer might want to bill their tenants for. Ceilometer has a plugin-based

Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

2013-06-06 Thread Julien Danjou
On Wed, Jun 05 2013, Bruno Oliveira wrote: So far, in the irc channel #openstack-ceilometer, I got to know that ceilometer, just like collectd, uses libvirt to query the hypervisors for data (thanks dhellmann !). BUT if check in the libvirt.org site, it's being said that there's support

Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

2013-06-07 Thread Peter Pouliot
https://blueprints.launchpad.net/ceilometer/+spec/hyper-v-agent Sent from my Verizon Wireless 4G LTE Smartphone Original message From: Julien Danjou jul...@danjou.info Date: 06/07/2013 4:37 AM (GMT-05:00) To: Peter Pouliot ppoul...@microsoft.com Cc: Bruno Oliveira

Re: [Openstack] [metering] ceilometer dev docs on readthedocs.org

2012-07-05 Thread Doug Hellmann
On Tue, Jul 3, 2012 at 3:38 PM, Loic Dachary l...@enovance.com wrote: On 07/03/2012 07:46 PM, Doug Hellmann wrote: I've set up the ceilometer development documentation build on RTD at http://ceilometer.readthedocs.org/en/latest/index.html Hi, I've updated https://launchpad.net/ceilometer

[Openstack] [ceilometer] Monitoring physical devices

2012-11-01 Thread Zehnder Toni (zehndton)
Hi there, I am looking for a way to monitor the whole OpenStack environment including physical servers as well as the network. On every physical compute node is the Ceilometer compute agent installed, right?! 1) Does the compute agent collect data of the physical machine as well or is it just

Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-15 Thread Julien Danjou
On Thu, Nov 15 2012, shengjie_...@dell.com wrote: The blueprint is registered : https://blueprints.launchpad.net/ceilometer/+spec/hbase-storage-backend, Any idea what's the next step ? :) Implementing? :) And eventually adding more blueprint to depends on if you can't implement this one

[Openstack] [ceilometer] How does ceilometer work with multi-DC scenario

2012-11-20 Thread Shengjie_Min
Hi, Has anybody come across the scenario you need to deploy two or more openstack swift or nova clusters for whatever DR or HA reasons. How Ceilometer is going to cope with that? Just wondering is there any plans or blueprints addressing the usage data replication/distinguish/isolation among

Re: [Openstack] [Ceilometer] Ganglia Ceilometer integration

2013-01-08 Thread Julien Danjou
On Tue, Jan 08 2013, shengjie_...@dell.com wrote: Just out of curiosity, Have we ever had any previous threads discussing about possibility of integrating Ceilometer with ganglia as a monitoring approach? Didn't manage to find any from the mailing list archive. Doesn't ring a bell, indeed

Re: [Openstack] How to purge old meter data of Ceilometer

2013-04-04 Thread Julien Danjou
On Thu, Apr 04 2013, Harri Pyy wrote: With the default 1 minute interval, Ceilometer collects quite large amounts of meter data. Does Ceilometer provide a TTL configuration option for the meter data, or some other functionality or API for purging old meter data? Not yet unfortunately

[Openstack] Ceilometer 2013.1 released

2013-04-04 Thread Julien Danjou
Hello, Ceilometer 2013.1 has been released, ending the Grizzly development cycle where we were an incubated project, and became an integrated one for the Havana cycle. The tarball can be found with the list of features and bugfixes here: https://launchpad.net/ceilometer/grizzly/2013.1

[Openstack] [Ceilometer] Can not start agents, can't find a publisher manager

2013-04-10 Thread Zehnder Toni (zehndton)
I`ve a problem with the ceilometer agents. When I want to start one, it can`t find a publisher manager('meter_publisher'). The whole error is : CRITICAL ceilometer [-] Pipeline {'publishers': ['meter_publisher'], 'interval': 60, 'transformers': None, 'name': 'meter_pipeline', 'counters

[Openstack] [ceilometer] HBase Configuration/Instruction is now available on openstack docs

2013-05-10 Thread Shengjie_Min
Hi guys, For those of you who wanted to try out HBase as the backend for Ceilometer. Glad to let you know the document for HBase configuration is available now on openstack docs: http://docs.openstack.org/developer/ceilometer/configuration.html#hbase If you had any issues or questions, feel

Re: [Openstack] [ceilometer] how to enable cpu meter?

2013-05-28 Thread Julien Danjou
On Tue, May 28 2013, alexander barakin wrote: i use fresh devstack without local modifications on ubuntu 12.04 i have run the example image cirros-0.3.1-x86_64-uec and see the following meters in output of ceilometer meter-list: You need to run `ceilometer-agent-compute'. -- Julien Danjou

Re: [Openstack] [ceilometer] support for older versions of ceilometer

2013-05-30 Thread Doug Hellmann
? ** ** **- **Will I be able to run Havana core components such as Nova with Grizzly ceilometer ? **- **Will I be able to run Havana ceilometer with Grizzly core components (with reduced functionality compared to the Havana core components) ? ** ** Tim ** ** *From

Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-07 Thread Julien Danjou
On Wed, Nov 07 2012, shengjie_...@dell.com wrote: Hi Shengjie, I am looking for a way to propose a blueprint to the ceilometer team - Adding Hbase storage backend for ceilometer. Currently we have only MongoDB and SQLalchemy as the possible ceilometer storage backend. Given the storage

Re: [Openstack] [ceilometer] How does ceilometer work with multi-DC scenario

2012-11-20 Thread Julien Danjou
On Tue, Nov 20 2012, shengjie_...@dell.com wrote: Has anybody come across the scenario you need to deploy two or more openstack swift or nova clusters for whatever DR or HA reasons. How Ceilometer is going to cope with that? Just wondering is there any plans or blueprints addressing the usage

Re: [Openstack] [Ceilometer] Ganglia Ceilometer integration

2013-01-09 Thread Shengjie_Min
If Ganglia has interest in ceilometer data, we can achieve it through a specific publisher, to put data into Gangalia. @yunhong, So it is more like the approach to CW or Synaps, isn't it? if the monitoring system is interested in the meters from Ceilometer, we can have different publishers

Re: [Openstack] [ceilometer] support for older versions of ceilometer

2013-05-31 Thread Julien Danjou
On Thu, May 30 2013, Tim Bell wrote: I hope that ceilometer can also include this within the Havana timeframe as it becomes a key component of production, large scale clouds. I think we all agree in principle. We'd be happy to enhance Ceilometer and fix potential bugs in this direction

[Openstack] Ceilometer with swift

2013-07-01 Thread Axel Christiansen
Dear List, i am trying to retrieve measurements from swift via ceilometer. ceilometer stores its measurements in db and so. looks good. The ceilometer V2 Web API is expecting resource_id as UUID value, for example. I can not find a UUID anywere. When listing resources (GET /v2/resources

Re: [Openstack] Ceilometer getting a Connection refused from

2013-07-02 Thread Julien Danjou
On Tue, Jul 02 2013, Jobin Raju George wrote: Here is my /etc/ceilometer/ceilometer.conf: http://pastebin.ubuntu.com/5835612/ So the problem is that you configured it to use mongodb at mongodb://10.112.107.107:27017/ceilometer but mongodb doesn't seem to answer on this IP/port considering

Re: [Openstack] Ceilometer Install

2013-05-06 Thread Doug Hellmann
is, I think, due to the fact that the API service loads the keystone middleware to handle authentication. You have a version of the middleware that uses oslo.config, and a version of ceilometer that uses the older oslo-incubator version of the configuration library. The ceilometer team is small

Re: [Openstack] Ceilometer Install

2013-05-07 Thread Riki Arslan
the keystone middleware to handle authentication. You have a version of the middleware that uses oslo.config, and a version of ceilometer that uses the older oslo-incubator version of the configuration library. The ceilometer team is small, so we have limited capacity to support old versions (especially

Re: [Openstack] Ceilometer Install

2013-05-08 Thread Doug Hellmann
variable. The exception you're getting is, I think, due to the fact that the API service loads the keystone middleware to handle authentication. You have a version of the middleware that uses oslo.config, and a version of ceilometer that uses the older oslo-incubator version of the configuration

Re: [Openstack] Ceilometer Install

2013-05-06 Thread Riki Arslan
Hi Doug, I actually got it from a link on your website: http://doughellmann.com/2013/01/ceilometer-grizzly-2-milestone-available.html So, do you think this one is not good? On Thu, May 2, 2013 at 7:33 PM, Doug Hellmann doug.hellm...@dreamhost.comwrote: On Mon, Apr 29, 2013 at 6:42 PM

Re: [Openstack] Ceilometer Install

2013-05-02 Thread Doug Hellmann
On Mon, Apr 29, 2013 at 6:42 PM, Riki Arslan riki.ars...@cloudturk.netwrote: I thought it might help if mentioned little more: /etc/ceilometer.conf file has the following parameters added: os_username=ceilometer os_password=$PASSWORD os_tenant_name=service os_auth_url=http://localhost

Re: [Openstack] [ceilometer] support for older versions of ceilometer

2013-05-30 Thread Tim Bell
the default processes. As a component matures through incubation to core, we also need to have these operational requirements covered. Upgrading 100s of hypervisors and their controllers require staged upgrades. I hope that ceilometer can also include this within the Havana timeframe as it becomes

Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-08 Thread Doug Hellmann
] Sent: 07 November 2012 18:12 To: Min, Shengjie Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint? On Wed, Nov 07 2012, shengjie_...@dell.com wrote: Hi Shengjie, I am looking for a way to propose a blueprint

Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

2013-06-11 Thread Peter Cheung
I would love to test the ceilometer on KVM From: apilo...@cloudbasesolutions.com To: brunnop.olive...@gmail.com Date: Tue, 11 Jun 2013 17:28:27 + CC: openstack@lists.launchpad.net Subject: Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

Re: [Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-29 Thread Bruno Oliveira
Oh... Got it, Angus. Thank you! I finally got it that for when using curl, I have first to get an AUTH token from keystone, in order to use that returned token in the HTTP GET for the API. Just sharing what I did: $ curl -d '{auth:{passwordCredentials:{username: ceilometer, password: SECRET

Re: [Openstack] Ceilometer Install

2013-04-29 Thread Riki Arslan
I thought it might help if mentioned little more: /etc/ceilometer.conf file has the following parameters added: os_username=ceilometer os_password=$PASSWORD os_tenant_name=service os_auth_url=http://localhost:5000/v2.0/ I checked CLI_OPTIONS in service.py and it looks allright: CLI_OPTIONS

[Openstack] [Ceilometer] Project Technical Leader election result

2012-08-03 Thread Julien Danjou
Hi, The PTL election for Ceilometer¹ is over. The winner is Nick Barcet. Congratulations ! The results are available here: http://www.opavote.org/vote/491028 ¹ http://wiki.openstack.org/EfficientMetering/PTLElectionProcess Cheers, -- Julien Danjou // Free Software hacker

Re: [Openstack] [Ceilometer] Project Technical Leader election result

2012-08-03 Thread Chmouel Boudjnah
On Fri, Aug 3, 2012 at 10:22 AM, Julien Danjou jul...@danjou.info wrote: The PTL election for Ceilometer¹ is over. The winner is Nick Barcet. congratulation Nick, well deserved. Chmouel. ___ Mailing list: https://launchpad.net/~openstack Post

[Openstack] [metering][ceilometer] Unified Instrumentation, Metering, Monitoring ...

2012-11-01 Thread Sandy Walsh
Hey! Here's a first pass at a proposal for unifying StackTach/Ceilometer and other instrumentation/metering/monitoring efforts. It's v1, so bend, spindle, mutilate as needed ... but send feedback! http://wiki.openstack.org/UnifiedInstrumentationMetering Thanks, Sandy

Re: [Openstack] [Ceilometer] Ganglia Ceilometer integration

2013-01-08 Thread Shengjie_Min
Hi Julien, Just look at the blueprints and your post, seems like there is some effort around synaps, also something around heat, cloudwatch. Just trying to get a clear picture about the vision and direction around monitoring area. Shengjie ___

Re: [Openstack] ceilometer-agent-central starting fail

2013-04-12 Thread Doug Hellmann
On Thu, Apr 11, 2013 at 11:34 PM, Liu Wenmao marvel...@gmail.com wrote: Thanks, the ceilometer seems to lack some default options in configuration files and the official guidance. ( http://docs.openstack.org/developer/ceilometer/configuration.html) I have opened a bug to address the missing

Re: [Openstack] ceilometer and heat tutorial

2013-04-30 Thread Pádraig Brady
On 04/28/2013 07:35 PM, Michaël Van de Borne wrote: Le 26/04/2013 20:28, Steven Hardy a écrit : On Fri, Apr 26, 2013 at 05:02:54PM +0200, Michaël Van de Borne wrote: Hi all, I'm looking for install and usage tutorials for ceilometer and heat. The best I could find so far

[Openstack] Metrics from Ceilometer

2013-05-16 Thread Rima Grati
Hello, Please i need to know which kind of metric Ceilometer can extract (it can extract the bandwith, the uptime of a system.) Thank you ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe

[Openstack] [ceilometer] support for older versions of ceilometer

2013-05-30 Thread Doug Hellmann
The ceilometer team has had a few requests for help with older versions of ceilometer or running the grizzly version of ceilometer with older versions of other OpenStack components lately. We appreciate the level of interest in the project but, as much as we would like to, unfortunately we

Re: [Openstack] [ceilometer] support for older versions of ceilometer

2013-05-31 Thread Doug Hellmann
On Fri, May 31, 2013 at 4:11 AM, Julien Danjou jul...@danjou.info wrote: On Thu, May 30 2013, Tim Bell wrote: I hope that ceilometer can also include this within the Havana timeframe as it becomes a key component of production, large scale clouds. I think we all agree in principle

Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

2013-06-05 Thread Bruno Oliveira
ERRATA: irc-channel is #openstack-metering, not #openstack-ceilometer -- Bruno Oliveira Developer, Software Engineer +55 11 9-6193-3987 skype: brunnop.oliveira brunnop.olive...@gmail.com On Wed, Jun 5, 2013 at 6:40 PM, Bruno Oliveira brunnop.olive...@gmail.com wrote: Dear Stackers

Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

2013-06-06 Thread Peter Pouliot
: Julien Danjou jul...@danjou.info Date: 06/06/2013 7:56 AM (GMT-05:00) To: Bruno Oliveira brunnop.olive...@gmail.com Cc: OpenStack openstack@lists.launchpad.net Subject: Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt On Wed, Jun 05 2013, Bruno

[Openstack] Availability of metrics from SWIFT - Object Storage

2013-06-26 Thread Narayanan, Krishnaprasad
Hallo All, Based on the documentation from Ceilometer, I see the metrics from all the components except SWIFT. Can I get to know whether Ceilometer offers any metrics from the SWIFT component? Thanks Krishnaprasad ___ Mailing list: https

Re: [Openstack] [Ceilometer][Healthnmon] Monitoring Alarm in openstack

2013-07-02 Thread Angus Salkeld
On 02/07/13 11:29 +0200, Emanuel Marzini wrote: Thank you! It's true that in Havana disappear Healthnmon that will be merge with Ceilometer? Not that I am aware of, Ceilometer is just getting Alarming functionality. -Angus 2013/7/2 Angus Salkeld asalk...@redhat.com On 01/07/13 13:42

Re: [Openstack] Ceilometer Install

2013-05-06 Thread Riki Arslan
I have also installed ceilometer-2013.1~g2~20130107.449.tar.gz from the tarballs list and still getting the same error: Traceback (most recent call last): File /usr/local/bin/ceilometer-api, line 5, in module pkg_resources.run_script('ceilometer==0.0.0', 'ceilometer-api') File /usr/lib

[Openstack] Clarification on Ceilometer Implementation

2012-06-06 Thread Kobagana Kumar
Hi all, I am trying to implement Agent module in Ceilometer. Regarding that I have few doubts: How Ceilometer capturing the usage details? As we are already know nova simple usage module captures the usage details of nova. It works at API level. But here in ceilometer we are trying to implement

Re: [Openstack] [Metering] Meeting agenda for Thursday at 16:00 UTC (June 21st, 2012)

2012-06-21 Thread Nick Barcet
dhellmann - nijaba: to prepare incubation application for review at the next meeting - dachary: talk to Dragon about SystemData / ceilometer and try to create cooperation - dhellmann: to talk to Quantum devs about integration with ceilometer - dachary: to talk to swift devs about integration

Re: [Openstack] [Announce][Ceilometer] Release 0.1 (Folsom)

2012-10-12 Thread Atul Jha
Hi all, Just a small correction the documentation URL is http://ceilometer.readthedocs.org/en/latest/index.html snip Dear Fellow stackers, We are pleased to announce today the release of ceilometer 0.1 (Folsom). As its version number implies, it is still a project in its infancy, as it has

Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-15 Thread Jiang, Yunhong
=intel@lists.launchpad.net [mailto:openstack-bounces+yunhong.jiang=intel@lists.launchpad.net] On Behalf Of shengjie_...@dell.com Sent: Thursday, November 15, 2012 10:11 PM To: doug.hellm...@dreamhost.com Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] [ceilometer] Hbase storage

Re: [Openstack] [ceilometer] How does ceilometer work with multi-DC scenario

2012-11-22 Thread Shengjie_Min
You can deploy several ceilometer and use several databases, or just one and use a different 'source' field for each of your region/cluster to differentiate where meters come from. Let's say if you deploy one ceilometer instance for two swift clusters 'swift-cluster-1' and 'swift-cluster-2

Re: [Openstack] Grizzly-3 development milestone available (Ceilometer, Heat)

2013-02-22 Thread Nicolas Barcet
) release on April 4, 2013. And with perfect sync now, our two grizzly-incubated projects, Ceilometer and Heat, also have their grizzly-3 milestone available: https://launchpad.net/ceilometer/grizzly/grizzly-3 https://launchpad.net/heat/grizzly/grizzly-3 Happy testing and bugfixing

Re: [Openstack] [Ceilometer] Grizzly RC1 released

2013-03-26 Thread Razique Mahroua
Fantastic.Great work :) Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 26 mars 2013 à 16:47, Julien Danjou jul...@danjou.info a écrit :Hi,We're pleased to announce that the RC1 version for the Grizzly releaseof Ceilometer is available! https://launchpad.net/ceilometer

Re: [Openstack] Ceilometer Install

2013-04-25 Thread Doug Hellmann
On Thu, Apr 25, 2013 at 8:37 AM, Riki Arslan riki.ars...@cloudturk.netwrote: I thought Ceilometer did not set a dependency on any DB drivers. I have installed the driver Mongo using sudo pip install pymongo. Ceilometer does use a database. You have to install the right driver. If you want

Re: [Openstack] [Ceilometer][Healthnmon] Monitoring Alarm in openstack

2013-07-01 Thread Angus Salkeld
On 01/07/13 13:42 +0200, Emanuel Marzini wrote: Hi, I want to retrive Vm information from Openstack. I am interested of CPU RAM utilization. I known that someone use collectd, libvirt ecc.. or product like Ceilometer or Healthnmon. I am also interested to receive alarm information from

Re: [Openstack] [Ceilometer][Healthnmon]

2013-07-02 Thread Doug Hellmann
The work to merge ceilometer and healthnmon hasn't made much progress, yet. The ceilometer team is working on collecting information about CPU and RAM utilization for triggering alarms for Heat. That work is schedule for the havana release, and is moving along nicely. We could use some help

Re: [Openstack] Ceilometer question

2013-03-26 Thread Wyllys Ingersoll
Thanks, Ill try that and see how it goes. Wyllys On Mar 26, 2013, at 12:56 PM, Doug Hellmann doug.hellm...@dreamhost.commailto:doug.hellm...@dreamhost.com wrote: You want the statistics command from the v2 API. ceilometer --ceilometer-api-version 2 help statistics The CLI needs a little

[Openstack] [Announce][Ceilometer] Release 0.1 (Folsom)

2012-10-12 Thread Nick Barcet
Dear Fellow stackers, We are pleased to announce today the release of ceilometer 0.1 (Folsom). As its version number implies, it is still a project in its infancy, as it has not yet been incubated as an OpenStack project. It should, however, be ready to be used by the most adventurous ones

Re: [Openstack] Ceilometer Install

2013-04-25 Thread Riki Arslan
I thought Ceilometer did not set a dependency on any DB drivers. I have installed the driver Mongo using sudo pip install pymongo. Regarding the current problem; the traceback is as follows: Traceback (most recent call last): File /usr/local/bin/ceilometer-api, line 5, in module

Re: [Openstack] Ceilometer Install

2013-04-29 Thread Riki Arslan
Hi Doug, I have followed the document. The only thing that is different from the docs is that I did not copy the yaml file (it does not exist in tarball): cp etc/ceilometer/*.yaml /etc/ceilometer However, the tarball is the g2 version, which is the last version that was supposed to work

Re: [Openstack] [Ceilometer] Ganglia Ceilometer integration

2013-01-08 Thread Matt Joyce
a blueprint about supporting collection of metrics from Ganglia-monitored servers and pushing them into Ceilometer, assuming there isn't anything already up. I have run Ganglia on large numbers of servers in the past collecting metrics and was thinking that, particularly with monitoring tie-ins

  1   2   3   4   5   6   7   8   9   10   >