aodh/ceilometer/alarm
Mehdi Abaakouk fc9b416a47 Implement a https:// in REST alarm notification
This change adds schemes https:// to the alarm notifier.

By default, the server certificate is verified like a browser does
but with the system CA.

A client certificate can be set in the configuration file.

 [alarm]
 rest_notifier_certificate_file = /path/certificate.pem
 rest_notifier_certificate_key = /path/private_key.pem

Change-Id: Id06e0a45ef88c15674052faeb941d87b70c7b99b
Blueprint: alarm-notifier
2013-07-22 20:38:10 +02:00
..
notifier Implement a https:// in REST alarm notification 2013-07-22 20:38:10 +02:00
__init__.py Basic alarm threshold evaluation logic. 2013-07-01 14:16:11 +01:00
service.py Allow to specify the endpoint type to use 2013-07-15 13:19:54 +02:00
threshold_evaluation.py Allow to specify the endpoint type to use 2013-07-15 13:19:54 +02:00