Bug 1042278 - [RFE][ceilometer]: generic way to specify the endpoint to poll
Summary: [RFE][ceilometer]: generic way to specify the endpoint to poll
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-ceilometer
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ga
: 5.0 (RHEL 7)
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/ceil...
Whiteboard: upstream_milestone_icehouse-3 upstrea...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 21:37 UTC by RHOS Integration
Modified: 2014-09-08 05:42 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 21:37:20 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/ceilometer/+spec/support-resources-pipeline-item.

Description:

By adding a new optional item 'resources' in the pipeline definition, it will allows the admin to specify which endpoints the pollsters defined in the same pipeline to get the data from.

The new pipeline definition would be something like the followings:

-
name: meter_pipeline
interval: 600
meters:
        - "*"
resources:
        - snmp://10.4.4.4
        - ipmi://10.5.5.5
transformers:
publishers:
       - rpc://

How to intepret the content of the 'resources' field will depends on pollster.

Specification URL (additional information):

https://wiki.openstack.org/wiki/Ceilometer/blueprints/support-resources-pipeline-item


Note You need to log in before you can comment on or make changes to this bug.