[Openstack] [Ceilometer] Threshold alarm for multiple instance

2017-02-26 Thread Sam Huracan
Hi, I create a network threshold alarm, I get alarm through webhook as follow: 10.193.0.22 - - [26/Feb/2017 16:30:23] "POST /network HTTP/1.1" 200 - {u'severity': u'low', u'alarm_name': u'in_bandwidth', u'current': u'alarm', u'alarm_id': u'e367dce6-2651-4fc9-aae5-1366a22db889', u'reason': u'Trans

Re: [Openstack] [openstack-dev] [Ceilometer] Threshold alarm for multiple instance

2017-02-26 Thread Sam Huracan
Thanks Julien, I have one more question, How can I export meters to udp? I config udp:// in pipeline.yaml, and using a python script for receiving UDP packet, but nothing happen: pipeline.yaml: http://prntscr.com/edl6ll udp_receive.py: http://paste.openstack.org/show/600507/ 2017-02-26 17:40