summaryrefslogtreecommitdiff
path: root/ceilometer/alarm/notifier/rest.py
Commit message (Expand)AuthorAgeFilesLines
* Remove (c) and remove unnecessary encoding linesMartin Geisler2014-05-311-2/+1
* Remove "# noqa" leftovers for gettextutils._Dina Belova2014-04-281-1/+1
* Add a alarm notification using trustsThomas Herve2014-04-251-1/+4
* Merge "Use six.moves.urllib.parse instead of urlparse"Jenkins2014-02-151-1/+1
|\
| * Use six.moves.urllib.parse instead of urlparseFengqian Gao2014-02-121-1/+1
* | Merge "Adds additional details to alarm notifications"Jenkins2014-02-121-2/+3
|\ \ | |/ |/|
| * Adds additional details to alarm notificationsNejc Saje2014-02-051-2/+3
* | Improve help stringsAndreas Jaeger2014-02-081-4/+4
|/
* Add i18n warpping for all LOG messagesChenZheng2013-11-291-2/+7
* s/alarm/alarm_id/ in alarm notificationEoghan Glynn2013-08-091-3/+3
* Include previous state in alarm notificationEoghan Glynn2013-08-081-4/+5
* Add the alarm id to the rest notifier bodyAngus Salkeld2013-08-061-1/+1
* Fix notify method signature on LogAlarmNotifierEoghan Glynn2013-07-311-1/+2
* alarm: Per user setting to disable ssl verifyMehdi Abaakouk2013-07-241-1/+6
* alarm: Global setting to disable ssl verificationMehdi Abaakouk2013-07-241-4/+13
* Ensure url is a string for requests.postMehdi Abaakouk2013-07-231-2/+1
* Implement a https:// in REST alarm notificationMehdi Abaakouk2013-07-221-6/+25
* Implement a basic REST alarm notificationMehdi Abaakouk2013-07-161-0/+41