The ceilometer.alarm.notifier.trust ModuleΒΆ
Rest alarm notifier with trusted authentication.
-
class
ceilometer.alarm.notifier.trust.TrustRestAlarmNotifier[source] Bases:
ceilometer.alarm.notifier.rest.RestAlarmNotifierNotifier supporting keystone trust authentication.
This alarm notifier is intended to be used to call an endpoint using keystone authentication. It uses the ceilometer service user to authenticate using the trust ID provided.
The URL must be in the form trust+http://trust-id@host/action.
-
static
notify(action, alarm_id, alarm_name, severity, previous, current, reason, reason_data)[source]
-
static