Merge "doc: fix formatting of alarm action types"

This commit is contained in:
Jenkins 2013-12-12 18:19:52 +00:00 committed by Gerrit Code Review
commit 9a6fd6b524

View File

@ -227,10 +227,11 @@ alarms based on application centric data.
There can be multiple form of actions, but two have been implemented so far: There can be multiple form of actions, but two have been implemented so far:
1. http call back: you provide a URL to be called whenever the alarm has been set
1. :term:`HTTP callback`: you provide a URL to be called whenever the alarm has been set
off. The payload of the request contains all the details of why the alarm went off. The payload of the request contains all the details of why the alarm went
off. off.
2. log: mostly useful for debugging, stores alarms in a log file. 2. :term:`log`: mostly useful for debugging, stores alarms in a log file.
For more details on this, I recommend you to read the blog post by For more details on this, I recommend you to read the blog post by
Mehdi Abaakouk `Autoscaling with Heat and Ceilometer`_. Particular attention Mehdi Abaakouk `Autoscaling with Heat and Ceilometer`_. Particular attention