The ceilometer.alarm.evaluator ModuleΒΆ

class ceilometer.alarm.evaluator.Evaluator(notifier)[source]

Bases: object

Base class for alarm rule evaluator plugins.

Evaluator.evaluate(alarm)[source]

Interface definition.

evaluate an alarm alarm Alarm: an instance of the Alarm

classmethod Evaluator.within_time_constraint(alarm)[source]

Check whether the alarm is within at least one of its time limits.

If there are none, then the answer is yes.

Previous topic

The ceilometer.alarm.evaluator.threshold Module

Next topic

The ceilometer.alarm.partition.coordination Module

This Page