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]

Project Source

This Page