The ceilometer.alarm.notifier ModuleΒΆ

class ceilometer.alarm.notifier.AlarmNotifier[source]

Bases: object

Base class for alarm notifier plugins.

AlarmNotifier.notify(action, alarm_id, previous, current, reason, reason_data)[source]

Notify that an alarm has been triggered.

Parameters:
  • action – The action that is being attended, as a parsed URL.
  • alarm_id – The triggered alarm.
  • previous – The previous state of the alarm.
  • current – The current state of the alarm.
  • reason – The reason the alarm changed its state.
  • reason_data – A dict representation of the reason.

Previous topic

The ceilometer.alarm.notifier.rest Module

Next topic

The ceilometer.alarm.notifier.log Module

This Page