Questions tagged [ceilometer]

The Ceilometer project aims to deliver a unique point of contact for billing systems to acquire all of the measurements they need to establish customer billing, across all current OpenStack core components with work underway to support future OpenStack components.

Source

What is the purpose of the project and vision for it? Provide efficient collection of metering data, in terms of CPU and network costs. Allow deployers to integrate with the metering system directly or by replacing components. Data may be collected by monitoring notifications sent from existing services or by polling the infrastructure. Allow deployers to configure the type of data collected to meet their operating requirements. The data collected by the metering system is made visible to some users through a REST API. The metering messages are signed and non-repudiable.

61 questions
0
votes
1 answer

ceilometer - meter for getting active tenants

I need to know the possibility of getting the active tenants using the ceilometer meter. To be more clear, We can use the meter "Instance" for getting the instance details, "volume" for getting the volume usage, "image" for getting image…
Sparky
  • 91
  • 1
  • 8
0
votes
1 answer

How to query ceilometer config?

I am trying to figure out if there is a way to query openstack for the ceilometer configuration. In particular, I would like to be able to query an API for the sampling interval for different meters. Is this currently possible (I'm still trying to…
jdowner
  • 718
  • 1
  • 8
  • 21
0
votes
1 answer

Ceilometer Alarm Error - With Heat (OpenStack)

i have a problem i can't image why.... i have downloaded an autoscaling heat template for openstack. In this template files are the following resources: cpu_alarm_high: type: OS::Ceilometer::Alarm properties: description: Scale-up if…
Christian
  • 1
  • 1
0
votes
1 answer

Ceilometer or Healthnmon for measuring VM stats in OpenStack

I am looking to measure stats for VMs running in OpenStack environment. Stats would be like Uptime, CPU or RAM consumption just by that VM. My understanding from reading the documentation is that Ceilometer and Healthnmon are for measuring the stats…
0
votes
1 answer

OpenStack Alarm Engine

What is the best architecture for development of OpenStack alarm engine? Should Ceilometer architecture be used or is it better to manually do the monitoring and alarm triggering part by using mechanism like log monitoring or SNMP?
0
votes
0 answers

RDO Openstack, Ceilometer, Heat autoscaling instance

Below is the code and instructions which I use to scale the instances on the RDO. Can anyone tell me why new instances are not created. What could be the reason and where I can see why it is not working ? The alarm is created but instances did not…
My Name
  • 57
  • 7
0
votes
1 answer

Openstack RDO ceilometer alarm action can execute script?

Is there a possibility using the command --alarm-action 'log: //' to run any script or create a VM instances on OpenStack, for example: Can I do something like this $ ceilometer alarm-threshold-create --name cpu_high/\ --description 'instance…
My Name
  • 57
  • 7
0
votes
1 answer

OpenStack Compute-node communicate/ping vms run on it

In Ceilometer, when pollsters collect meter from VMs, it used hypervisor on compute-node. Now, I want to write new plugin for ceilometer and not use hypervisor to collect meter, I want to collect meter by a service that is installed on VMs (mean…
CBR
  • 11
  • 1
0
votes
0 answers

Ceilometer identity.authenticate.failure

The command "ceilometer sample-list -m identity.authenticate.failure" give a response with a resource_id like :openstack:b64d526d-9624-4f3c-b986-3d6e275d0758. What is this ID and it refers to what? How can I have the user ID that belongs to this…
0
votes
1 answer

Ceilometer rest api, only most recent results?

I'm trying to fetch a bunch of ceilometer data through rest api. I tried to get list of instances, so I fetch instance list through rest API url: http://IPADDR:8777/v2/meters/instance But for a relativly small cloud (10 instances) response json is…
0
votes
1 answer

Not able to create alarms using openstack API

Seeking help, I am not able to create Alarms using openstack API. Currently I am doing something like this : POST request to : http://controllerIP:8777/v2/alarms I have also set my headers [X-Auth-Token and Content-Type] And the Body I am sending…
maddy
  • 117
  • 7
0
votes
1 answer

Openstack API - Nova vs Ceilometer to Know Instance State

Does anyone knows a way to ask to openstack, through API, if a instance is running or not? I don't even know if I have to ask to Ceilometer or Nova. Thanks in advance
Raquel Lira
  • 43
  • 2
  • 6
0
votes
1 answer

How to get Authorization Token for Ceilometer API Openstack

I am new to openstack, trying to use Ceilometer python API to pull some data from a testbed server, I am accessing the server from a remote site the problem is that I cannot figure out how get the an authorization token I used the following…
Imo
  • 1,455
  • 4
  • 28
  • 53
0
votes
1 answer

what does end point mean in terms of Ceilometer API python?

I am new to openstack, trying to use Ceilometer python API to pull some data from a testbed server but I get this error I do not understand, what does it need as an endpoint? raise…
Imi
  • 529
  • 2
  • 8
  • 23
0
votes
1 answer

Ceilometer group by metadata

With ceilometer statistics, is possible filter by grouby with resource_metadata? For example, with instance, group by flavor.name from metadata. ceilometer statistics -m instance -g resource_metadata[any field] Thanks.
aispobla
  • 143
  • 1
  • 1
  • 8