The aodh.event Module

The aodh.event Module

class aodh.event.EventAlarmEndpoint(evaluator)[source]

Bases: object

sample(notifications)[source]
class aodh.event.EventAlarmEvaluationService(worker_id, conf)[source]

Bases: cotyledon._service.Service

terminate()[source]

Gracefully shutdown the service

This method will be executed when the Service has to shutdown cleanly.

If not implemented the process will just end with status 0.

To customize the exit code, the SystemExit exception can be used.

Any exceptions raised by this method will be logged and the worker will exit with status 1.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.