summaryrefslogtreecommitdiff
path: root/ceilometer/alarm/notifier
Commit message (Expand)AuthorAgeFilesLines
* Remove alarming codeJulien Danjou2015-11-245-273/+0
* mark logging.info translation accordinglygordon chung2015-10-072-4/+4
* Deprecate config options of the old alarming functionalityIldiko Vancsa2015-09-141-0/+4
* Merge "Optionally create trust for alarm actions"Jenkins2015-07-081-12/+2
|\
| * Optionally create trust for alarm actionsThomas Herve2015-05-271-12/+2
* | Fix alarm rest notifier logging to include severityPradeep Kilambi2015-06-161-3/+3
* | use oslo.log instead of oslo-incubator codeZhiQiang Fan2015-05-282-2/+3
|/
* switch to oslo_serializationZhiQiang Fan2015-02-111-1/+1
* Merge "Expose alarm severity in Alarm Model"Jenkins2015-01-295-19/+26
|\
| * Expose alarm severity in Alarm ModelPradeep Kilambi2015-01-295-19/+26
* | Upgrade to hacking 0.10Julien Danjou2015-01-234-8/+0
* | Use oslo_config instead of deprecated oslo.configDina Belova2015-01-152-2/+2
* | Switch to oslo.context libraryJulien Danjou2014-12-191-1/+1
|/
* Port to graduated library oslo.i18nZhiQiang Fan2014-12-092-2/+2
* Add alarm_name field to alarm notificationYanyan Hu2014-12-055-20/+27
* Add timeout to all http requestsZhiQiang Fan2014-11-201-0/+5
* Fix hacking rule H305 imports not grouped correctlyZhiQiang Fan2014-10-301-0/+1
* switch to oslo-config-generatorgordon chung2014-10-121-2/+2
* Switch to oslo.serializationJulien Danjou2014-08-291-2/+2
* Add retry function for alarm REST notifier2014.2.b2Rikimaru Honjo2014-07-231-5/+23
* Adds Content-Type to alarm REST notifierNejc Saje2014-07-221-3/+4
* Fix H307 violations and re-enable gatingIgor Degtiarov2014-07-011-1/+1
* use urlparse from sixGordon Chung2014-06-241-3/+2
* Merge "Fix ceilometer.alarm.notifier.trust import"Jenkins2014-06-161-3/+3
|\
| * Fix ceilometer.alarm.notifier.trust importGauvain Pocentek2014-06-081-3/+3
* | Remove (c) and remove unnecessary encoding linesMartin Geisler2014-05-315-10/+5
|/
* switch SplitResult to use sixGordon Chung2014-05-211-9/+3
* Remove "# noqa" leftovers for gettextutils._Dina Belova2014-04-282-2/+2
* Add a alarm notification using trustsThomas Herve2014-04-252-1/+70
* 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-124-6/+9
|\ \ | |/ |/|
| * Adds additional details to alarm notificationsNejc Saje2014-02-054-6/+9
* | Improve help stringsAndreas Jaeger2014-02-081-4/+4
|/
* Add i18n warpping for all LOG messagesChenZheng2013-11-292-4/+14
* Apply six for metaclassfujioka yuuichi2013-10-081-2/+2
* s/alarm/alarm_id/ in alarm notificationEoghan Glynn2013-08-094-9/+13
* Include previous state in alarm notificationEoghan Glynn2013-08-084-11/+13
* Add the alarm id to the rest notifier bodyAngus Salkeld2013-08-061-1/+1
* Fix notify method signature on LogAlarmNotifierEoghan Glynn2013-07-312-1/+3
* 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
* Implement a basic alarm notification serviceJulien Danjou2013-07-113-0/+96