The ceilometer.event.endpoint Module

class ceilometer.event.endpoint.EventsNotificationEndpoint(manager)[source]

Bases: object

error(notifications)[source]

Convert message at error level to Ceilometer Event.

Parameters:notifications – list of notifications
info(notifications)[source]

Convert message at info level to Ceilometer Event.

Parameters:notifications – list of notifications
process_notification(priority, notifications)[source]

Previous topic

The ceilometer.event.converter Module

Next topic

The ceilometer.event.storage.base Module

Project Source

This Page