<div dir="ltr">hey guys,<div><br></div><div>I'm trying to set a webhook url on the ceilometer alarm, I checked that from the host where Ceilometer is deployed, I have connectivity to the host where the webhook catcher is running, I tested with curl against the webhook catcher and it worked.</div><div>But when I define the alarm it doesn't work:</div><div><br></div><div><div>+---------------------------+---------------------------------------------------------+</div><div>| Property          | Value                          |</div><div>+---------------------------+---------------------------------------------------------+</div><div>| alarm_actions       | [u'<a href="http://x.x.x.x/alarm">http://x.x.x.x/alarm</a>']             |</div><div>| alarm_id          | 3b0e5778-xxxx-4abd-abb9-xxxxxxxxxx           |</div><div>| comparison_operator    | gt                            |</div><div>| description        | instance running hot                   |</div><div>| enabled          | True                           |</div><div>| evaluation_periods     | 1                            |</div><div>| exclude_outliers      | False                          |</div><div>| insufficient_data_actions | [u'<a href="http://x.x.x.x/nodata">http://x.x.x.x/nodata</a>']             |</div><div>| meter_name         | cpu_util                         |</div><div>| name            | webhook6                         |</div><div>| ok_actions         | [u'<a href="http://x.x.x.x/ok">http://x.x.x.x/ok</a>']               |</div><div>| period           | 600                           |</div><div>| project_id         | d64bee94af1b44d98dcxxxxxxxxx             |</div><div>| query           | resource_id == 582c7790-1837-4bb1-829xxxxxxxxxxx AND |</div><div>|              | project_id == d64bee94af1b44d98dc7xxxxxx      |</div><div>| repeat_actions       | True                           |</div><div>| state           | insufficient data                    |</div><div>| statistic         | avg                           |</div><div>| threshold         | 30.0                           |</div><div>| type            | threshold                        |</div><div>| user_id          | e2a5ccea76a84285xxxxxxxx             |</div><div>+---------------------------+---------------------------------------------------------+</div></div><div><br></div><div>The status is alarm but the webhook doesnt get anything.. </div><div><br></div><div>Any idea?</div></div>