[openstack-dev] [Ironic][Ceilometer]bp:send-data-to-ceilometer

Gordon Chung chungg at ca.ibm.com
Wed Jan 29 15:22:35 UTC 2014


>     Meter Names:
>         fanspeed, fanspeed.min, fanspeed.max, fanspeed.status
>         voltage, voltage.min, voltage.max, voltage.status
>         temperature, temperature.min, temperature.max, 
temperature.status
> 
>                 'FAN 1': {
>                     'current_value': '4652',
>                     'min_value': '4200',
>                     'max_value': '4693',
>                     'status': 'ok'
>                 }
>                 'FAN 2': {
>                     'current_value': '4322',
>                     'min_value': '4210',
>                     'max_value': '4593',
>                     'status': 'ok'
>             },
>             'voltage': {
>                 'Vcore': {
>                     'current_value': '0.81',
>                     'min_value': '0.80',
>                     'max_value': '0.85',
>                     'status': 'ok'
>                 },
>                 '3.3VCC': {
>                     'current_value': '3.36',
>                     'min_value': '3.20',
>                     'max_value': '3.56',
>                     'status': 'ok'
>                 },
>             ...
>         }
>     }

are FAN 1, FAN 2, Vcore, etc... variable names or values that would 
consistently show up? if the former, would it make sense to have the 
meters be similar to fanspeed:<trait> where trait is FAN1, FAN2, etc...? 
if the meter is just fanspeed, what would the volume be? FAN 1's 
current_value?

cheers,

gordon chung
openstack, ibm software standards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140129/e03050fc/attachment.html>


More information about the OpenStack-dev mailing list