Hi, I am using all-in-one Havana on Ubuntu 12.04 LTS, working on Ceilometer and Heat. I want to launch an instance based on a threshold defined in alarm. My question is where and how am I supposed to define the webhook URL for --alarm-actions argument. I am creating threshold alarm with the following command:
ceilometer -k alarm-threshold-create --name tester_cpu_high --description 'instance_too_high' --meter-name cpu_util --threshold 20.0 --comparison-operator ge --statistic avg --period 30 --evaluation-periods 1 --query resource_id=bd4ec331-dfc5-4a75-b928-6d0988dfc369 -- Regards, David
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev